Skip to content

Commit ce24921

Browse files
committed
turn on apm sampling temp
1 parent 0dff4bb commit ce24921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/conf/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,6 +1449,7 @@ def get_sentry_sdk_config():
14491449
if dsn_from_env:
14501450
SENTRY_SDK_CONFIG["dsn"] = dsn_from_env
14511451
SENTRY_FRONTEND_DSN = dsn_from_env
1452+
SENTRY_APM_SAMPLING = 1
14521453

14531454

14541455
# Callable to bind additional context for the Sentry SDK

0 commit comments

Comments
 (0)