UNPKG

@sentry/nextjs

Version:
9 lines (6 loc) 343 B
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); function isPathnameUnderSentryTunnelRoute(pathname, tunnelPath) { return pathname === tunnelPath || pathname.startsWith(`${tunnelPath}/`); } exports.isPathnameUnderSentryTunnelRoute = isPathnameUnderSentryTunnelRoute; //# sourceMappingURL=tunnelPathnameMatch.js.map