@sentry/nextjs
Version:
Official Sentry SDK for Next.js
17 lines (12 loc) • 751 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const valueInjectionLoader = require('./valueInjectionLoader.js');
const prefixLoader = require('./prefixLoader.js');
const wrappingLoader = require('./wrappingLoader.js');
const moduleMetadataInjectionLoader = require('./moduleMetadataInjectionLoader.js');
const componentAnnotationLoader = require('./componentAnnotationLoader.js');
exports.valueInjectionLoader = valueInjectionLoader.default;
exports.prefixLoader = prefixLoader.default;
exports.wrappingLoader = wrappingLoader.default;
exports.moduleMetadataInjectionLoader = moduleMetadataInjectionLoader.default;
exports.componentAnnotationLoader = componentAnnotationLoader.default;
//# sourceMappingURL=index.js.map