Skip to content

devbis/micropython-aiosentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

micropython-aiosentry

Here is a class for sending an exception with stacktrace from your micropython instance to Sentry.

    client = SentryClient(SENTRY_ID, SENTRY_KEY)

    try:
        x = 1/0
    except Exception as e:
        await client.send_exception(e)
        raise

Releases

No releases published

Packages

No packages published

Languages