Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Low 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.