-
-
Notifications
You must be signed in to change notification settings - Fork 0
Sentry v8 with Nextjs 14.2.1 #9
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
"trace_id": "[[ID2]]" | ||
} | ||
}, | ||
"environment": "qa", | ||
"event_id": "[[ID1]]", | ||
"modules": {}, | ||
"platform": "node", | ||
"request": { |
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 request is missing in v8 --> this is fixed in a beta
"version": "7.110.1" | ||
"version": "8.0.0-beta.1" | ||
}, | ||
"sent_at": "[[ISODateString]]", | ||
"trace": { | ||
"environment": "qa", | ||
"public_key": "[[publicKey]]", | ||
"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.
The trace headers are missing in v8 but should be fixed with getsentry/sentry-javascript#11628
"timestamp": "[[timestamp]]", | ||
"transaction": " " |
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.
"transaction"
is missing in v7 (for events) --> this is fixed
closed because of #22 |
No description provided.