fix(deps): update sentry-javascript monorepo to v9.40.0 - #540
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update sentry-javascript monorepo to v9.40.0#540renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
February 28, 2025 15:26
44fd10d to
7e1978a
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
2 times, most recently
from
March 6, 2025 19:17
52c0745 to
18c2182
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
March 17, 2025 16:31
18c2182 to
79436ea
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
March 19, 2025 15:10
79436ea to
abed909
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
March 20, 2025 15:55
abed909 to
8c21df3
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
March 21, 2025 15:55
8c21df3 to
895ec96
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
March 24, 2025 16:31
895ec96 to
1222f43
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
2 times, most recently
from
March 28, 2025 16:31
c2663e6 to
d626964
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
April 3, 2025 13:51
d626964 to
58f20c0
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
April 8, 2025 18:08
58f20c0 to
8950bea
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
April 16, 2025 14:57
8950bea to
a4c10cf
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
April 23, 2025 15:53
a4c10cf to
f1b5189
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
April 23, 2025 20:12
f1b5189 to
56a793d
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
May 20, 2025 17:16
2c80cdb to
04a8160
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
May 21, 2025 00:01
04a8160 to
3e89248
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
May 28, 2025 15:56
3e89248 to
a1c40f5
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
May 30, 2025 12:06
a1c40f5 to
19ce919
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
June 3, 2025 09:32
19ce919 to
446d86e
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
June 3, 2025 16:45
446d86e to
3eb00bf
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
June 4, 2025 15:01
3eb00bf to
8a00145
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
June 5, 2025 15:00
8a00145 to
4b822ad
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
June 10, 2025 16:07
4b822ad to
6327751
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
June 11, 2025 11:55
6327751 to
3078351
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
June 13, 2025 11:43
3078351 to
c2bade1
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
June 17, 2025 13:01
c2bade1 to
834d9e5
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
June 23, 2025 20:14
834d9e5 to
31f796a
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
June 25, 2025 12:10
31f796a to
f2bb3cb
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:
9.1.0->9.40.09.1.0->9.40.0Release Notes
getsentry/sentry-javascript (@sentry/core)
v9.40.0Compare Source
Important Changes
This release adds two Browser SDK APIs to let the main thread know about debugIds of worker files:
webWorkerIntegration({worker})to be used in the main threadregisterWebWorker({self})to be used in the web workerThe internal SDK
loggerexport from@sentry/corehas been deprecated in favor of thedebugexport.debugonly exposeslog,warn, anderrormethods but is otherwise identical tologger. Note that this deprecation does not affect theloggerexport from other packages (like@sentry/browseror@sentry/node) which is used for Sentry Logging.This release adds official support for instrumenting OpenAI SDK calls in with Sentry tracing, following OpenTelemetry semantic conventions for Generative AI. It instruments:
client.chat.completions.create()- For chat-based completionsclient.responses.create()- For the responses APIOther Changes
@opentelemetry/instrumentationrange to cover0.203.0(#17043)Work in this release was contributed by @0xbad0c0d3 and @tommy-gilligan. Thank you for your contributions!
Bundle size 📦
v9.39.0Compare Source
Important Changes
afterStartPageloadSpanhook to improve spanId assignment on web vital spans (#16893)This PR adds a new afterStartPageloadSpan lifecycle hook to more robustly assign the correct pageload span ID to web vital spans, replacing the previous unreliable "wait for a tick" approach with a direct callback that fires when the pageload span becomes available.
This PR implements client-side parameterized routes for Next.js by leveraging an injected manifest within the existing app-router instrumentation to automatically parameterize all client-side transactions (e.g.
users/123andusers/456now become becomeusers/:id).This PR changes the default behavior in the Node SDK to drop HTTP spans with 401-404 and 3xx status codes by default to reduce noise in tracing data.
Other Changes
vercel.ai.X(#16908)disableSentryWebpackConfigflag (#17013)tracing/errors.ts(#16888)beforeSendLoginconsoleSandbox(#16968)source=route(#16984)Work in this release was contributed by @janpapenbrock. Thank you for your contribution!
Bundle size 📦
v9.38.0Compare Source
Important Changes
This release publishes the
@sentry/node-nativeSDK.Other Changes
debugto replacelogger(#16906)nextHopProtocolwhen adding resource spans (#16900)Bundle size 📦
v9.37.0Compare Source
Important Changes
feat(nuxt): Parametrize SSR routes (#16843)
When requesting dynamic or catch-all routes in Nuxt, those will now be shown as parameterized routes in Sentry.
For example,
/users/123will be shown as/users/:userId()in Sentry. This will make it easier to identify patterns and make grouping easier.Other Changes
beforeStartNavigationSpanlifecycle hook (#16863)wrapRequestHandler(#16852)instrumentation-client.ts|js(#16855)redirect()calls as errors in Cloudflare (#16853)deleteSourcemapsAfterUploadjsdoc default value (#16867)Work in this release was contributed by @zachkirsch. Thank you for your contribution!
Bundle size 📦
v9.36.0Compare Source
Important Changes
This release adds a new SDK
@sentry/node-corewhich ships without any OpenTelemetry instrumententation out of the box. All OpenTelemetry dependencies are peer dependencies and OpenTelemetry has to be set up manually.Use
@sentry/node-corewhen:Use
@sentry/nodewhen:The ANR integration has been deprecated and will be removed in future versions. Use
eventLoopBlockIntegrationfrom@sentry/node-nativeinstead._experiments.ignoreMutationsoption (#16816)This replay option allows to configure a selector list of elements to not capture mutations for.
Other changes
@sentry/replay-internal(#16794)diagnoseSdkConnectivityrequest (#16840)Work in this release was contributed by @Spice-King and @stayallive. Thank you for your contributions!
Bundle size 📦
v9.35.0Compare Source
ContextandContextstypes (#16763)eventLoopBlockIntegration(#16709)parentSpanis considered (#16776)requirefor fastify integration (#16789)@sentry/cloudflareas optional peerDependency (#16782)@Crondecorated tasks (#16792)Work in this release was contributed by @0xbad0c0d3 and @alSergey. Thank you for your contributions!
v9.34.0Compare Source
Important Changes
feat(nuxt): Add Cloudflare Nitro plugin (#15597)
A Nitro plugin for
@sentry/nuxtwhich initializes Sentry when deployed to Cloudflare (cloudflare-pagespreset).Remove the previous server config file:
sentry.server.config.tsAdd a plugin in
server/plugins(e.g.server/plugins/sentry-cloudflare-setup.ts)Add this code in your plugin file
or with access to
nitroApp:Other Changes
Bundle size 📦
v9.33.0Compare Source
Important Changes
vercelAiIntegrationto cloudflare & vercel-edge (#16732)The
vercelAiIntegrationis now available as opt-in for the Cloudflare and the Next.js SDK for Vercel Edge.To use it, add the integration in
Sentry.initAnd enable telemetry for Vercel AI calls
The Node.js SDK now includes instrumentation for Postgres.js.
If you're on Fastify v5, you no longer need to call
setupFastifyErrorHandler. It is done automatically by the node SDK. Older versions still rely on callingsetupFastifyErrorHandler.Other Changes
waitUntil(#16681)aifrom default server external packages (#16736)Work in this release was contributed by @0xbad0c0d3. Thank you for your contribution!
v9.32.0Compare Source
Important Changes
Enhances CLS (Cumulative Layout Shift) spans by adding attributes detailing the elements that caused layout shifts.
instrumentWorkflowWithSentryto instrument workflows (#16672)We've added support for Cloudflare Workflows, enabling comprehensive tracing for your workflow runs. This integration uses the workflow's instanceId as the Sentry trace_id and for sampling, linking all steps together. You'll now be able to see full traces, including retries with exponential backoff.
Adds the ability to send logs to Sentry via a pino transport.
Other Changes
errorHandleroption (#16718)CloudEventsContextcompatible withCloudEvent(#16705)false(#16695)@opentelemetry/resources(#16727)Work in this release was contributed by @flaeppe. Thank you for your contribution!
Bundle size 📦
v9.31.0Compare Source
Important Changes
Adds an option to automatically generate a random tunnel route for the Next.js SDK. This helps prevent ad blockers and other tools from blocking Sentry requests by using a randomized path instead of the predictable
/monitoringendpoint.scope&clienttogetTraceData(#16633)Adds the ability to pass custom
scopeandclientparameters to thegetTraceDatafunction, providing more flexibility when generating trace data for distributed tracing.Other Changes
x-forwarded-hostandx-forwarded-protoheaders (#16687)@sentry/opentelemetrydependency (#16677)@sentry/pino-transport(#16652)safeJoinusage in console logging integration (#16658)CloudEventtype compatible (#16661)instrumentation-client.jsfile (#16637)Bundle size 📦
v9.30.0Compare Source
vercelAiIntegrationwhenaimodule is detected (#16565)modulesIntegrationworks in more environments (#16566)sendDefaultPii(#16527)Bundle size 📦
v9.29.0Compare Source
v9.28.1Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.