You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(metrics): Apply global tags to transaction metrics (#3615)
Prerequisite to getsentry/sentry#71004: Global
tag mappings were not yet being applied to transaction metrics.
Beside the bug fix, this PR also bumps the metrics extraction
version(s), and attempts to simplify the extraction function for
transactions.
- Map outcome reasons for dynamic sampling to reduced set of values. ([#3623](https://github.com/getsentry/relay/pull/3623))
17
+
- Extract status for spans. ([#3606](https://github.com/getsentry/relay/pull/3606))
8
18
9
19
## 24.5.0
10
20
11
21
**Breaking Changes**:
12
22
13
23
- Remove the AWS lambda extension. ([#3568](https://github.com/getsentry/relay/pull/3568))
14
24
15
-
**Bug fixes:**
25
+
**Bug fixes**:
16
26
17
27
- Properly handle AI metrics from the Python SDK's `@ai_track` decorator. ([#3539](https://github.com/getsentry/relay/pull/3539))
18
28
- Mitigate occasional slowness and timeouts of the healthcheck endpoint. The endpoint will now respond promptly an unhealthy state. ([#3567](https://github.com/getsentry/relay/pull/3567))
@@ -22,10 +32,6 @@
22
32
- Apple trace-based sampling rules to standalone spans. ([#3476](https://github.com/getsentry/relay/pull/3476))
23
33
- Localhost inbound filter filters sudomains of localhost. ([#3608](https://github.com/getsentry/relay/pull/3608))
24
34
25
-
**Features**:
26
-
27
-
- Apply legacy inbound filters to standalone spans. ([#3552](https://github.com/getsentry/relay/pull/3552))
28
-
29
35
**Internal**:
30
36
31
37
- Add metrics extraction config to global config. ([#3490](https://github.com/getsentry/relay/pull/3490), [#3504](https://github.com/getsentry/relay/pull/3504))
@@ -43,18 +49,16 @@
43
49
- Add a calculated measurement based on the AI model and the tokens used. ([#3554](https://github.com/getsentry/relay/pull/3554))
44
50
- Restrict usage of OTel endpoint. ([#3597](github.com/getsentry/relay/pull/3597))
45
51
- Support new cache span ops in metrics and tag extraction. ([#3598](https://github.com/getsentry/relay/pull/3598))
0 commit comments