Detect health check routes with an without a trailing slash. Relay's pattern
matcher currently doesn't match groups with empty alternates (*/ping{,/}), so
we duplicate all rules. On the upside, this leaves the pattern matcher in an
efficient postfix match.
Detect health check routes with an without a trailing slash. Relay's pattern matcher currently doesn't match groups with empty alternates (
*/ping{,/}
), so we duplicate all rules. On the upside, this leaves the pattern matcher in an efficient postfix match.Fixes https://github.com/getsentry/sentry/issues/81028