Takaro - v0.6.0
    Preparing search index...

    Variable httpServerIntegrationConst

    httpServerIntegration: (
        options?: HttpServerIntegrationOptions,
    ) => Integration & { name: "HttpServer"; setupOnce: () => void }

    This integration handles request isolation, trace continuation and other core Sentry functionality around incoming http requests handled via the node http module.

    This version uses OpenTelemetry for context propagation and span management.

    Type Declaration

      • (
            options?: HttpServerIntegrationOptions,
        ): Integration & { name: "HttpServer"; setupOnce: () => void }
      • Parameters

        • Optionaloptions: HttpServerIntegrationOptions

        Returns Integration & { name: "HttpServer"; setupOnce: () => void }

    ../../light/integrations/httpServerIntegration.ts for the lightweight version without OpenTelemetry