Enhance Sentry SDK configuration with profiling support
This commit is contained in:
@ -20,7 +20,9 @@ default_sentry_dsn: str = "https://c4c61a52838be9b5042144420fba5aaa@o45052280403
|
||||
sentry_sdk.init(
|
||||
dsn=os.getenv("SENTRY_DSN", default_sentry_dsn),
|
||||
environment=platform.node() or "Unknown",
|
||||
include_local_variables=True,
|
||||
traces_sample_rate=1.0,
|
||||
profiles_sample_rate=1.0,
|
||||
send_default_pii=True,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user