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
feat(txname): Apply transaction rules to legacy SDKs (#2250)
getsentry/sentry#51437 expanded the scope of
transaction name clustering to transactions from old SDKs that do not
send a `source` annotation yet. This PR enables the application of rules
to this type of transactions in Relay.
Because there is a potential of triggering the cardinality limiter, I
gated this new behavior with a feature flag.
The condition for applying clusterer rules has now become more
complicated, so I decided to remove / ignore the `scope` configuration
flag entirely.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
- Add filter based on transaction names. ([#2118](https://github.com/getsentry/relay/pull/2118))
10
10
- Drop profiles without a transaction in the same envelope. ([#2169](https://github.com/getsentry/relay/pull/2169))
11
11
- Use GeoIP lookup also in non-processing Relays. Lookup from now on will be also run in light normalization. ([#2229](https://github.com/getsentry/relay/pull/2229))
12
+
- Scrub identifiers from transactions for old SDKs. ([#2250](https://github.com/getsentry/relay/pull/2250))
0 commit comments