navigation.origin
string Scrub: Auto Visibility: Public OTel: False The origin of the navigation (usually client side router navigations). Should preferrably parameterized template (like url.template) or a URL path otherwise.
Example
/users/:id Aliases
sentry.sveltekit.navigation.from Changelog
Raw JSON
{
"key": "navigation.origin",
"brief": "The origin of the navigation (usually client side router navigations). Should preferrably parameterized template (like url.template) or a URL path otherwise.",
"type": "string",
"apply_scrubbing": {
"key": "auto"
},
"is_in_otel": false,
"visibility": "public",
"example": "/users/:id",
"alias": [
"sentry.sveltekit.navigation.from"
],
"changelog": [
{
"version": "0.16.0",
"prs": [
467
],
"description": "Added navigation.origin attribute"
}
]
}