Skip to content

Commit 8aff900

Browse files
authored
chore: Make devenv forward compatible with Sentry SDK 3.0.0 (#194)
1 parent 8d387fc commit 8aff900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devenv/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def main() -> ExitCode:
103103
# https://sentry.sentry.io/settings/projects/sentry-dev-env/keys/
104104
dsn="https://[email protected]/5723503",
105105
# enable performance monitoring
106-
enable_tracing=True,
106+
traces_sample_rate=1.0,
107107
)
108108

109109
return devenv(sys.argv, f"{home}/.config/sentry-devenv/config.ini")

0 commit comments

Comments
 (0)