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 a73a86d commit 359fe64Copy full SHA for 359fe64
src/sentry/sentry_metrics/indexer/strings.py
@@ -119,6 +119,7 @@
119
"abnormal_mechanism": PREFIX + 236, # release health
120
"anr_foreground": PREFIX + 237, # release health
121
"anr_background": PREFIX + 238, # release health
122
+ "drop": PREFIX + 239, # transactions. "decision" and "keep" already exist
123
# GENERAL/MISC (don't have a category)
124
"": PREFIX + 1000,
125
}
0 commit comments