Description
How do you use Sentry?
Sentry Saas (sentry.io)
Version
1.40.5
Steps to Reproduce
sentry_loguru = LoguruIntegration(
level=LoggingLevels.TRACE.value, # Capture info and above as breadcrumbs
event_level=LoggingLevels.ERROR.value, # Send errors as events
)
sentry_sdk.init(
dsn="xxx",
integrations=[
sentry_loguru,
],
)
Expected Result
SDK to report my .trace() logs like the other levels
Actual Result
Metadata
Metadata
Assignees
Type
Projects
Status
No status
Status
No status