Uh oh!
There was an error while loading. Please reload this page.
feat(core): Add domain information to resource span data - #10205
Conversation
size-limit report 📦
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
AbhiPrasad
commented
Jan 18, 2024
make sure you rebase to get the latest fixes from develop branch, and then we can merge! |
…pan-domain-to-span-data
mydea
commented
Jan 19, 2024
Just for reference for the next time, make sure to use |
DominikB2014
commented
Jan 19, 2024
@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