UNPKG

@sentry/node

Version:

Sentry Node SDK using OpenTelemetry for performance instrumentation

4 lines (3 loc) 255 B
/** Creates a function that gets the module name from a filename */ export declare function createGetModuleFromFilename(basePath?: string, isWindows?: boolean): (filename: string | undefined) => string | undefined; //# sourceMappingURL=module.d.ts.map