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(n1-api-calls): Omit span URL subdomain from fingerprinting (getsentry#43706)
Closes PERF-1937. Sometimes we get spans with URLs like
`"http://<client>.service.io/resource"` in them. The `<client>` is a
hard-to-parameterize string of some kind. This causes a fingerprint
explosion if different transactions are getting data from different
clients.
Omit the subdomain from fingerprinting (but leave detection alone). For
fingerprinting, we actually _want_ to ignore this, and only fingerprint
on the path. There's basically no scenario where an application would
use the same path structure from different domains and it's _not_ an
error.
0 commit comments