Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(n1-api-calls): Omit span URL subdomain from fingerprinting (getse…
…ntry#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.
- Loading branch information