Integrations
Optional observability and web-framework helpers for the Node.js SDK.
Optional observability and web-framework helpers for the Node.js SDK.
Integrations are optional helpers that ship alongside the core SDK but are not
exported from the main @byteveda/flexiq barrel. Each lives behind its own
@byteveda/flexiq/contrib/* subpath and requires you to install its peer
dependency.
# Only install what you use.
pnpm add @opentelemetry/api # @byteveda/flexiq/contrib/otel
pnpm add prom-client # @byteveda/flexiq/contrib/prometheus
pnpm add @sentry/node # @byteveda/flexiq/contrib/sentry
pnpm add express # @byteveda/flexiq/contrib/express
pnpm add fastify # @byteveda/flexiq/contrib/fastify
pnpm add @nestjs/common reflect-metadata # @byteveda/flexiq/contrib/nestIntegrations never auto-initialize. Nothing runs until you call the export and register it with your queue or framework. If a peer dependency is missing, importing its subpath fails with a standard module-not-found error.