Description
Surfaced via #24168 (comment), Ember pageload (and likely also navigation) spans don't carry a name that's equal to any of the attributes we need to infer the span description: https://getsentry.github.io/sentry-conventions/descriptions/#browser-pageload
We have a couple of options:
router.navigation.route.id
- theoretically,
url.template but the current pattern in the test doesn't seem to actually be a url
- we override this with
sentry.description to avoid span description inference and define the description locally in the SDK.
Description
Surfaced via #24168 (comment), Ember pageload (and likely also navigation) spans don't carry a
namethat's equal to any of the attributes we need to infer the span description: https://getsentry.github.io/sentry-conventions/descriptions/#browser-pageloadWe have a couple of options:
router.navigation.route.idurl.templatebut the current pattern in the test doesn't seem to actually be a urlsentry.descriptionto avoid span description inference and define the description locally in the SDK.