Skip to content

Commit e39ac04

Browse files
authored
feat: add insights feature flags (#3152)
* feat: add insights feature flags * feat: add span metrics extractions addons feature flag
1 parent da06c0f commit e39ac04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry/sentry.conf.example.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ def get_internal_network():
298298
"organizations:indexed-spans-extraction",
299299
"organizations:insights-entry-points",
300300
"organizations:insights-initial-modules",
301+
"organizations:insights-addon-modules",
301302
"organizations:mobile-ttid-ttfd-contribution",
302303
"organizations:performance-calculate-score-relay",
303-
"organizations:spans-first-ui",
304304
"organizations:standalone-span-ingestion",
305305
"organizations:starfish-browser-resource-module-image-view",
306306
"organizations:starfish-browser-resource-module-ui",
@@ -310,6 +310,7 @@ def get_internal_network():
310310
"organizations:starfish-browser-webvitals-use-backend-scores",
311311
"organizations:starfish-mobile-appstart",
312312
"projects:span-metrics-extraction",
313+
"projects:span-metrics-extraction-addons",
313314
) # starfish related flags
314315
}
315316
)

0 commit comments

Comments
 (0)