Skip to content

fix(deps): update dependency @sentry/node to v10 - #623

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-sentry-javascript-monorepo
Open

fix(deps): update dependency @sentry/node to v10#623
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-sentry-javascript-monorepo

Conversation

@renovate

@renovate renovate Bot commented May 14, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@sentry/node (source) 7.57.010.69.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

getsentry/sentry-javascript (@​sentry/node)

v10.69.0

Compare Source

Important Changes
  • feat(v10/cloudflare): Add instrumentAgentWithSentry for Cloudflare Agents (#​22786)

The Cloudflare SDK adds a new instrumentAgentWithSentry API for Cloudflare Agents. It works like instrumentDurableObjectWithSentry for Agent classes from the agents SDK and additionally creates spans for @callable RPC methods and automatically sets the conversationId based on the agent's name. When building with the Sentry Vite plugin, Agents are instrumented automatically (#​22788).

Other Changes
  • feat(v10/cloudflare): Add Spotlight integration for local dev event forwarding (#​22796)
  • feat(v10/cloudflare): Add wranglerConfigPath to Vite options (#​22803)
  • feat(v10/cloudflare): Filter framework-internal Durable Object storage spans (#​22770)
  • feat(v10/cloudflare): Instrument Agents automatically (#​22788)
  • feat(v10/cloudflare): Rotate agent conversation id on chat clear (#​22787)
  • fix(v10/cloudflare): Also skip cf: prefixed DOs (#​22802)
  • fix(v10/cloudflare): Filter CREATE INDEX spans on cf_-prefixed tables (#​22767)
  • fix(v10/cloudflare): Prevent AI provider skips (#​22771)
  • fix(v10/core): Summarize SQLite upserts so Durable Object cf_ spans stay filtered (#​22766)
  • fix(v10/effect): Set sentry.origin on logs from SentryEffectLogger (#​22806)
  • fix(v10/gatsby): Add React 19 to peer dependency range (#​22675)
  • fix(v10/node): Unpin @apm-js-collab/code-transformer-bundler-plugins (#​22678)
  • fix(v10/server-utils): Do not inject dc into client bundle (#​22765)
Internal Changes
  • test(v10/cloudflare): Pin mcp as agent depends on it (#​22769)

Bundle size 📦

Path Size
@​sentry/browser 27.11 KB
@​sentry/browser - with treeshaking flags 25.59 KB
@​sentry/browser (incl. Tracing) 45.51 KB
@​sentry/browser (incl. Tracing + Span Streaming) 47.25 KB
@​sentry/browser (incl. Tracing, Profiling) 50.15 KB
@​sentry/browser (incl. Tracing, Replay) 83.84 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 73.71 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 88.44 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 100.79 KB
@​sentry/browser (incl. Feedback) 43.88 KB
@​sentry/browser (incl. sendFeedback) 31.79 KB
@​sentry/browser (incl. FeedbackAsync) 36.8 KB
@​sentry/browser (incl. Metrics) 28.17 KB
@​sentry/browser (incl. Logs) 28.39 KB
@​sentry/browser (incl. Metrics & Logs) 29.07 KB
@​sentry/react 28.87 KB
@​sentry/react (incl. Tracing) 47.72 KB
@​sentry/vue 32.41 KB
@​sentry/vue (incl. Tracing) 47.43 KB
@​sentry/svelte 27.13 KB
CDN Bundle 29.45 KB
CDN Bundle (incl. Tracing) 47.42 KB
CDN Bundle (incl. Logs, Metrics) 30.99 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 48.7 KB
CDN Bundle (incl. Replay, Logs, Metrics) 69.34 KB
CDN Bundle (incl. Tracing, Replay) 84.04 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 85.32 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 89.71 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 90.94 KB
CDN Bundle - uncompressed 87.8 KB
CDN Bundle (incl. Tracing) - uncompressed 143.35 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 92.4 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 147.23 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 214.24 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 259.79 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 263.66 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 273.17 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 277.03 KB
@​sentry/nextjs (client) 50.2 KB
@​sentry/sveltekit (client) 45.92 KB
@​sentry/core/server 78.56 KB
@​sentry/core/browser 65.22 KB
@​sentry/node-core 61.78 KB
@​sentry/node 122.95 KB
@​sentry/node (incl. diagnostics channel injection) 147.79 KB
@​sentry/node/import (ESM hook with diagnostics-channel injection) 68.39 KB
@​sentry/node/light 50.21 KB
@​sentry/node - without tracing 73.19 KB
@​sentry/aws-serverless 82.24 KB
@​sentry/cloudflare (withSentry) - minified 195.81 KB
@​sentry/cloudflare (withSentry) 481.16 KB

v10.68.0

Compare Source

  • feat(cloudflare): Add @​sentry/cloudflare/vite orchestrion plugin (#​21967)
  • feat(nestjs): Support WebSocket errors in SentryGlobalFilter (#​22224)
  • feat(node,server-utils): Set cache.key on dataloader spans and capture redis delete operations as cache.remove (#​22389)
  • feat(server-utils): Allow integrations to be part of marker (#​22094)
  • feat(server-utils): Migrate FirebaseInstrumentation to orchestrion (#​22141)
  • feat(server-utils): Warn when bundler config has instrumented module in external (#​22379)
  • feat(v10): Add http.route attribute to http.server spans with parameterized routes (#​22564)
  • feat(v10): Add url.full and url.path to http.server spans (#​22533)
  • feat(v10/cloudflare): Auto-instrument Durable Object classes (#​22541)
  • feat(v10/cloudflare): Auto-instrument the worker entry with withSentry (#​22540)
  • feat(v10/cloudflare): Auto-instrument WorkerEntrypoint classes (#​22543)
  • feat(v10/cloudflare): Auto-instrument Workflow classes (#​22542)
  • feat(v10/cloudflare): Read wrangler config and resolve the Sentry options module (#​22538)
  • feat(v10/core): Add instrumentStateGraph API (#​22491)
  • feat(v10/core): Add url.full attribute to core fetch instrumentation (#​22436)
  • feat(v10/core): Support filtering stackFrameVariables by variable name (#​22526)
  • feat(v10/react-router): Make instrumentation API the default (#​22525)
  • fix(cloudflare,deno,node): Align types of vercelai (#​22343)
  • fix(core): Instrument Anthropic client in place instead of via a deep proxy (#​22305)
  • fix(replay): Set text/javascript MIME type on compression worker Blob (#​22377)
  • fix(sveltekit): Adapt frame rewriting for kit 3 (#​22407)
  • fix(v10): Pin @apm-js-collab/code-transformer-bundler-plugins to 0.7.1 (#​22497)
  • fix(v10/cloudflare): Import prismaIntegration from server-utils (#​22535)
  • fix(v10/core): Avoid functionToStringIntegration causing infinite recursions (#​22527)
  • fix(v10/core): Avoid propagating baggage: "undefined" when DSC is missing (#​22440)
Internal Changes
  • chore: Add external contributor to CHANGELOG.md (#​22342)
  • chore: Add external contributor to CHANGELOG.md (#​22405)
  • chore(deps): Bump axios from 1.16.0 to 1.18.0 in /dev-packages/e2e-tests/test-applications/nestjs-basic (#​22395)
  • chore(deps): Bump morgan from 1.10.0 to 1.11.0 (#​22187)
  • chore(size-limit): weekly auto-bump (#​22182)
  • ci(v10): Add v10 to build and license-compliance branch filters (#​22499)
  • feat(deps): Bump axios from 1.16.0 to 1.18.0 (#​22396)
  • ref(server-utils): Remove unneeded orchestrion config (#​22384)
  • ref(server-utils): Small fastify cleanup (#​22385)
  • test: Remove unnecessary test waits (#​22383)
  • test(sveltekit-3): Fix import defineEnvVars from @sveltejs/kit/env (#​22390)
  • test(v10/cloudflare): Add Vite-build support to the integration-test runner (#​22539)

Work in this release was contributed by @​psh4607 and @​trinitiwowka. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 27.11 KB
@​sentry/browser - with treeshaking flags 25.59 KB
@​sentry/browser (incl. Tracing) 45.51 KB
@​sentry/browser (incl. Tracing + Span Streaming) 47.25 KB
@​sentry/browser (incl. Tracing, Profiling) 50.15 KB
@​sentry/browser (incl. Tracing, Replay) 83.84 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 73.71 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 88.44 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 100.79 KB
@​sentry/browser (incl. Feedback) 43.88 KB
@​sentry/browser (incl. sendFeedback) 31.79 KB
@​sentry/browser (incl. FeedbackAsync) 36.8 KB
@​sentry/browser (incl. Metrics) 28.17 KB
@​sentry/browser (incl. Logs) 28.39 KB
@​sentry/browser (incl. Metrics & Logs) 29.07 KB
@​sentry/react 28.87 KB
@​sentry/react (incl. Tracing) 47.72 KB
@​sentry/vue 32.41 KB
@​sentry/vue (incl. Tracing) 47.43 KB
@​sentry/svelte 27.13 KB
CDN Bundle 29.45 KB
CDN Bundle (incl. Tracing) 47.42 KB
CDN Bundle (incl. Logs, Metrics) 30.99 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 48.69 KB
CDN Bundle (incl. Replay, Logs, Metrics) 69.34 KB
CDN Bundle (incl. Tracing, Replay) 84.04 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 85.32 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 89.71 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 90.94 KB
CDN Bundle - uncompressed 87.8 KB
CDN Bundle (incl. Tracing) - uncompressed 143.35 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 92.4 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 147.23 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 214.24 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 259.79 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 263.66 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 273.17 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 277.03 KB
@​sentry/nextjs (client) 50.2 KB
@​sentry/sveltekit (client) 45.92 KB
@​sentry/core/server 78.45 KB
@​sentry/core/browser 65.16 KB
@​sentry/node-core 61.77 KB
@​sentry/node 122.9 KB
@​sentry/node (incl. diagnostics channel injection) 147.76 KB
@​sentry/node/import (ESM hook with diagnostics-channel injection) 68.39 KB
@​sentry/node/light 50.21 KB
@​sentry/node - without tracing 73.19 KB
@​sentry/aws-serverless 82.24 KB
@​sentry/cloudflare (withSentry) - minified 193.11 KB
@​sentry/cloudflare (withSentry) 475.28 KB

v10.67.0

Compare 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
  • feat(aws-serverless): Use orchestrion aws-sdk integration under diagnostics-channel opt-in (#​22143)
  • feat(cloudflare): Auto-instrument Workers AI binding via env instrumentation (#​22126)
  • feat(cloudflare): Instrument Cloudflare rate limiter bindings (#​22035)
  • feat(core): Instrument workers-ai-provider (#​22119)
  • feat(core): Rename queryParams to urlQueryParams (#​22217)
  • feat(mongodb): implement orchestrion mongodb integration (#​22308)
  • feat(mongoose): implement orchestrion mongoose integration (#​22202)
  • feat(node): Rewrite tedious instrumentation to orchestrion tracing channels (#​22238)
  • feat(nuxt): Add _experimental.useDiagnosticsChannelInjection (#​22323)
  • feat(remix): Add orchestrion-based remix instrumentation (#​22244)
  • feat(replay): Allow skipping the final flush on stop() via { flush: false } (#​22300)
  • feat(server-utils): Add @​opentelemetry/instrumentation-koa orchestrion integration (#​22146)
  • feat(server-utils): Add orchestrion aws-sdk channel integration core (#​22142)
  • feat(server-utils): Allow passing custom transforms to orchestrion (#​22319)
  • feat(server-utils): Port Bedrock aws-sdk extension and add integration tests (#​22166)
  • feat(server-utils): Port S3, Kinesis, DynamoDB, SecretsManager and StepFunctions aws-sdk extensions (#​22164)
  • feat(server-utils): Port SQS, SNS and Lambda aws-sdk extensions with trace propagation (#​22165)
  • feat(server-utils): Rewrite SentryLangChainInstrumentation to orchestrion (#​22266)
  • feat(server-utils): Rewrite SentryLangGraphInstrumentation to orchestrion (#​22268)
  • feat(vue): Set navigation.route.id from the route name (#​22372)
  • fix(bundler): do not import type from optional peer dep (#​22304)
  • fix(cloudflare): Bind Durable Object built-in handlers (#​22340)
  • fix(cloudflare): Instrument custom WorkerEntrypoint RPC methods (#​22310)
  • fix(cloudflare): Route DO teardown through original waitUntil (#​22339)
  • fix(cloudflare): Skip spans for Cloudflare-internal Durable Object SQL queries (#​22376)
  • fix(core): Prevent functionToStringIntegration from throwing on cross-origin realms (#​22273)
  • fix(core): Prevent infinite recursion when console is instrumented twice (#​21959)
  • fix(nextjs): Mark internal chunk frames as not in_app (#​22354)
  • fix(node): Register tracer provider when OTel API global pre-exists with a different version (#​22374)
  • fix(node-native): Don't drop breadcrumbs from event loop block events (#​22322)
  • fix(serve-rutils): Orchestrion diagnostics for async and require (#​22327)
  • fix(server-utils): Only skip loader thread (#​22336)
  • fix(sveltekit): Detect SvelteKit server build via Vite Environment API (#​21629)
  • fix(vercelai): Avoid double-capturing v4 tool errors in orchestrion mode (#​22293)
  • fix(vue): Support pinia 4 in peer dependency range (#​22324)
Internal Changes
  • chore: Add external contributor to CHANGELOG.md (#​22357)
  • chore: Add external contributor to CHANGELOG.md (#​22359)
  • chore: Remove @apm-js-collab/code-transformer as a dependency (#​22317)
  • chore(changelog): Add callout for SvelteKit 3 support (#​22371)
  • chore(ci): Use openrouter keys for claude in ci (#​22381)
  • chore(skills): Add libraries to framework update watcher (#​22326)
  • docs(agents): Prefer reusing existing utils before adding new ones (#​22370)
  • feat(deps): Bump @​opentelemetry/semantic-conventions from 1.42.0 to 1.43.0 in the opentelemetry group (#​22333)
  • fix(skills): Make sure digest file is written/read correctly (#​22330)
  • ref: Omit redundant captureError: false from tracing-channel callsites (#​22368)
  • ref: Use base keys from conventions for dynamic suffix attribute keys (#​22356)
  • ref(core): Replace sentry.span.source attribute with sentry.segment.name.source (#​22358)
  • ref(server-utils): Collapse express route/use into one orchestrion channel (#​22331)
  • ref(server-utils): Share one orchestrion channel across OpenAI chat/responses/conversations (#​22332)
  • refactor(nextjs): Change ESM interop. to remove lazy loading (#​22193)
  • test(cloudflare): Add tests for ignoreSpans with continued traces (#​22316)
  • test(cloudflare): Proof that AI providers work OOTB on Cloudflare (#​22313)

Work in this release was contributed by @​PeterWadie and @​akshitsinha. Thank you for your contributions!

v10.66.0

Compare Source

  • chore(node-core): Deprecate @sentry/node-core package (#​22285)
  • chore(tanstackstart): Deprecate @sentry/tanstackstart package (#​22284)
  • deps(server-utils): bump @​apm-js-collab/code-transformer and tracing-hooks (#​22172)
  • feat(bun): Add initWithoutDefaultIntegrations and getDefaultIntegrationsWithoutPerformance (#​22036)
  • feat(bundlers): Add orchestrion bundler plugins (#​22124)
  • feat(cloudflare): Support Cloudflare types v5 & newer wrangler versions (#​22180)
  • feat(core): Add and use dataCollection.databaseQueryData (for e.g. Supabase filter values and mutation bodies) (#​22219)
  • feat(core): Add and use dataCollection.graphQL (#​22221)
  • feat(core): Add stringify helper and make AI-tracing serializers safe (#​22163)
  • feat(nestjs): Add orchestrion diagnostics-channel instrumentation (#​22176)
  • feat(nextjs): Add opt-in for orchestrion instrumentation (#​22043)
  • feat(node): Rewrite knex instrumentation to orchestrion tracing channels (#​22237)
  • feat(server-utils): Capture and log orchestrion stats (#​22269)
  • feat(server-utils): Migrate @opentelemetry/instrumentation-kafkajs to orchestrion (#​21923)
  • feat(server-utils): Migrate @opentelemetry/instrumentation-mysql2 to orchestrion (#​22229)
  • feat(server-utils): Rewrite @opentelemetry/instrumentation-dataloader to orchestrion (#​22236)
  • feat(server-utils): Rewrite @opentelemetry/instrumentation-generic-pool to orchestrion (#​22240)
  • feat(sveltekit): Detect SvelteKit 3 native tracing from the Vite plugin (#​21580)
  • fix: Include bundler CJS exports to fix Node warning (#​22286)
  • fix(browser-utils): Remove readystatechange listener to prevent memory leaks (#​22216)
  • fix(browser): Propagate trace data from active span if http.client span is non-recording (#​22246)
  • fix(core): Preserve propagation across ignored spans (#​22277)
  • fix(node): move dc integration swap to _init (#​22173)
  • fix(react-router): Correct url attributes for history and relative navigations (#​22131)
  • fix(react): Preserve parent path prefix for descendant route names in react-router (#​22225)
  • fix(server-utils): Dedupe ioredis orchestrion span for offline-queued commands (#​22279)
  • fix(vue): Refresh pageload URL attrs on TanStack onResolved (#​22140)
Internal Changes
  • chore: Add external contributor to CHANGELOG.md (#​22295)
  • chore: Do not treat flaky test issues as bug (#​22272)
  • chore: stub modules for orchestrion configs, channels (#​22195)
  • chore: Update claude PR instructions (#​22241)
  • chore(changelog): Add external contributor to next changelog (#​22234)
  • chore(ci): Temporarily assign node/node-core reviews to whole JS SDK team (#​22226)
  • chore(ci): Temporarily assign orchestrion reviews to whole JS SDK team (#​22215)
  • chore(deps): Bump orchestrion dependencies to latest (#​22287)
  • chore(deps): Bump @sentry/conventions to 0.16.0 (#​22270)
  • chore(gitignore): Add .pnpm-store to gitignore (#​22223)
  • chore(skills): Add bump-conventions skill (#​22271)
  • fix(ci): Improve flaky test issue deduplication (#​22042)
  • fix(ci): Unblock external-contributors checkout on fork PR merges (#​22235)
  • ref(build): Replace ts-node with tsx for build and CI scripts (#​22186)
  • ref(core): Remove redundant log buffer flush (#​22278)
  • ref(nestjs): extract shared span helpers (#​22175)
  • ref(node): Refactor some otel internals in http integrations (#​22292)
  • ref(nuxt): Build the Nuxt module in-house instead of @​nuxt/module-builder (#​22190)
  • ref(server-utils): Move prisma instrumentation to server-utils (#​22222)
  • test(anr): Use pure-JS busy work so ANR stack samples capture longWork (#​22133)
  • test(browser-integration): Fix local runs referencing renamed type-check command (#​22243)
  • test(e2e): Add E2E test app for orchestrion instrumentations on Remix (#​22218)
  • test(nextjs): Add orchestrion e2e test app (#​22080)
  • test(node-integration-tests): Free up CI disk space to prevent ENOSPC failures (#​22132)
  • test(node-integration-tests): Reuse Docker Compose containers across tests (#​22128)
  • test(react-router): Add orchestrion based e2e test app (#​22185)
  • test(sveltekit): Add SvelteKit 3 e2e app (#​21540)
  • test(tanstackstart): Deterministically match the server-side error event (#​22137)

Work in this release was contributed by @​dobladov and @​PeterWadie. Thank you for your contributions!

v10.65.0

Compare Source

  • feat(angular): Set url attributes on pageload and navigation spans (#​21985)
  • feat(astro): Set url.template on pageload spans (#​22011)
  • feat(aws-serverless): Replace OTel Lambda instrumentation with handler redirection (#​22079)
  • feat(browser): Set url.path and url.full on pageload and navigation spans (#​21952)
  • feat(bun): warn when externalizing instrumented deps (#​21999)
  • feat(core): Require attributes on SerializedStreamedSpan (#​22052)
  • feat(ember): Set url.template, url.path and url.full on router spans (#​22095)
  • feat(mysql2): Instrument mysql2 >= 3.20.0 via native tracing channels (#​21824)
  • feat(nextjs): Set url attributes on pageload and navigation spans (#​22006)
  • feat(react): Set url.template, url.path and url.full on routing spans (#​22087)
  • feat(react-router): Set url.template, url.path and url.full on pageload and navigation spans (#​22018)
  • feat(remix): Set url.template on pageload and navigation spans (#​22025)
  • feat(server-utils): Add orchestrion support for Vercel AI v4 (#​22139)
  • feat(server-utils): Add requiresParentSpan option to bindTracingChannelToSpan (#​22113)
  • feat(server-utils): Capture usage and output on streamed Vercel AI v7 spans (#​22000)
  • feat(server-utils): Implement orchestrion-based express integration (#​21889)
  • feat(server-utils): Instrument graphql v17 via native tracing channels (#​21804)
  • feat(solid): Set url attributes on solid router and tanstack router spans (#​22090)
  • feat(sveltekit): Set url.template, url.path and url.full on pageload and navigation spans (#​22027)
  • feat(vue, nuxt): Set url.template and URL attributes on router spans (#​22063)
  • fix(browser): Send web vital span sentry.segment.name attribute (#​22024)
  • fix(cloudflare): Honor newTarget in instrumentDurableObjectWithSentry construct trap (#​22104)
  • fix(opentelemetry): Fall back to 'sentry.origin': manual when backfilling OTel data (#​22102)
  • fix(replay): Prevent rrweb recording from dying when the emit callback throws (#​21409)
  • fix(replay): Skip client reports for replay failures after stop (#​22177)
  • perf(vite): add fast component annotation transform (#​22089)
  • ref(server-utils): Add orchestrion support for Vercel AI v5 (#​21979)
Internal Changes
  • chore: Add external contributor to CHANGELOG.md (#​22111)
  • chore: Reinstate changelog anchor (#​22022)
  • chore(cloudflare): Ignore import patterns (#​22008)
  • chore(deps-dev): bump vite from 7.3.2 to 7.3.5 in /dev-packages/e2e-tests/test-applications/tanstackstart-react-orchestrion (#​22041)
  • chore(deps): bump vite from 8.0.1 to 8.0.16 in /dev-packages/bundler-plugin-integration-tests/fixtures/vite8 (#​21664)
  • chore(opentelemetry): Add worker as export | sort exports (#​21859)
  • chore(size-limit): weekly auto-bump (#​21812)
  • ci: Only run cloudflare & bundler plugin tests when necessary (#​22130)
  • ci(deps): bump actions/checkout from 6 to 7 (#​21898)
  • ci(deps): Bump anthropics/claude-code-action from 1.0.124 to 1.0.161 (#​21896)
  • ci(deps): Bump getsentry/craft from 2.26.9 to 2.26.14 (#​21900)
  • ci(deps): Bump getsentry/github-workflows/validate-pr from 71588dd to 4013fc6 (#​21897)
  • ci(deps): bump pnpm/action-setup from 5.0.0 to 6.0.9 (#​21899)
  • feat(core): add isObjectLike guard and consolidate non-null-object checks (#​22155)
  • feat(core): add uniq array util and consolidate call sites (#​22152)
  • feat(deps): Bump @​growthbook/growthbook from 1.6.1 to 1.6.5 (#​21940)
  • feat(deps): Bump @​opentelemetry/semantic-conventions from 1.41.1 to 1.42.0 in the opentelemetry group (#​22147)
  • feat(deps): Bump dotenv from 16.0.3 to 17.4.2 (#​22150)
  • feat(deps): Bump js-yaml from 3.14.2 to 3.15.0 (#​21864)
  • feat(deps): Bump nock from 13.5.5 to 14.0.16 (#​22149)
  • feat(server-utils): Migrate @​opentelemetry/instrumentation-amqplib to orchestrion (#​21981)
  • feat(server-utils): Migrate @opentelemetry/instrumentation-graphql to orchestrion (#​21885)
  • feat(server-utils): Migrate @opentelemetry/instrumentation-redis to orchestrion (#​21925)
  • feat(server-utils): Migrate Google GenAI integration to orchestrion (#​21970)
  • feat(server-utils): Migrate postgres.js instrumentation to orchestrion (#​21983)
  • ref: remove unused addOriginToSpan copies (#​22153)
  • ref(angular): Streamline url attribute creation (#​22091)
  • ref(core): Use common span attribute keys from Sentry conventions (#​22081)
  • ref(nitro, nuxt): inline == null checks for nullish detection (#​22154)
  • ref(node): Refactor http instrumentation away from OTEL (#​21974)
  • ref(redis): expose diagnostics-channel subscription as an integration (#​21963)
  • test: Avoid unnecessary definedness checks for attributes on SerializedStreamedSpan objects (#​22060)
  • test: Remove fixed container_name from node integration test docker-compose files (#​22134)
  • test(browser): Give profiling envelope tests headroom against CI timeouts (#​22067)
  • test(browser): Stabilize flaky manual-mode profile_chunk test (#​22040)
  • test(bun-integration-tests): Type-check test suites in CI (#​22059)
  • test(bundler-plugins): Test bundler plugins on more node versions (#​22105)
  • test(cloudflare-integration-tests): Type-check test suites in CI (#​22068)
  • test(cloudflare): Add headroom for wrangler cold-start in integration tests (#​22083)
  • test(e2e): Add Astro 7 with Orchestrion test (#​22005)
  • test(e2e): Add E2E test app for orchestrion instrumentations on TanStack Start (#​22020)
  • test(e2e): Add test for SvelteKit with orchestrion (#​22014)
  • test(e2e): De-flake remix-hydrogen client tests (#​22051)
  • test(e2e): Gate hydrogen-react-router-7 client clicks on hydration (#​22061)
  • test(e2e): Pin @​cloudflare/vite-plugin to 1.43.1 in Cloudflare E2E test apps (#​22115)
  • test(e2e): Use official @​module-federation/vite (#​21605)
  • test(nitro): Guard throwing-route request in nitro-3 errors test (#​22039)
  • test(node-core): Fix flaky withMonitor span order assertion (#​22129)
  • test(node-integration-tests): Enable Node compile cache for scenario child processes (#​22084)
  • test(node-integration-tests): Make runner completion event-driven instead of polling (#​22085)
  • test(node-integration-tests): Surface early scenario exit instead of hanging (#​22136)
  • test(node-integration-tests): Type-check test suites in CI (#​22054)
  • test(node): Consolidate flaky DB readiness handling into a shared waitForConnection helper (#​22058)
  • test(node): Fix flaky negative sampling (static) envelope ordering (#​22038)
  • test(node): Retry initial tedious connection until the DB is ready (#​22050)
  • test(node): Update vercel AI v7 version in tests & skip on Node 18 (#​21984)
  • test(node): Wait for Postgres readiness in pg integration test scenarios (#​22045)
  • test(server-utils): Remove graphql unit tests that replicated SDK async-context logic (#​22103)
  • test(server-utils): Remove hapi unit test that replicated SDK async-context logic (#​22100)
  • test(server-utils): Remove ioredis unit test that replicated SDK async-context logic (#​22099)
  • test(server-utils): Remove mongoose unit test that replicated SDK async-context logic (#​22101)
  • test(server-utils): Remove postgres.js unit test that replicated SDK async-context logic (#​22097)
  • test(server-utils): Remove redis unit tests that replicated SDK async-context logic (#​22098)

Work in this release was contributed by [@​martijnwalraven](https://redirect.github.com/mart

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 3 times, most recently from 9a2138a to d48b13d Compare May 23, 2024 08:02
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 3 times, most recently from 7b24341 to 9e7582f Compare May 29, 2024 16:53
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 3 times, most recently from 2809273 to e9dcd56 Compare June 12, 2024 20:31
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 3 times, most recently from ce46887 to 6955139 Compare June 25, 2024 15:34
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 0202330 to b1e0609 Compare July 4, 2024 13:57
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 3 times, most recently from c8e163f to 6b5917e Compare July 10, 2024 12:19
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from a713326 to ab5bc18 Compare July 19, 2024 11:49
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 781654f to 943d9c4 Compare July 31, 2024 12:10
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 3 times, most recently from a142b8b to 3acc60f Compare August 6, 2024 15:18
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from c769547 to d83e3ee Compare August 14, 2024 10:59
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 156b115 to 22a349a Compare September 3, 2024 15:43
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 71275c3 to 71a36b9 Compare September 10, 2024 15:44
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 6926b49 to 26b1976 Compare November 27, 2024 14:15
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 26b1976 to e68322c Compare December 2, 2024 19:45
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 5 times, most recently from 2e58cd0 to 06410bb Compare December 17, 2024 13:20
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 06410bb to 669e735 Compare December 18, 2024 17:13
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 669e735 to 300d714 Compare January 7, 2025 16:35
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 1d7d83d to 159ff8f Compare January 15, 2025 17:36
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 394e4b6 to 4cc5fc1 Compare January 28, 2025 17:35
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 3 times, most recently from f488fb4 to 87d1ac2 Compare February 4, 2025 01:02
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 87d1ac2 to de247a5 Compare February 10, 2025 12:41
@renovate renovate Bot changed the title fix(deps): update dependency @sentry/node to v8 fix(deps): update dependency @sentry/node to v9 Feb 10, 2025
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 583e4a1 to 0583f30 Compare February 13, 2025 16:15
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 442751e to b5f84ff Compare February 28, 2025 19:15
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 07dc009 to ac8b326 Compare March 6, 2025 21:27
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 4 times, most recently from 1432947 to 92ef3dd Compare March 21, 2025 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants