@sentry/nextjs
Version:
Official Sentry SDK for Next.js
9 lines (6 loc) • 343 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
function isPathnameUnderSentryTunnelRoute(pathname, tunnelPath) {
return pathname === tunnelPath || pathname.startsWith(`${tunnelPath}/`);
}
exports.isPathnameUnderSentryTunnelRoute = isPathnameUnderSentryTunnelRoute;
//# sourceMappingURL=tunnelPathnameMatch.js.map