chore: bump @sentry/nextjs from 10.6 to 10.50#3243
Merged
Conversation
OpenAPI ChangesNo changes detected Unexpected changes? Ensure your branch is up-to-date with |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the frontends/main Next.js app’s Sentry integration to a newer @sentry/nextjs v10 release, bringing along the corresponding transitive dependency updates in the Yarn lockfile.
Changes:
- Bump
@sentry/nextjsfrom^10.0.0/10.6.0to^10.50.0/10.50.0infrontends/main. - Refresh
yarn.lockto reflect updated Sentry packages and related OpenTelemetry / bundler plugin dependencies.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
frontends/main/package.json |
Updates declared dependency range to @sentry/nextjs@^10.50.0. |
yarn.lock |
Updates resolved versions/checksums for Sentry and transitive dependency graph. |
blarghmatey
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What are the relevant tickets?
None
Description (What does it do?)
Bump sentry. We were on
10.6.0, this puts us on10.50.0.Our old version only specified NextJS 15 as a possible peerDependency. I think it just predated the release of NextJS 16... I think everything was working fine. But now we have a version with NextJS 16 as an explicit peer dep.
Doing this along the way to some nextjs logging improvements.
How can this be tested?
Version bump, all tests passing, i'd suggest we just smoketest that sentry errors still come through on RC.