@sentry/node
Version:
Sentry Node SDK using OpenTelemetry for performance instrumentation
14 lines (11 loc) • 370 B
JavaScript
import { normalize } from 'path';
class InstrumentationNodeModuleFile {
constructor(name, supportedVersions, patch, unpatch) {
this.name = normalize(name);
this.supportedVersions = supportedVersions;
this.patch = patch;
this.unpatch = unpatch;
}
}
export { InstrumentationNodeModuleFile };
//# sourceMappingURL=InstrumentationNodeModuleFile.js.map