SentryException#

exception safir.sentry.SentryException(message)#

Bases: Exception

Enriches the Sentry context when paired with the enrich handler.

Parameters:

message (str)

enrich(event)#

Merge our tags and contexts into the event’s.

Parameters:

event (Any)

Return type:

Any