Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Sentry.Client
SourceLow level functions to access the Sentry API. You probably want the high level functions in sentry.ml
send_event ~dsn message
uploads a message to Sentry using the given dsn
. Uploading happens in the background but will finish before the program exits.
send_event_and_wait
immediately uploads a message to Sentry and waits for the upload to complete. Returns the UUID of the created event or None
if an exception occurred.
Like send_event_and_wait
but throws exceptions if uploading fails.