Skip to content

Commit 0181eee

Browse files
authored
chore: Make devservices forward compatible with Python SDK 3.0.0 (#277)
1 parent a3c2613 commit 0181eee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

devservices/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def before_send_transaction(event: Event, hint: Hint) -> Event:
7878
dsn="https://56470da7302c16e83141f62f88e46449@o1.ingest.us.sentry.io/4507946704961536",
7979
traces_sample_rate=1.0,
8080
profiles_sample_rate=1.0,
81-
enable_tracing=True,
8281
integrations=[ArgvIntegration()],
8382
environment=sentry_environment,
8483
before_send=before_send_error,

0 commit comments

Comments
 (0)