Skip to content

Alurith/litestar-sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

litestar-sentry

A WIP Litestar-Sentry integration

How to use

Import LitestarIntegration then add this:

sentry_sdk.init(
    dsn=settings.SENTRY_DNS,
    integrations=[
        LitestarIntegration(),
    ],
    # Set traces_sample_rate to 1.0 to capture 100%
    # of transactions for performance monitoring.
    traces_sample_rate=1.0,
)

Releases

No releases published

Packages

No packages published

Languages