Skip to content

Commit b483ac3

Browse files
authored
chore(app-start): Add screen total referrer (#63192)
This referrer is for the metrics ribbon at the top of the screen summary page for app start.
1 parent d2d0db1 commit b483ac3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/sentry/api/endpoints/organization_events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
Referrer.API_STARFISH_MOBILE_STARTUP_EVENT_SAMPLES.value,
8686
Referrer.API_STARFISH_MOBILE_STARTUP_SPAN_TABLE.value,
8787
Referrer.API_STARFISH_MOBILE_STARTUP_LOADED_LIBRARIES.value,
88+
Referrer.API_STARFISH_MOBILE_STARTUP_TOTALS.value,
8889
}
8990

9091
API_TOKEN_REFERRER = Referrer.API_AUTH_TOKEN_EVENTS.value

src/sentry/snuba/referrer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ class Referrer(Enum):
431431
API_STARFISH_MOBILE_STARTUP_EVENT_SAMPLES = "api.starfish.mobile-startup-event-samples"
432432
API_STARFISH_MOBILE_STARTUP_SPAN_TABLE = "api.starfish.mobile-spartup-span-table"
433433
API_STARFISH_MOBILE_STARTUP_LOADED_LIBRARIES = "api.starfish.mobile-startup-loaded-libraries"
434+
API_STARFISH_MOBILE_STARTUP_TOTALS = "api.starfish.mobile-startup-totals"
434435

435436
API_SPAN_SAMPLE_GET_BOUNDS = "api.spans.sample-get-bounds"
436437
API_SPAN_SAMPLE_GET_SPAN_IDS = "api.spans.sample-get-span-ids"

0 commit comments

Comments
 (0)