Skip to content

fix(deps): update dependency @sentry/node to v9 #2872

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/node (source) 8.49.0 -> 9.22.0 age adoption passing confidence

Release Notes

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

v9.22.0

Compare Source

Important changes
  • Revert "feat(browser): Track measure detail as span attributes" (#​16348)

This is a revert of a feature introduced in 9.20.0 with #​16240. This feature was causing crashes in firefox, so we are reverting it. We will re-enable this functionality in the future after fixing the crash.

Other changes
Bundle size 📦
Path Size
@​sentry/browser 23.39 KB
@​sentry/browser - with treeshaking flags 23.16 KB
@​sentry/browser (incl. Tracing) 37.37 KB
@​sentry/browser (incl. Tracing, Replay) 74.59 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.86 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.26 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.07 KB
@​sentry/browser (incl. Feedback) 39.76 KB
@​sentry/browser (incl. sendFeedback) 28 KB
@​sentry/browser (incl. FeedbackAsync) 32.77 KB
@​sentry/react 25.12 KB
@​sentry/react (incl. Tracing) 39.3 KB
@​sentry/vue 27.68 KB
@​sentry/vue (incl. Tracing) 39.15 KB
@​sentry/svelte 23.41 KB
CDN Bundle 24.64 KB
CDN Bundle (incl. Tracing) 37.47 KB
CDN Bundle (incl. Tracing, Replay) 72.5 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.8 KB
CDN Bundle - uncompressed 71.9 KB
CDN Bundle (incl. Tracing) - uncompressed 111 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.29 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 234.82 KB
@​sentry/nextjs (client) 40.92 KB
@​sentry/sveltekit (client) 37.83 KB
@​sentry/node 145.96 KB
@​sentry/node - without tracing 95.8 KB
@​sentry/aws-serverless 120.54 KB

v9.21.0

Compare Source

  • docs: Fix v7 migration link (#​14629)
  • feat(node): Vendor in @fastify/otel (#​16328)
  • fix(nestjs): Handle multiple OnEvent decorators (#​16306)
  • fix(node): Avoid creating breadcrumbs for suppressed requests (#​16285)
  • fix(remix): Add missing client exports to server and cloudflare entries (#​16341)

Work in this release was contributed by @​phthhieu. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.48 KB
@​sentry/browser - with treeshaking flags 23.15 KB
@​sentry/browser (incl. Tracing) 37.56 KB
@​sentry/browser (incl. Tracing, Replay) 74.79 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.98 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.44 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.27 KB
@​sentry/browser (incl. Feedback) 39.87 KB
@​sentry/browser (incl. sendFeedback) 28.11 KB
@​sentry/browser (incl. FeedbackAsync) 32.87 KB
@​sentry/react 25.21 KB
@​sentry/react (incl. Tracing) 39.49 KB
@​sentry/vue 27.77 KB
@​sentry/vue (incl. Tracing) 39.34 KB
@​sentry/svelte 23.5 KB
CDN Bundle 24.65 KB
CDN Bundle (incl. Tracing) 37.63 KB
CDN Bundle (incl. Tracing, Replay) 72.57 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.89 KB
CDN Bundle - uncompressed 71.9 KB
CDN Bundle (incl. Tracing) - uncompressed 111.35 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.65 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.18 KB
@​sentry/nextjs (client) 41.1 KB
@​sentry/sveltekit (client) 38.04 KB
@​sentry/node 145.96 KB
@​sentry/node - without tracing 95.8 KB
@​sentry/aws-serverless 120.54 KB

v9.20.0

Compare Source

Important changes
  • feat(browser): Track measure detail as span attributes (#​16240)

The SDK now automatically collects details passed to performance.measure options.

Other changes
  • feat(node): Add maxIncomingRequestBodySize (#​16225)
  • feat(react-router): Add server action instrumentation (#​16292)
  • feat(react-router): Filter manifest requests (#​16294)
  • feat(replay): Extend default list for masking with aria-label (#​16192)
  • fix(browser): Ensure pageload & navigation spans have correct data (#​16279)
  • fix(cloudflare): Account for static fields in wrapper type (#​16303)
  • fix(nextjs): Preserve next.route attribute on root spans (#​16297)
  • feat(node): Fork isolation scope in tRPC middleware (#​16296)
  • feat(core): Add orgId option to init and DSC (sentry-org_id in baggage) (#​16305)

Bundle size 📦

Path Size
@​sentry/browser 23.48 KB
@​sentry/browser - with treeshaking flags 23.15 KB
@​sentry/browser (incl. Tracing) 37.56 KB
@​sentry/browser (incl. Tracing, Replay) 74.79 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.98 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.44 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.27 KB
@​sentry/browser (incl. Feedback) 39.87 KB
@​sentry/browser (incl. sendFeedback) 28.11 KB
@​sentry/browser (incl. FeedbackAsync) 32.87 KB
@​sentry/react 25.25 KB
@​sentry/react (incl. Tracing) 39.53 KB
@​sentry/vue 27.77 KB
@​sentry/vue (incl. Tracing) 39.34 KB
@​sentry/svelte 23.5 KB
CDN Bundle 24.66 KB
CDN Bundle (incl. Tracing) 37.63 KB
CDN Bundle (incl. Tracing, Replay) 72.58 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.9 KB
CDN Bundle - uncompressed 71.95 KB
CDN Bundle (incl. Tracing) - uncompressed 111.4 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.7 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.23 KB
@​sentry/nextjs (client) 41.1 KB
@​sentry/sveltekit (client) 38.04 KB
@​sentry/node 154.45 KB
@​sentry/node - without tracing 95.77 KB
@​sentry/aws-serverless 120.52 KB

v9.19.0

Compare Source

  • feat(react-router): Add otel instrumentation for server requests (#​16147)
  • feat(remix): Vendor in opentelemetry-instrumentation-remix (#​16145)
  • fix(browser): Ensure spans auto-ended for navigations have cancelled reason (#​16277)
  • fix(node): Pin @fastify/otel fork to direct url to allow installing without git (#​16287)
  • fix(react): Handle nested parameterized routes in reactrouterv3 transaction normalization (#​16274)

Work in this release was contributed by @​sidx1024. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.4 KB
@​sentry/browser - with treeshaking flags 23.06 KB
@​sentry/browser (incl. Tracing) 37.31 KB
@​sentry/browser (incl. Tracing, Replay) 74.53 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.72 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.19 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91 KB
@​sentry/browser (incl. Feedback) 39.8 KB
@​sentry/browser (incl. sendFeedback) 28.03 KB
@​sentry/browser (incl. FeedbackAsync) 32.79 KB
@​sentry/react 25.17 KB
@​sentry/react (incl. Tracing) 39.27 KB
@​sentry/vue 27.67 KB
@​sentry/vue (incl. Tracing) 39.07 KB
@​sentry/svelte 23.43 KB
CDN Bundle 24.58 KB
CDN Bundle (incl. Tracing) 37.33 KB
CDN Bundle (incl. Tracing, Replay) 72.37 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.68 KB
CDN Bundle - uncompressed 71.72 KB
CDN Bundle (incl. Tracing) - uncompressed 110.5 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 221.78 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 234.31 KB
@​sentry/nextjs (client) 40.88 KB
@​sentry/sveltekit (client) 37.77 KB
@​sentry/node 154.29 KB
@​sentry/node - without tracing 95.6 KB
@​sentry/aws-serverless 120.36 KB

v9.18.0

Compare Source

Important changes

We now also publish profiling binaries for Node 24.

Other changes
  • deps(node): Bump import-in-the-middle to 1.13.1 (#​16260)
  • feat: Export consoleLoggingIntegration from vercel edge sdk (#​16228)
  • feat(cloudflare): Add support for email, queue, and tail handler (#​16233)
  • feat(cloudflare): Improve http span data (#​16232)
  • feat(nextjs): Add more attributes for generation functions (#​16214)
  • feat(opentelemetry): Widen peer dependencies to support Otel v2 (#​16246)
  • fix(core): Gracefully handle invalid baggage entries (#​16257)
  • fix(node): Ensure traces are propagated without spans in Node 22+ (#​16221)
  • fix(node): Use sentry forked @fastify/otel dependency with pinned Otel v1 deps (#​16256)
  • fix(remix): Remove vendored types (#​16218)

Bundle size 📦

Path Size
@​sentry/browser 23.4 KB
@​sentry/browser - with treeshaking flags 23.22 KB
@​sentry/browser (incl. Tracing) 37.3 KB
@​sentry/browser (incl. Tracing, Replay) 74.53 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 68.37 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.18 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 90.99 KB
@​sentry/browser (incl. Feedback) 39.8 KB
@​sentry/browser (incl. sendFeedback) 28.03 KB
@​sentry/browser (incl. FeedbackAsync) 32.79 KB
@​sentry/react 25.17 KB
@​sentry/react (incl. Tracing) 39.26 KB
@​sentry/vue 27.67 KB
@​sentry/vue (incl. Tracing) 39.06 KB
@​sentry/svelte 23.43 KB
CDN Bundle 24.58 KB
CDN Bundle (incl. Tracing) 37.33 KB
CDN Bundle (incl. Tracing, Replay) 72.37 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.67 KB
CDN Bundle - uncompressed 71.72 KB
CDN Bundle (incl. Tracing) - uncompressed 110.46 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 221.75 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 234.27 KB
@​sentry/nextjs (client) 40.88 KB
@​sentry/sveltekit (client) 37.76 KB
@​sentry/node 155.42 KB
@​sentry/node - without tracing 96 KB
@​sentry/aws-serverless 121.5 KB

v9.17.0

Compare Source

  • feat(node): Migrate to @fastify/otel (#​15542)
Bundle size 📦
Path Size
@​sentry/browser 23.35 KB
@​sentry/browser - with treeshaking flags 23.19 KB
@​sentry/browser (incl. Tracing) 37.25 KB
@​sentry/browser (incl. Tracing, Replay) 74.47 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 68.34 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.12 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 90.93 KB
@​sentry/browser (incl. Feedback) 39.75 KB
@​sentry/browser (incl. sendFeedback) 27.98 KB
@​sentry/browser (incl. FeedbackAsync) 32.74 KB
@​sentry/react 25.16 KB
@​sentry/react (incl. Tracing) 39.24 KB
@​sentry/vue 27.63 KB
@​sentry/vue (incl. Tracing) 39.01 KB
@​sentry/svelte 23.38 KB
CDN Bundle 24.55 KB
CDN Bundle (incl. Tracing) 37.29 KB
CDN Bundle (incl. Tracing, Replay) 72.33 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.64 KB
CDN Bundle - uncompressed 71.62 KB
CDN Bundle (incl. Tracing) - uncompressed 110.34 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 221.63 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 234.15 KB
@​sentry/nextjs (client) 40.84 KB
@​sentry/sveltekit (client) 37.73 KB
@​sentry/node 151.37 KB
@​sentry/node - without tracing 95.77 KB
@​sentry/aws-serverless 120.16 KB

v9.16.1

Compare Source

  • fix(core): Make sure logs get flushed in server-runtime-client (#​16222)
  • ref(node): Remove vercel flushing code that does nothing (#​16217)

v9.16.0

Compare Source

Important changes
  • feat: Create a Vite plugin that injects sentryConfig into the global config (#​16197)

Add a new plugin makeConfigInjectorPlugin within our existing vite plugin that updates the global vite config with sentry options

  • feat(browser): Add option to sample linked traces consistently (#​16037)

This PR implements consistent sampling across traces as outlined in (#​15754)

  • feat(cloudflare): Add support for durable objects (#​16180)

This PR introduces a new instrumentDurableObjectWithSentry method to the SDK, which instruments durable objects. We capture both traces and errors automatically.

  • feat(node): Add Prisma integration by default (#​16073)

Prisma integration is enabled by default, it should work for both ESM and CJS.

  • feat(react-router): Add client-side router instrumentation (#​16185)

Adds client-side instrumentation for react router's HydratedRouter. To enable it, simply replace browserTracingIntegration() with reactRouterTracingIntegration() in your client-side init call.

  • fix(node): Avoid double-wrapping http module (#​16177)

When running your application in ESM mode, there have been scenarios that resulted in the http/https emitting duplicate spans for incoming requests. This was apparently caused by us double-wrapping the modules for incoming request isolation.

In order to solve this problem, the modules are no longer monkey patched by us for request isolation. Instead, we register diagnosticschannel hooks to handle request isolation now.
While this is generally not expected to break anything, there is one tiny change that _may
affect you if you have been relying on very specific functionality:

The ignoreOutgoingRequests option of httpIntegration receives the RequestOptions as second argument. This type is not changed, however due to how the wrapping now works, we no longer pass through the full RequestOptions, but re-construct this partially based on the generated request. For the vast majority of cases, this should be fine, but for the sake of completeness, these are the only fields that may be available there going forward - other fields that may have existed before may no longer be set:

ignoreOutgoingRequests(url: string, {
  method: string;
  protocol: string;
  host: string;
  hostname: string; // same as host
  path: string;
  headers: OutgoingHttpHeaders;
})
Other changes
  • feat(cloudflare): Add logs exports (#​16165)
  • feat(vercel-edge): Add logs export (#​16166)
  • feat(cloudflare): Read SENTRY_RELEASE from env (#​16201)
  • feat(node): Drop http.server spans with 404 status by default (#​16205)
  • fix(browser): Respect manually set sentry tracing headers in XHR requests (#​16184)
  • fix(core): Respect manually set sentry tracing headers in fetch calls (#​16183)
  • fix(feedback): Prevent removeFromDom() from throwing (#​16030)
  • fix(node): Use class constructor in docstring for winston transport (#​16167)
  • fix(node): Fix vercel flushing logic & add test for it (#​16208)
  • fix(node): Fix 404 route handling in express 5 (#​16211)
  • fix(logs): Ensure logs can be flushed correctly (#​16216)
  • ref(core): Switch to standardized log envelope (#​16133)

Bundle size 📦

Path Size
@​sentry/browser 23.35 KB
@​sentry/browser - with treeshaking flags 23.19 KB
@​sentry/browser (incl. Tracing) 37.25 KB
@​sentry/browser (incl. Tracing, Replay) 74.47 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 68.34 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.12 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 90.93 KB
@​sentry/browser (incl. Feedback) 39.75 KB
@​sentry/browser (incl. sendFeedback) 27.98 KB
@​sentry/browser (incl. FeedbackAsync) 32.74 KB
@​sentry/react 25.16 KB
@​sentry/react (incl. Tracing) 39.24 KB
@​sentry/vue 27.63 KB
@​sentry/vue (incl. Tracing) 39.01 KB
@​sentry/svelte 23.38 KB
CDN Bundle 24.55 KB
CDN Bundle (incl. Tracing) 37.29 KB
CDN Bundle (incl. Tracing, Replay) 72.33 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.64 KB
CDN Bundle - uncompressed 71.62 KB
CDN Bundle (incl. Tracing) - uncompressed 110.34 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 221.63 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 234.15 KB
@​sentry/nextjs (client) 40.84 KB
@​sentry/sveltekit (client) 37.73 KB
@​sentry/node 144.43 KB
@​sentry/node - without tracing 96.3 KB
@​sentry/aws-serverless 120.66 KB

v9.15.0

Compare Source

Important Changes
  • feat: Export wrapMcpServerWithSentry from server packages (#​16127)

Exports the wrapMcpServerWithSentry which is our MCP server instrumentation from all the server packages.

  • feat(core): Associate resource/tool/prompt invocations with request span instead of response span (#​16126)

Adds a best effort mechanism to associate handler spans for resource, tool and prompt with the incoming message requests instead of the outgoing SSE response.

Other Changes
  • fix: Vercel ai ESM patching (#​16152)
  • fix(node): Update version range for module.register (#​16125)
  • fix(react-router): Spread unstable_sentryVitePluginOptions correctly (#​16156)
  • fix(react): Fix Redux integration failing with reducer injection (#​16106)
  • fix(remix): Add ESM-compatible exports (#​16124)
  • fix(remix): Avoid rewrapping root loader. (#​16136)

Work in this release was contributed by @​AntoineDuComptoirDesPharmacies. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.28 KB
@​sentry/browser - with treeshaking flags 23.1 KB
@​sentry/browser (incl. Tracing) 36.93 KB
@​sentry/browser (incl. Tracing, Replay) 74.1 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.47 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 78.76 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 90.58 KB
@​sentry/browser (incl. Feedback) 39.68 KB
@​sentry/browser (incl. sendFeedback) 27.9 KB
@​sentry/browser (incl. FeedbackAsync) 32.67 KB
@​sentry/react 25.09 KB
@​sentry/react (incl. Tracing) 38.93 KB
@​sentry/vue 27.5 KB
@​sentry/vue (incl. Tracing) 38.69 KB
@​sentry/svelte 23.31 KB
CDN Bundle 24.49 KB
CDN Bundle (incl. Tracing) 36.96 KB
CDN Bundle (incl. Tracing, Replay) 72 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.3 KB
CDN Bundle - uncompressed 71.5 KB
CDN Bundle (incl. Tracing) - uncompressed 109.33 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 220.62 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 233.15 KB
@​sentry/nextjs (client) 40.51 KB
@​sentry/sveltekit (client) 37.41 KB
@​sentry/node 143.4 KB
@​sentry/node - without tracing 96.49 KB
@​sentry/aws-serverless 120.81 KB

v9.14.0

Compare Source

Important Changes

This PR adds Supabase integration to @sentry/core, allowing automatic instrumentation of Supabase client operations (database queries and authentication) for performance monitoring and error tracking.

  • feat(nestjs): Gracefully handle RPC scenarios in SentryGlobalFilter (#​16066)

This PR adds better RPC exception handling to @sentry/nestjs, preventing application crashes while still capturing errors and warning users when a dedicated filter is needed. The implementation gracefully handles the 'rpc' context type in SentryGlobalFilter to improve reliability in hybrid applications.

  • feat(react-router): Trace propagation (#​16070)

This PR adds trace propagation to @sentry/react-router by providing utilities to inject trace meta tags into HTML headers and offering a pre-built Sentry-instrumented request handler, improving distributed tracing capabilities across page loads.

Other Changes

Bundle size 📦

Path Size
@​sentry/browser 23.28 KB
@​sentry/browser - with treeshaking flags 23.12 KB
@​sentry/browser (incl. Tracing) 36.99 KB
@​sentry/browser (incl. Tracing, Replay) 74.17 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.55 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 78.83 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 90.65 KB
@​sentry/browser (incl. Feedback) 39.68 KB
@​sentry/browser (incl. sendFeedback) 27.9 KB
@​sentry/browser (incl. FeedbackAsync) 32.67 KB
@​sentry/react 25.09 KB
@​sentry/react (incl. Tracing) 38.91 KB
@​sentry/vue 27.51 KB
@​sentry/vue (incl. Tracing) 38.71 KB
@​sentry/svelte 23.32 KB
CDN Bundle 24.5 KB
CDN Bundle (incl. Tracing) 36.98 KB
CDN Bundle (incl. Tracing, Replay) 72 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.16 KB
CDN Bundle - uncompressed 71.49 KB
CDN Bundle (incl. Tracing) - uncompressed 109.34 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 220.63 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 233.16 KB
@​sentry/nextjs (client) 40.54 KB
@​sentry/sveltekit (client) 37.44 KB
@​sentry/node 143.37 KB
@​sentry/node - without tracing 96.51 KB
@​sentry/aws-serverless 120.83 KB

v9.13.0

Compare Source

Important Changes
  • feat(node): Add support for winston logger (#​15983)

    Sentry is adding support for structured logging. In this release we've added support for sending logs to Sentry via the winston logger to the Sentry Node SDK (and SDKs that use the Node SDK under the hood like @sentry/nestjs). The Logging APIs in the Sentry SDK are still experimental and subject to change.

    const winston = require('winston');
    const Transport = require('winston-transport');
    
    const transport = Sentry.createSentryWinstonTransport(Transport);
    
    const logger = winston.createLogger({
      transports: [transport],
    });
  • feat(core): Add wrapMcpServerWithSentry to instrument MCP servers from @modelcontextprotocol/sdk (#​16032)

    The Sentry SDK now supports instrumenting MCP servers from the @modelcontextprotocol/sdk package. Compatible with versions ^1.9.0 of the @modelcontextprotocol/sdk package.

    import { McpServer } from '@​modelcontextprotocol/sdk/server/mcp.js';
    
    // Create an MCP server
    const server = new McpServer({
      name: 'Demo',
      version: '1.0.0',
    });
    
    // Use the instrumented server in your application
    const instrumentedServer = Sentry.wrapMcpServerWithSentry(server);
  • feat(core): Move console integration into core and add to cloudflare/vercel-edge (#​16024)

    Console instrumentation has been added to @sentry/cloudflare and @sentry/nextjs Edge Runtime and is enabled by default. Now calls to the console object will be captured as breadcrumbs for those SDKs.

  • feat(bun): Support new Bun.serve APIs (#​16035)

    Bun 1.2.6 and above have a new Bun.serve API, which the Bun SDK now supports. The SDK instruments the new routes object that can be used to define routes for the server.

    Thanks to @​Jarred-Sumner for helping us get this supported!

Other Changes
  • feat(browser): Warn on duplicate browserTracingIntegration (#​16042)
  • feat(core): Allow delayed sending with offline transport (#​15937)
  • feat(deps): Bump @​sentry/webpack-plugin from 3.2.4 to 3.3.1 (#​16057)
  • feat(vue): Apply stateTransformer to attachments in Pinia Plugin (#​16034)
  • fix(core): Run beforeSendLog after we process log (#​16019)
  • fix(nextjs): Don't show turbopack warning for newer Next.js canaries (#​16065)
  • fix(nextjs): Include patch version 0 for min supported 15.3.0 (#​16026)
  • fix(node): Ensure late init works with all integrations (#​16016)
  • fix(react-router): Pass unstable_sentryVitePluginOptions to cli instance (#​16033)
  • fix(serverless-aws): Overwrite root span name with GraphQL if set (#​16010)

v9.12.0

Compare Source

v9.11.0

Compare Source

  • feat(browser): Add http.redirect_count attribute to browser.redirect span (#​15943)
  • feat(core): Add consoleLoggingIntegration for logs (#​15955)
  • feat(core): Don't truncate error messages (#​15818)
  • feat(nextjs): Add release injection in Turbopack (#​15958)
  • feat(nextjs): Record turbopack as tag (#​15928)
  • feat(nuxt): Base decision on source maps upload only on Nuxt source map settings (#​15859)
  • feat(react-router): Add sentryHandleRequest (#​15787)
  • fix(node): Use module instead of require for CJS check (#​15927)
  • fix(remix): Remove mentions of deprecated ErrorBoundary wrapper (#​15930)
  • ref(browser): Temporarily add sentry.previous_trace span attribute (#​15957)
  • ref(browser/core): Move all log flushing logic into clients (#​15831)
  • ref(core): Improve URL parsing utilities (#​15882)

Bundle size 📦

Path Size
@​sentry/browser 23.2 KB
@​sentry/browser - with treeshaking flags 23.02 KB
@​sentry/browser (incl. Tracing) 36.83 KB
@​sentry/browser (incl. Tracing, Replay) 73.99 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.39 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 78.66 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.22 KB
@​sentry/browser (incl. Feedback) 40.33 KB
@​sentry/browser (incl. sendFeedback) 27.83 KB
@​sentry/browser (incl. FeedbackAsync) 32.63 KB
@​sentry/react 25 KB
@​sentry/react (incl. Tracing) 38.75 KB
@​sentry/vue 27.41 KB
@​sentry/vue (incl. Tracing) 38.55 KB
@​sentry/svelte 23.23 KB
CDN Bundle 24.44 KB
CDN Bundle (incl. Tracing) 36.85 KB
CDN Bundle (incl. Tracing, Replay) 71.87 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.07 KB
CDN Bundle - uncompressed 71.24 KB
CDN Bundle (incl. Tracing) - uncompressed 108.94 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 220.23 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 232.8 KB
@​sentry/nextjs (client) 40.06 KB
@​sentry/sveltekit (client) 37.26 KB
@​sentry/node

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 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 added the dependencies Pull requests that update a dependency file label Mar 21, 2025
Copy link
Contributor

github-actions bot commented Mar 21, 2025

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-inspector/action 5.0.9-alpha-20250520230201-2ef0c6e7ab264a341f7c327ee72a31c9eb15faf5 npm ↗︎ unpkg ↗︎
@graphql-inspector/cli 5.0.9-alpha-20250520230201-2ef0c6e7ab264a341f7c327ee72a31c9eb15faf5 npm ↗︎ unpkg ↗︎
@graphql-inspector/audit-command 5.0.9-alpha-20250520230201-2ef0c6e7ab264a341f7c327ee72a31c9eb15faf5 npm ↗︎ unpkg ↗︎
@graphql-inspector/coverage-command 6.1.3-alpha-20250520230201-2ef0c6e7ab264a341f7c327ee72a31c9eb15faf5 npm ↗︎ unpkg ↗︎
@graphql-inspector/diff-command 5.0.9-alpha-20250520230201-2ef0c6e7ab264a341f7c327ee72a31c9eb15faf5 npm ↗︎ unpkg ↗︎
@graphql-inspector/introspect-command 5.0.9-alpha-20250520230201-2ef0c6e7ab264a341f7c327ee72a31c9eb15faf5 npm ↗︎ unpkg ↗︎
@graphql-inspector/similar-command 5.0.9-alpha-20250520230201-2ef0c6e7ab264a341f7c327ee72a31c9eb15faf5 npm ↗︎ unpkg ↗︎
@graphql-inspector/validate-command 5.0.9-alpha-20250520230201-2ef0c6e7ab264a341f7c327ee72a31c9eb15faf5 npm ↗︎ unpkg ↗︎
@graphql-inspector/core 6.3.0-alpha-20250520230201-2ef0c6e7ab264a341f7c327ee72a31c9eb15faf5 npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Mar 21, 2025

💻 Website Preview

The latest changes are available as preview in: https://pr-2872.graphql-inspector.pages.dev

@renovate renovate bot force-pushed the renovate/major-sentry-javascript-monorepo branch from aea1855 to c1b2065 Compare March 21, 2025 11:41
@renovate renovate bot force-pushed the renovate/major-sentry-javascript-monorepo branch from c1b2065 to b72f686 Compare March 24, 2025 19:01
@renovate renovate bot force-pushed the renovate/major-sentry-javascript-monorepo branch from b72f686 to b3288de Compare March 27, 2025 22:32
@renovate renovate bot force-pushed the renovate/major-sentry-javascript-monorepo branch from b3288de to b209014 Compare March 28, 2025 16:16
@renovate renovate bot force-pushed the renovate/major-sentry-javascript-monorepo branch from b209014 to 8536389 Compare April 3, 2025 15:45
@renovate renovate bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 8536389 to c6ae297 Compare April 8, 2025 17:31
@renovate renovate bot force-pushed the renovate/major-sentry-javascript-monorepo branch from c6ae297 to 2d6dc39 Compare April 16, 2025 15:05
@renovate renovate bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 2d6dc39 to 8684c2a Compare April 23, 2025 19:04
@renovate renovate bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 8684c2a to 432b786 Compare April 29, 2025 19:33
@renovate renovate bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 432b786 to b27dab2 Compare May 7, 2025 15:07
@renovate renovate bot force-pushed the renovate/major-sentry-javascript-monorepo branch from b27dab2 to 905ae71 Compare May 7, 2025 20:38
@renovate renovate bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 905ae71 to ff27f30 Compare May 8, 2025 17:07
@renovate renovate bot force-pushed the renovate/major-sentry-javascript-monorepo branch from ff27f30 to 3396708 Compare May 13, 2025 12:53
@renovate renovate bot force-pushed the renovate/major-sentry-javascript-monorepo branch from e3745d6 to 2ef0c6e Compare May 20, 2025 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants