Skip to content

Commit 359fe64

Browse files
authored
feat(indexer): Add new strings for transaction metrics (#45031)
1 parent a73a86d commit 359fe64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/sentry_metrics/indexer/strings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
"abnormal_mechanism": PREFIX + 236, # release health
120120
"anr_foreground": PREFIX + 237, # release health
121121
"anr_background": PREFIX + 238, # release health
122+
"drop": PREFIX + 239, # transactions. "decision" and "keep" already exist
122123
# GENERAL/MISC (don't have a category)
123124
"": PREFIX + 1000,
124125
}

0 commit comments

Comments
 (0)