UNPKG

@sentry/nextjs

Version:
17 lines (14 loc) 704 B
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const BUNDLE_SAFE_INSTRUMENTED_PACKAGES = ["ioredis"]; const ORCHESTRION_RUNTIME_EXTERNAL_PACKAGES = [ "@apm-js-collab/tracing-hooks", "@apm-js-collab/code-transformer" ]; function filterInstrumentedExternals(externals, packagesToBundle) { const set = new Set(packagesToBundle); return externals.filter((name) => !set.has(name)); } exports.BUNDLE_SAFE_INSTRUMENTED_PACKAGES = BUNDLE_SAFE_INSTRUMENTED_PACKAGES; exports.ORCHESTRION_RUNTIME_EXTERNAL_PACKAGES = ORCHESTRION_RUNTIME_EXTERNAL_PACKAGES; exports.filterInstrumentedExternals = filterInstrumentedExternals; //# sourceMappingURL=diagnosticsChannelInjection.js.map