Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(metrics): Bump generic extraction version (#2692)
External relays of version 23.9.1 (and possibly below) set the `metrics_extracted` flag on transaction items even if transaction metrics extraction is disabled: https://github.com/getsentry/relay/blob/ffebe6020a2a6d42fde90857868736e5769a77d2/relay-server/src/actors/processor.rs#L2099-L2104 We recently [bumped](getsentry/sentry#57759) the transaction metrics version, causing external relays to skip extraction. But because old external relays set the `metrics_extracted` flag anyway, even our internal PoPs skip metrics extraction now. This PR is a one-time fix to force old external relays to stop extracting generic metrics as well.
- Loading branch information