UNPKG

@sentry/node

Version:

Sentry Node SDK using OpenTelemetry for performance instrumentation

15 lines (14 loc) 686 B
import { FsInstrumentationConfig } from './vendored/types'; /** * This integration will create spans for `fs` API operations, like reading and writing files. * * **WARNING:** This integration may add significant overhead to your application. Especially in scenarios with a lot of * file I/O, like for example when running a framework dev server, including this integration can massively slow down * your application. * * @param options Configuration for this integration. */ export declare const fsIntegration: (options?: FsInstrumentationConfig | undefined) => import("@sentry/core").Integration & { name: "FileSystem"; }; //# sourceMappingURL=index.d.ts.map