-
-
Notifications
You must be signed in to change notification settings - Fork 59
fix(deps): update dependency @sentry/nextjs to v7.77.0 [security] #1763
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
base: master
Are you sure you want to change the base?
Conversation
📦 Next.js Bundle Analysis for mx-kamiThis analysis was generated by the Next.js Bundle Analysis action. 🤖 Eight Pages Changed SizeThe following pages changed size from the code in this PR compared to its base branch:
DetailsOnly the gzipped size is provided here based on an expert tip. First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If Any third party scripts you have added directly to your app using the The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored. |
cadc05f to
1da9889
Compare
1da9889 to
0056195
Compare
0056195 to
9561a2f
Compare
9561a2f to
ef79c3a
Compare
SafeDep Report SummaryPackage Details
This report is generated by SafeDep Github App |
ef79c3a to
6f72bbd
Compare
6f72bbd to
f1af52e
Compare

This PR contains the following updates:
7.74.1->7.77.0GitHub Vulnerability Alerts
CVE-2023-46729
Impact
An unsanitized input of Next.js SDK tunnel endpoint allows sending HTTP requests to arbitrary URLs and reflecting the response back to the user. This could open door for other attack vectors:
This issue only affects users who have Next.js SDK tunneling feature enabled.
Patches
The problem has been fixed in sentry/[email protected]
Workarounds
Disable tunneling by removing the
tunnelRouteoption from Sentry Next.js SDK config —next.config.jsornext.config.mjs.References
Credits
Release Notes
getsentry/sentry-javascript (@sentry/nextjs)
v7.77.0Compare Source
Security Fixes
Other Changes
Bundle size 📦
v7.76.0Compare Source
Important Changes
This release adds
Sentry.withMonitor(), a wrapping function that wraps a callback with a cron monitor that will automatically report completions and failures:Other Changes
jsxandtsxfile extensions (#9362)replay_idis not added to DSC if session expired (#9359)Work in this release contributed by @LubomirIgonda1. Thank you for your contribution!
Bundle size 📦
v7.75.1Compare Source
Bundle size 📦
v7.75.0Compare Source
Important Changes
@sentry/opentelemetrypackage (#9238)This release publishes a new package,
@sentry/opentelemetry. This is a runtime agnostic replacement for@sentry/opentelemetry-nodeand exports a couple of useful utilities which can be used to use Sentry together with OpenTelemetry.You can read more about @sentry/opentelemetry in the Readme.
Starting with this release, you can configure the following build-time flags in order to reduce the SDK bundle size:
__RRWEB_EXCLUDE_CANVAS____RRWEB_EXCLUDE_IFRAME____RRWEB_EXCLUDE_SHADOW_DOM__You can read more about tree shaking in our docs.
Other Changes
lru_mapdependency (#9300)cookiemodule (#9308)ReplayandBrowserTracingintegrations tree-shakeable (#9287)autoInstrumentMiddlewarefunctionality (#9323)getInitialPropsmay return undefined (#9342)Bundle size 📦
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.