Takaro - v0.6.0
    Preparing search index...

    Variable httpIntegrationConst

    httpIntegration: (options?: HttpOptions) => Integration

    The http integration instruments Node's internal http and https modules. It creates breadcrumbs and spans for outgoing HTTP requests which will be attached to the currently active span.

    Type Declaration

      • (options?: HttpOptions): Integration
      • Parameters

        • Optionaloptions: HttpOptions

        Returns Integration