Skip to content

Commit 3619d0d

Browse files
ref: Remove propagate_hub to ThreadingIntegration (#93016)
This parameter is deprecated as of Sentry SDK 2.0.0; the default value is now `True`, so passing this parameter is no longer needed. Split off from #92011
1 parent bc58aa6 commit 3619d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/utils/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def flush(
490490
LoggingIntegration(event_level=None, sentry_logs_level=logging.INFO),
491491
RustInfoIntegration(),
492492
RedisIntegration(),
493-
ThreadingIntegration(propagate_hub=True),
493+
ThreadingIntegration(),
494494
],
495495
**sdk_options,
496496
)

0 commit comments

Comments
 (0)