-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Package: vueIssues related to the Sentry Vue SDKIssues related to the Sentry Vue SDKType: Improvementhacktoberfest
Description
Problem Statement
My Vue routes are configured with path and name. (Route names are optional in Vue Router.)
In Sentry, I need paths logged, not route names.
In fact: Full paths, including the base path of the SPA.
The current Vue Router Sentry instrumentation chooses the name, if it is set, and falls back to the path only if no route name has been configured.
Solution Brainstorm
New options for vue router instrumentation:
- Log navigation as route name
- Include route parameters
- Yes
- No
- Include route parameters
- Log navigation as route path
- Include route parameters
- Yes, log path with inserted parameters (as in the URL bar)
- No, log path with route parameter placeholders
- Include SPA base path
- Yes
- No
- Include route parameters
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Package: vueIssues related to the Sentry Vue SDKIssues related to the Sentry Vue SDKType: Improvementhacktoberfest
Fields
Give feedbackNo fields configured for issues without a type.