Skip to content

inngest@4.2.2

Choose a tag to compare

@inngest-release-bot inngest-release-bot released this 14 Apr 14:27
· 57 commits to main since this release
fd655ae

Patch Changes

  • #1366 aca72f88 Thanks @Linell! - Fix extendProvider() for OTel SDK v2 where addSpanProcessor() was removed.

    Move @opentelemetry/auto-instrumentations-node and related imports from static top-level to dynamic await import() inside createProvider(). This prevents module-level monkey-patching side effects that broke inngest.send() when combined with host app OTel setups (e.g. Sentry). See #1324.

  • #1457 d151b404 Thanks @amh4r! - Fix using CountQueuingStrategy when not available

  • #1455 15495e03 Thanks @amh4r! - Fix dependencyInjection not working statically at function level