-
-
Notifications
You must be signed in to change notification settings - Fork 36
chore(deps): update JavaScript Sibling SDKs to v9.38.0 #918
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
Merged
lucas-zimerman
merged 2 commits into
main
from
deps/scripts/update-javascript-siblings.sh
Jul 15, 2025
Merged
chore(deps): update JavaScript Sibling SDKs to v9.38.0 #918
lucas-zimerman
merged 2 commits into
main
from
deps/scripts/update-javascript-siblings.sh
Jul 15, 2025
Conversation
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
c29948c
to
ecbe925
Compare
ecbe925
to
c7b7fca
Compare
9d74470
to
461fe2a
Compare
c21dfc2
to
6ed807d
Compare
6ed807d
to
4cba913
Compare
4cba913
to
c73b565
Compare
c73b565
to
7c1a1d3
Compare
ebf68b9
to
7c2900a
Compare
1ff4b3e
to
3ad21f9
Compare
3ad21f9
to
56164e2
Compare
lucas-zimerman
approved these changes
Jul 15, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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.
Bumps scripts/update-javascript-siblings.sh from 9.27.0 to 9.38.0.
Auto-generated by a dependency updater.
Changelog
9.38.0
Important Changes
This release publishes the
sentry/node-native
SDK.Other Changes
debug
to replacelogger
(#16906)nextHopProtocol
when adding resource spans (#16900)9.37.0
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/123
will be shown as/users/:userId()
in Sentry. This will make it easier to identify patterns and make grouping easier.Other Changes
beforeStartNavigationSpan
lifecycle hook (#16863)wrapRequestHandler
(#16852)instrumentation-client.ts|js
(#16855)redirect()
calls as errors in Cloudflare (#16853)deleteSourcemapsAfterUpload
jsdoc default value (#16867)Work in this release was contributed by zachkirsch. Thank you for your contribution!
9.36.0
Important Changes
This release adds a new SDK
sentry/node-core
which 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-core
when:Use
sentry/node
when:The ANR integration has been deprecated and will be removed in future versions. Use
eventLoopBlockIntegration
fromsentry/node-native
instead._experiments.ignoreMutations
option (#16816)This replay option allows to configure a selector list of elements to not capture mutations for.
Other changes
sentry/replay-internal
(#16794)diagnoseSdkConnectivity
request (#16840)Work in this release was contributed by Spice-King and stayallive. Thank you for your contributions!
9.35.0
Context
andContexts
types (#16763)eventLoopBlockIntegration
(#16709)parentSpan
is considered (#16776)require
for fastify integration (#16789)sentry/cloudflare
as optional peerDependency (#16782)Cron
decorated tasks (#16792)Work in this release was contributed by 0xbad0c0d3 and alSergey. Thank you for your contributions!
9.34.0
Important Changes
feat(nuxt): Add Cloudflare Nitro plugin (#15597)
A Nitro plugin for
sentry/nuxt
which initializes Sentry when deployed to Cloudflare (cloudflare-pages
preset).Remove the previous server config file:
sentry.server.config.ts
Add 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
9.33.0
Important Changes
vercelAiIntegration
to cloudflare & vercel-edge (#16732)The
vercelAiIntegration
is now available as opt-in for the Cloudflare and the Next.js SDK for Vercel Edge.To use it, add the integration in
Sentry.init
And 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)ai
from default server external packages (#16736)Work in this release was contributed by 0xbad0c0d3. Thank you for your contribution!
9.32.0
Important Changes
Enhances CLS (Cumulative Layout Shift) spans by adding attributes detailing the elements that caused layout shifts.
instrumentWorkflowWithSentry
to 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
errorHandler
option (#16718)CloudEventsContext
compatible withCloudEvent
(#16705)false
(#16695)opentelemetry/resources
(#16727)Work in this release was contributed by flaeppe. Thank you for your contribution!
9.31.0
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
/monitoring
endpoint.scope
&client
togetTraceData
(#16633)Adds the ability to pass custom
scope
andclient
parameters to thegetTraceData
function, providing more flexibility when generating trace data for distributed tracing.Other Changes
x-forwarded-host
andx-forwarded-proto
headers (#16687)sentry/opentelemetry
dependency (#16677)sentry/pino-transport
(#16652)safeJoin
usage in console logging integration (#16658)CloudEvent
type compatible (#16661)instrumentation-client.js
file (#16637)9.30.0
vercelAiIntegration
whenai
module is detected (#16565)modulesIntegration
works in more environments (#16566)sendDefaultPii
(#16527)9.29.0
Important Changes
web-vitals
to 5.0.2 (#16492)This release upgrades the
web-vitals
library to version 5.0.2. This upgrade could slightly change the collected web vital values and potentially also influence alerts and performance scores in the Sentry UI.Other Changes
onError
usage (#16547)vercelAiIntegration
(#16551)ignoreLayersType
option to koa integration (#16553)suppressTracing
does not leak when async (#16545)9.28.1
Work in this release was contributed by eltigerchino. Thank you for your contribution!
9.28.0
Important Changes
TracingInterceptor
(#16501)With this change we stop creating spans for
TracingInterceptor
as this interceptor only serves as an internal helper and adds noise for the user.This feature ships updates to the span names and ops to better match OpenTelemetry. This should make them more easily accessible to the new agents module view we are building.
Other Changes
vercelAIIntegration
fromsentry/node
(#16496)Work in this release was contributed by agrattan0820. Thank you for your contribution!