We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbd722 commit a2447aaCopy full SHA for a2447aa
sentry/sentry.conf.example.py
@@ -291,7 +291,6 @@ def get_internal_network():
291
"organizations:integrations-issue-sync",
292
"organizations:invite-members",
293
"organizations:sso-basic",
294
- "organizations:sso-rippling",
295
"organizations:sso-saml2",
296
"organizations:performance-view",
297
"organizations:advanced-search",
@@ -302,7 +301,6 @@ def get_internal_network():
302
301
"organizations:dashboards-mep",
303
"organizations:mep-rollout-flag",
304
"organizations:dashboards-rh-widget",
305
- "organizations:metrics-extraction",
306
"organizations:transaction-metrics-extraction",
307
"organizations:visibility-explore-view",
308
"organizations:dynamic-sampling",
@@ -326,8 +324,6 @@ def get_internal_network():
326
324
)
327
325
# User Feedback related flags
328
+ (
329
- "organizations:user-feedback-ingest",
330
- "organizations:user-feedback-replay-clip",
331
"organizations:user-feedback-ui",
332
333
# Continuous Profiling related flags
0 commit comments