feat(core): Add domain information to resource span data#10205
Conversation
size-limit report 📦
|
AbhiPrasad
left a comment
There was a problem hiding this comment.
Let's make sure we update https://github.com/getsentry/sentry-javascript/blob/develop/packages/tracing-internal/test/browser/metrics/index.test.ts with some tests!
|
make sure you rebase to get the latest fixes from develop branch, and then we can merge! |
…pan-domain-to-span-data
|
Just for reference for the next time, make sure to use |
|
@mydea Yup! That's my bad, i'm so used to squash being the default and only option. |
fixes #10206
Adds the following data to resource spans
url.scheme-> scheme of the resource (https, http, etc)server.address-> the host of the resource (sentry.io, github.com, etc)url.same_origin-> wether the resource was fetched from the same origin or not. i.e is a relative resource