Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nuxt
SDK Version
8.47.0
Framework Version
[email protected], [email protected]
Link to Sentry event
Reproduction Example/SDK Setup
I have a very simple SSG(Static site generation) nuxt app with a single route marked by beforeStartSpan name:join-nuxt
span.
Since it is only a single page there is no possibility of having navigation transactions. Not sure how sentry is tagging the transactions as navigation?
My guess is since this is a server side generated static page the whole transaction is coming up as a span & getting marked as navigation, because almost 50% of the traffic is being shown as navigation which is what corresponds to logged-out behaviour or completely static behaviour.
Steps to Reproduce
- You should be in a VPN of Indonesia or India.
- Go to Incognito in your browser.
- Open https://wayground.com/join & if you are lucky the trace should show up since we do a 5% sampling.
Expected Result
Have zero navigation
transactions, all the transactions should be tagged pageload
only. Since the app only has a single page, which is statically generated at build time & can only have pageload.
Actual Result

Metadata
Metadata
Assignees
Type
Projects
Status