Commit 984545e
authored
correct tag key char limit (#13711)
Tag key char limit was increased to 200:
-
https://github.com/getsentry/relay/blob/master/relay-event-normalization/src/lib.rs#L57-L66
-
https://github.com/getsentry/sentry/blob/master/src/sentry/sentry_metrics/consumers/indexer/tags_validator.py#L11-L12
-
https://github.com/getsentry/sentry/blob/master/src/sentry/sentry_metrics/configuration.py#L15-L171 parent ac2a35d commit 984545e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments