We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69fc6d commit 353484fCopy full SHA for 353484f
codeflash/telemetry/sentry.py
@@ -14,7 +14,7 @@ def init_sentry(enabled: bool = False, exclude_errors: bool = False) -> None: #
14
)
15
16
sentry_sdk.init(
17
- dsn="https://4b9a1902f9361b48c04376df6483bc96@o4506833230561280.ingest.sentry.io/4506833262477312",
+ dsn="https://[email protected].us.sentry.io/4506833262477312",
18
integrations=[sentry_logging],
19
# Set traces_sample_rate to 1.0 to capture 100%
20
# of transactions for performance monitoring.
0 commit comments