Update dependency @sentry/browser to v8.33.0 [SECURITY] - #685
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency @sentry/browser to v8.33.0 [SECURITY]#685renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/npm-sentry-browser-vulnerability
branch
from
July 27, 2026 21:59
022c1f4 to
6919491
Compare
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.
This PR contains the following updates:
8.4.0→8.33.0Sentry SDK Prototype Pollution gadget in JavaScript SDKs
GHSA-593m-55hh-j8gv
More information
Details
Impact
In case a Prototype Pollution vulnerability is present in a user's application or bundled libraries, the Sentry SDK could potentially serve as a gadget to exploit that vulnerability. The exploitability depends on the specific details of the underlying Prototype Pollution issue.
Patches
The issue was patched in all Sentry JavaScript SDKs starting from the 8.33.0 version.
Also, the fix was backported to SDK v7 in 7.119.1.
References
Severity
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
getsentry/sentry-javascript (@sentry/browser)
v8.33.0Compare Source
Important Changes
headers(),params,searchParams)(#13828)
Adds support for new dynamic Next.js APIs.
lru-memoizerinstrumentation(#13796)
Adds integration for lru-memoizer using @opentelemetry/instrumentation-lru-memoizer.
unstable_sentryBundlerPluginOptionsto module options(#13811)
Allows passing other options from the bundler plugins (vite and rollup) to Nuxt module options.
Other Changes
wrap()only returns functions(#13838)
(#13831)
getTraceDataandgetTraceMetaTagsif SDK is disabled(#13760)
(#13800)
(#13815)
(#13812)
(#13826)
Work in this release was contributed by @joshuajaco. Thank you for your contribution!
Bundle size 📦
v8.32.0Compare Source
Important Changes
Moves the description of navigation related browser spans into the op, e.g. browser - cache -> browser.cache and sets
the description to the performanceEntry objects' names (in this context it is the URL of the page).
feat(node): Add amqplibIntegration (#13714)
feat(nestjs): Add
SentryGlobalGenericFilterand allow specifying application ref in global filter (#13673)Adds a
SentryGlobalGenericFilterthat filters both graphql and http exceptions depending on the context.Sets log levels in breadcrumbs for 5xx to error and 4xx to warning.
Other Changes
sampledflag from dynamic sampling context in Tracing without Performance mode (#13753)Work in this release was contributed by @Zen-cronic and @Sjoertjuh. Thank you for your contributions!
Bundle size 📦
v8.31.0Compare Source
Important Changes
dataloaderintegration (#13664)This release adds a new integration for the
dataloaderpackage. The NodeSDK (and all SDKs that depend on it) will now automatically instrument
dataloaderinstances. You can also add itmanually:
Other Changes
activationStarttimestamp to pageload span (#13658)deleteSourcemapsAfterUpload(#13610)http.server.prefetchop (#13600)disableInstrumentationWarningsoption (#13693)experimental_basicServerTracingoption to Nuxt module (#13643)onErrorcallback + other small improvements to debugging (#13721)consoleSandbox(#13690)lazyLoadIntegrationscript parent element lookup (#13717)SentryTracedfunctions (#13684)Propagator.inject(#13381)Work in this release was contributed by @KyGuy2002, @artzhookov, and @julianCast. Thank you for your contributions!
Bundle size 📦
v8.30.0Compare Source
Important Changes
kafkajsintegration (#13528)This release adds a new integration that instruments
kafkajslibrary with spans and traces. This integration isautomatically enabled by default, but can be included with the
Sentry.kafkaIntegration()import.Other Changes
@opentelemetry/instrumentation-undicifor fetch tracing (#13485)trackComponentslist matches components with or without<>(#13543)Work in this release was contributed by @Zen-cronic and @odanado. Thank you for your contributions!
v8.29.0Compare Source
Important Changes
This release marks the beta releases of the
@sentry/solidand@sentry/solidstartSentry SDKs. For details on how touse them, check out the
Sentry Solid SDK README and the
Sentry SolidStart SDK README
respectively. Please reach out on GitHub if you have
any feedback or concerns.
Adds the SDK option to only wrap ES modules with
import-in-the-middlethat specifically need to be instrumented.All internal OpenTelemetry instrumentation was updated to their latest version. This adds support for Mongoose v7 and v8
and fixes various bugs related to ESM mode.
Other Changes
generic-poolintegration (#13465)browserTracingIntegrationby default (#13561)sentrySolidStartViteplugin to simplify source maps upload (#13493)context.waitUntilcall in request handler (#13549)generic-poolspan origins with underscores (#13579)Work in this release was contributed by @Zen-cronic. Thank you for your contribution!
v8.28.0Compare Source
Important Changes
This release contains the beta version of
@sentry/nestjs! For details on how to use it, check out theREADME. Any feedback/bug reports
are greatly appreciated, please reach out on GitHub.
This release fixes a bug in the
@sentry/browserpackage and all SDKs depending on this package (e.g.@sentry/reactor
@sentry/nextjs) that caused the SDK to send incorrect web vital values for the LCP, FCP and FP vitals. The SDKpreviously incorrectly processed the original values as they were reported from the browser. When updating your SDK to
this version, you might experience an increase in LCP, FCP and FP values, which potentially leads to a decrease in your
performance score in the Web Vitals Insights module in Sentry. This is because the previously reported values were
smaller than the actually measured values. We apologize for the inconvenience!
Other Changes
SentryGlobalGraphQLFilter(#13545)bundleSizeOptimizationsto build options (#13323)captureRequestError(#13550)@Injectable(#13544)Work in this release was contributed by @leopoldkristjansson, @mhuggins and @filips123. Thank you for your
contributions!
v8.27.0Compare Source
Important Changes
fix(nestjs): Exception filters in main app module are not being executed (#13278)
With this release nestjs error monitoring is no longer automatically set up after adding the
SentryModuleto yourapplication, which led to issues in certain scenarios. You will now have to either add the
SentryGlobalFiltertoyour main module providers or decorate the
catch()method in your existing global exception filters with the newlyreleased
@WithSentry()decorator. See the docs formore details.
Other Changes
Deno.permissions.querySync(#13378)Work in this release was contributed by @charpeni. Thank you for your contribution!
v8.26.0Compare Source
Important Changes
feat(node): Add
fsInstrumentation(#13291)This release adds
fsIntegration, an integration that instruments thefsAPI to the Sentry Node SDK. Theintegration creates spans with naming patterns of
fs.readFile,fs.unlink, and so on.This integration is not enabled by default and needs to be registered in your
Sentry.initcall. You can configurevia options whether to include path arguments or error messages as span attributes when an fs call fails:
WARNING: This integration may add significant overhead to your application. Especially in scenarios with a lot of
file I/O, like for example when running a framework dev server, including this integration can massively slow down
your application.
Other Changes
feat(browser): Add spotlightBrowser integration (#13263)
feat(browser): Allow sentry in safari extension background page (#13209)
feat(browser): Send CLS as standalone span (experimental) (#13056)
feat(core): Add OpenTelemetry-specific
getTraceDataimplementation (#13281)feat(nextjs): Always add
browserTracingIntegration(#13324)feat(nextjs): Always transmit trace data to the client (#13337)
feat(nextjs): export SentryBuildOptions (#13296)
feat(nextjs): Update
experimental_captureRequestErrorto reflectRequestInfo.pathchange in Next.js canary(#13344)
feat(nuxt): Always add tracing meta tags (#13273)
feat(nuxt): Set transaction name for server error (#13292)
feat(replay): Add a replay-specific logger (#13256)
feat(sveltekit): Add bundle size optimizations to plugin options (#13318)
feat(sveltekit): Always add browserTracingIntegration (#13322)
feat(tracing): Make long animation frames opt-out (#13255)
fix(astro): Correctly extract request data (#13315)
fix(astro): Only track access request headers in dynamic page requests (#13306)
fix(nuxt): Add import line for disabled
autoImport(#13342)fix(nuxt): Add vue to excludeEsmLoaderHooks array (#13346)
fix(opentelemetry): Do not overwrite http span name if kind is internal (#13282)
fix(remix): Ensure
originis correctly set for remix server spans (#13305)Work in this release was contributed by @MonstraG, @undead-voron and @Zen-cronic. Thank you for your contributions!
v8.25.0Compare Source
Important Changes
This release contains the alpha version of
@sentry/solidstart, our SDK for Solid Start!For details on how to use it, please see the README. Any feedback/bug reports are
greatly appreciated, please reach out on GitHub.
Other Changes
bundleSizeOptimizationsvite options to integration (#13250)getTraceMetaTagsfunction (#13201)useOperationNameForRootSpantographqlIntegration(#13248)wrapServerRouteWithSentrywrapper (#13247)contextoverevent(#13266)defaultIntegrations: undefined(#13261)v8.24.0Compare Source
v8.23.0Compare Source
Important Changes
This release includes support for Cloudflare D1, Cloudflare's serverless SQL database. To instrument your Cloudflare D1
database, use the
instrumentD1WithSentrymethod as follows:Other Changes
getTraceDatafunction (#13134)onBeforeResponsemiddleware to enable distributed tracing (#13221)windowglobal scopes (#13156)\_loadAndRenderDialog(#13203)Work in this release was contributed by @horochx. Thank you for your contribution!
v8.22.0Compare Source
Important Changes
This release adds support for Cloudflare Pages to
@sentry/cloudflare, our SDK for theCloudflare Workers JavaScript Runtime! For details on how to use it,
please see the README. Any feedback/bug reports are greatly appreciated, please
reach out on GitHub.
Other Changes
internal_sdk_errorclient report happens (#13072)globalThisfor code injection (#13132)Bundle size 📦
v8.21.0Compare Source
Important Changes
withSentrymethod (#13025)This release contains the alpha version of
@sentry/cloudflare, our SDK for theCloudflare Workers JavaScript Runtime! For details on how to use it,
please see the README. Any feedback/bug reports are greatly appreciated, please
reach out on GitHub.
Please note that only Cloudflare Workers are tested and supported - official Cloudflare Pages support will come in an
upcoming release.
Other Changes
beforeSendTransaction(#13022)@opentelemetry/instrumentation-aws-sdkfrom 0.43.0 to 0.43.1 (#13089)@opentelemetry/instrumentation-expressfrom 0.41.0 to 0.41.1 (#13090)import-in-the-middleto 1.11.0 (#13107)sourcemaps.deleteFilesAfterUpload([#13102](https://redirectConfiguration
📅 Schedule: (UTC)
🚦 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.