Skip to content

Commit 353484f

Browse files
committed
Update sentry.py
1 parent d69fc6d commit 353484f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/telemetry/sentry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def init_sentry(enabled: bool = False, exclude_errors: bool = False) -> None: #
1414
)
1515

1616
sentry_sdk.init(
17-
dsn="https://4b9a1902f9361b48c04376df6483bc96@o4506833230561280.ingest.sentry.io/4506833262477312",
17+
dsn="https://[email protected].us.sentry.io/4506833262477312",
1818
integrations=[sentry_logging],
1919
# Set traces_sample_rate to 1.0 to capture 100%
2020
# of transactions for performance monitoring.

0 commit comments

Comments
 (0)