-
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Update Next.js with pages-router to v8.0.0-beta.4 #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fd13e20
to
8abfef8
Compare
"parent_span_id": "[[ID3]]", | ||
"span_id": "[[ID4]]", | ||
"trace_id": "[[ID2]]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there some data missing in "trace"?
"timestamp": "[[timestamp]]", | ||
"transaction": "GET /api/pages-router/test-param-error/1337" | ||
"transaction": "GET /api/pages-router/test-param-error/[param]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's better 👍🏻
"tags": { | ||
"http.status_code": "200", | ||
"runtime": "node", | ||
"transaction": "GET /api/pages-router/test-param-success/[param]" | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tags are not included anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine and intended! The SDK should generally not set tags!
@@ -13,7 +13,7 @@ | |||
"sample_rate": "1", | |||
"sampled": "true", | |||
"trace_id": "[[ID2]]", | |||
"transaction": "/pages-router/test-route-handlers" | |||
"transaction": "GET /api/pages-router/test-param-error/[param]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also seems like an improvement
@@ -176,11 +169,11 @@ | |||
{ | |||
"data": { | |||
"sentry.op": "browser", | |||
"sentry.origin": "auto.browser.browser.metrics" | |||
"sentry.origin": "auto.ui.browser.metrics" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The origin changed here (also below)
85c4177
to
5024e71
Compare
"hardwareConcurrency": "10", | ||
"lcp.element": "body > div#__next > p", | ||
"lcp.size": "[[highNumber]]", | ||
"routing.instrumentation": "next-pages-router", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the should still be included 🤔
Or they are not included because there was no lcp event in this case. Other transactions also don't have it
5024e71
to
aaa2e43
Compare
No description provided.