chore(deps): update sentry-javascript monorepo to v10#734
Conversation
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
78bc3a4 to
06fe1df
Compare
2dc3a58 to
79788e0
Compare
79788e0 to
0fb716e
Compare
8831d37 to
4f0363a
Compare
84862b1 to
68e1410
Compare
30a42c4 to
4a2dd53
Compare
db163e0 to
4f18732
Compare
3cbc85c to
f853963
Compare
bd05ca5 to
fd22aee
Compare
e3eef83 to
28d6725
Compare
28d6725 to
b1e740b
Compare
68c343f to
8f0f5cd
Compare
2adfbef to
0be0447
Compare
b28a493 to
173dcdc
Compare
62037dc to
fa9220d
Compare
d1041cb to
3fb4845
Compare
20a8cad to
3d08e0c
Compare
3d08e0c to
2a62e9f
Compare
2a62e9f to
141ebee
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
dc99737 to
8f7f9d9
Compare
8f7f9d9 to
917faf8
Compare
6e17cc1 to
c0ba3bb
Compare
1898d4b to
af3641c
Compare
af3641c to
e62a184
Compare
40d1b04 to
1783a1a
Compare
1783a1a to
732ad85
Compare
This PR contains the following updates:
^8.51.0→^10.0.0^8.51.0→^10.0.0Release Notes
getsentry/sentry-javascript (@sentry/node)
v10.68.0Compare Source
cache.keyon dataloader spans and capture redis delete operations ascache.remove(#22389)FirebaseInstrumentationto orchestrion (#22141)http.routeattribute tohttp.serverspans with parameterized routes (#22564)url.fullandurl.pathtohttp.serverspans (#22533)instrumentStateGraphAPI (#22491)url.fullattribute to core fetch instrumentation (#22436)stackFrameVariablesby variable name (#22526)@apm-js-collab/code-transformer-bundler-pluginsto 0.7.1 (#22497)functionToStringIntegrationcausing infinite recursions (#22527)baggage: "undefined"when DSC is missing (#22440)Internal Changes
v10to build and license-compliance branch filters (#22499)defineEnvVarsfrom@sveltejs/kit/env(#22390)Work in this release was contributed by @psh4607 and @trinitiwowka. Thank you for your contributions!
Bundle size 📦
v10.67.0Compare Source
Important Changes
feat(sveltekit): Add support for SvelteKit 3 (#22264)
The SvelteKit SDK now supports the pre-release of SvelteKit 3, including client-side pageload and navigation tracing and server-side native tracing, alongside continued SvelteKit 2 support. No Sentry-specific setup changes are required. The SDK detects your SvelteKit version and picks the right implementation automatically.
Other Changes
queryParamstourlQueryParams(#22217)_experimental.useDiagnosticsChannelInjection(#22323)SentryLangChainInstrumentationto orchestrion (#22266)SentryLangGraphInstrumentationto orchestrion (#22268)navigation.route.idfrom the route name (#22372)waitUntil(#22339)in_app(#22354)Internal Changes
@apm-js-collab/code-transformeras a dependency (#22317)captureError: falsefrom tracing-channel callsites (#22368)sentry.span.sourceattribute withsentry.segment.name.source(#22358)ignoreSpanswith continued traces (#22316)Work in this release was contributed by @PeterWadie and @akshitsinha. Thank you for your contributions!
v10.66.0Compare Source
@sentry/node-corepackage (#22285)@sentry/tanstackstartpackage (#22284)initWithoutDefaultIntegrationsandgetDefaultIntegrationsWithoutPerformance(#22036)dataCollection.databaseQueryData(for e.g. Supabase filter values and mutation bodies) (#22219)dataCollection.graphQL(#22221)@opentelemetry/instrumentation-kafkajsto orchestrion (#21923)@opentelemetry/instrumentation-mysql2to orchestrion (#22229)@opentelemetry/instrumentation-dataloaderto orchestrion (#22236)@opentelemetry/instrumentation-generic-poolto orchestrion (#22240)http.clientspan is non-recording (#22246)react-router(#22225)Internal Changes
@sentry/conventionsto 0.16.0 (#22270).pnpm-storeto gitignore (#22223)type-checkcommand (#22243)Work in this release was contributed by @dobladov and @PeterWadie. Thank you for your contributions!
v10.65.0Compare Source
urlattributes on pageload and navigation spans (#21985)url.templateon pageload spans (#22011)url.pathandurl.fullon pageload and navigation spans (#21952)attributesonSerializedStreamedSpan(#22052)url.template,url.pathandurl.fullon router spans (#22095)urlattributes on pageload and navigation spans (#22006)url.template,url.pathandurl.fullon routing spans (#22087)url.template,url.pathandurl.fullon pageload and navigation spans (#22018)url.templateon pageload and navigation spans (#22025)urlattributes on solid router and tanstack router spans (#22090)url.template,url.pathandurl.fullon pageload and navigation spans (#22027)url.templateand URL attributes on router spans (#22063)sentry.segment.nameattribute (#22024)'sentry.origin': manualwhen backfilling OTel data (#22102)Internal Changes
71588ddto4013fc6(#21897)@opentelemetry/instrumentation-graphqlto orchestrion (#21885)@opentelemetry/instrumentation-redisto orchestrion (#21925)urlattribute creation (#22091)== nullchecks for nullish detection (#22154)attributesonSerializedStreamedSpanobjects (#22060)Work in this release was contributed by @martijnwalraven. Thank you for your contribution!
v10.64.0Compare Source
Important Changes
feat(cloudflare): Add
nodejs_compatentrypoint (#21881)The Cloudflare SDK now ships a dedicated
@sentry/cloudflare/nodejs_compatentrypoint for Workers running with thenodejs_compatflag. This entrypoint unlocks Node SDK features on Cloudflare, including theprismaIntegration(#21882) and AI v7 support for thevercelAiIntegration(#21917).This entrypoint is a drop-in replacement, so you can switch your imports from
@sentry/cloudflaredirectly to@sentry/cloudflare/nodejs_compat. To use it, your Worker must set thenodejs_compatcompatibility flag inwrangler.toml/wrangler.jsonc. This will become the default entrypoint in v11.feat: Use Sentry's minimal OpenTelemetry tracer provider by default (#21666, #21680, #21842)
The Node SDK now registers Sentry's own minimal
SentryTracerProviderby default, which creates native Sentry spans directly instead of routing them through the full OpenTelemetry SDK span pipeline. This reduces overhead for the common case where you don't need the full OpenTelemetry tracing stack.If you rely on OpenTelemetry SDK features that the minimal provider doesn't support, you can opt out and fall back to the full OpenTelemetry
BasicTracerProviderby settingopenTelemetryBasicTracerProvider: truein yourSentry.init()options. Providing customopenTelemetrySpanProcessorsalso forces the full provider automatically.Other Changes
sentry.trace_lifecycleattribute (#21850)Middleware.executeroot spans on Node.js runtime (#22013)onBeforeLoad/onResolved(#21975)Internal Changes
app-idwithclient-idin GH workflows (#21914)@opentelemetry/instrumentation-ioredisto orchestrion (#21849)@opentelemetry/instrumentation-hapito orchestrion (#21866)@sentry/conventionsto@sentry/coreand align versions (#21855)@sentry/conventionsand vendor remaining semantic conventions (#21893)injectDiagnosticsfor orchestrion marker (#21987)Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.