Closed
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/nextjs
SDK Version
9.x.x
Framework Version
sentry docs
Link to Sentry event
Reproduction Example/SDK Setup
There's 2 scenarios to address, potentially this should be 2 different issues:
- often see issues in sentry for Next.js (maybe others too) that have "incomplete-app-router-transaction"
- often see issues where the route is partially not fully paramterized
Both of these can have a negative impact on grouping, creating more noise.
Steps to Reproduce
the 2nd we don't have great examples in the docs project, but we can easily see it quite often in many setups.
Expected Result
Parameterized routes, and none of this "incomplete-app-router-transaction" business
Beautifully grouped issues == less noise
Actual Result
not