-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDK
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 package are you using?
@sentry/nextjs
SDK Version
7.25.0
Framework Version
Next.js 12.1.5, React 17.0.2
Link to Sentry event
No response
Steps to Reproduce
I've noticed that release info in events stopped being sent after upgrading Sentry 7.14.2 -> 7.24.2. I've tried to upgrade to 7.25.0, but the behavior is the same. I debugged it, and it seems like 7.24.0 breaks this feature (release info is sent correctly with previous versions).
Expected Result
Release info is sent along with the events & it is visible in Sentry UI.
Actual Result
Release info is not sent in the event payload despite it being correct & available on the window.SENTRY_RELEASE.
Releases are correctly sent while building the app & visible in the Sentry UI (https://sentry.io/organizations/<org_id>/releases/)
Metadata
Metadata
Assignees
Labels
Package: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDK