Skip to content

feat(v10/nestjs): Add support for NestJS v12 - #23729

Closed
nicohrubec wants to merge 1 commit into
v10from
feat/backport-nestjs-12-support
Closed

feat(v10/nestjs): Add support for NestJS v12#23729
nicohrubec wants to merge 1 commit into
v10from
feat/backport-nestjs-12-support

Conversation

@nicohrubec

@nicohrubec nicohrubec commented Aug 28, 2026

Copy link
Copy Markdown
Member

Backport of: #23721

Differences to the original PR

v10 ships both the IITM/OTel and orchestrion Nest instrumentations, with IITM as the default; develop is orchestrion-only. The original PR only raised the orchestrion version caps, so on v10 the default (IITM) path would still skip NestJS 12. This backport additionally raises the equivalent supportedVersions caps on the IITM path:

  • packages/nestjs/src/integrations/sentry-nest-instrumentation.ts: >=8.0.0 <12>=8.0.0 <13 (injectable/catch → middleware/guard/pipe/interceptor + exception-filter spans).
  • packages/nestjs/src/integrations/vendored/instrumentation.ts: >=4.0.0 <12>=4.0.0 <13 (nest-factory + router-execution-context → app-creation + request-handler spans).

These files don't exist on develop, which is why the original PR didn't touch them.

@github-actions

github-actions Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size % Change Change
@sentry/browser 27.75 kB added added
@sentry/browser - with treeshaking flags 26.19 kB added added
@sentry/browser (incl. Tracing) 46.63 kB added added
@sentry/browser (incl. Tracing + Span Streaming) 48.41 kB added added
@sentry/browser (incl. Tracing, Profiling) 51.38 kB added added
@sentry/browser (incl. Tracing, Replay) 85.88 kB added added
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 75.51 kB added added
@sentry/browser (incl. Tracing, Replay with Canvas) 90.61 kB added added
@sentry/browser (incl. Tracing, Replay, Feedback) 103.25 kB added added
@sentry/browser (incl. Feedback) 44.92 kB added added
@sentry/browser (incl. sendFeedback) 32.54 kB added added
@sentry/browser (incl. FeedbackAsync) 37.68 kB added added
@sentry/browser (incl. Metrics) 28.83 kB added added
@sentry/browser (incl. Logs) 29.06 kB added added
@sentry/browser (incl. Metrics & Logs) 29.75 kB added added
@sentry/react 29.56 kB added added
@sentry/react (incl. Tracing) 48.89 kB added added
@sentry/vue 33.18 kB added added
@sentry/vue (incl. Tracing) 48.59 kB added added
@sentry/svelte 27.77 kB added added
CDN Bundle 30.14 kB added added
CDN Bundle (incl. Tracing) 48.59 kB added added
CDN Bundle (incl. Logs, Metrics) 31.72 kB added added
CDN Bundle (incl. Tracing, Logs, Metrics) 49.89 kB added added
CDN Bundle (incl. Replay, Logs, Metrics) 71.01 kB added added
CDN Bundle (incl. Tracing, Replay) 86.11 kB added added
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 87.41 kB added added
CDN Bundle (incl. Tracing, Replay, Feedback) 91.91 kB added added
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 93.19 kB added added
CDN Bundle - uncompressed 89.87 kB added added
CDN Bundle (incl. Tracing) - uncompressed 146.84 kB added added
CDN Bundle (incl. Logs, Metrics) - uncompressed 94.58 kB added added
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 150.82 kB added added
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 219.41 kB added added
CDN Bundle (incl. Tracing, Replay) - uncompressed 266.15 kB added added
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 270.12 kB added added
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 279.85 kB added added
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 283.81 kB added added
@sentry/nextjs (client) 51.42 kB added added
@sentry/sveltekit (client) 47.04 kB added added
@sentry/core/server 80.53 kB added added
@sentry/core/browser 66.74 kB added added
@sentry/node-core 63.27 kB added added
@sentry/node 125.76 kB added added
@sentry/node (incl. diagnostics channel injection) 169.81 kB added added
@sentry/node/import (ESM hook with diagnostics-channel injection) 166 B added added
@sentry/node/light 51.43 kB added added
@sentry/node - without tracing 74.95 kB added added
@sentry/aws-serverless 84.22 kB added added
@sentry/cloudflare (withSentry) - minified 202.05 kB added added
@sentry/cloudflare (withSentry) 496.75 kB added added

@nicohrubec
nicohrubec force-pushed the feat/backport-nestjs-12-support branch from 0cfa3a8 to 28887d0 Compare August 28, 2026 10:25
@nicohrubec
nicohrubec force-pushed the feat/backport-nestjs-12-support branch from 28887d0 to 6bdd139 Compare August 28, 2026 10:41
@nicohrubec nicohrubec closed this Aug 28, 2026
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.

1 participant