Skip to content

Commit 4c973e0

Browse files
authored
feat(features): enable continuous profiling (#3742)
1 parent c8ee02d commit 4c973e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sentry/sentry.conf.example.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,11 @@ def get_internal_network():
309309
"organizations:user-feedback-replay-clip",
310310
"organizations:user-feedback-ui",
311311
)
312+
# Continuous Profiling related flags
313+
+ (
314+
"organizations:continuous-profiling",
315+
"organizations:continuous-profiling-stats",
316+
)
312317
}
313318
)
314319

0 commit comments

Comments
 (0)