UNPKG

@sentry/node

Version:

Sentry Node SDK using OpenTelemetry for performance instrumentation

3 lines 251 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