@sentry/node
Version:
Sentry Node SDK using OpenTelemetry for performance instrumentation
10 lines (9 loc) • 491 B
TypeScript
import { NodeFetchOptions } from '@sentry/node-core';
/**
* Instrument outgoing fetch requests made through the native node `fetch` API.
* This emits (depending on the integration options) spans and breadcrumbs, as well as injecting trace propagation headers into the request.
*/
export declare const nativeNodeFetchIntegration: (options?: NodeFetchOptions | undefined) => import("@sentry/core").Integration & {
name: "NodeFetch";
};
//# sourceMappingURL=node-fetch.d.ts.map