@sentry/nextjs
Version:
Official Sentry SDK for Next.js
13 lines (10 loc) • 486 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const ATTR_NEXT_SPAN_TYPE = "next.span_type";
const ATTR_NEXT_SPAN_NAME = "next.span_name";
const ATTR_NEXT_ROUTE = "next.route";
const ATTR_NEXT_SEGMENT = "next.segment";
exports.ATTR_NEXT_ROUTE = ATTR_NEXT_ROUTE;
exports.ATTR_NEXT_SEGMENT = ATTR_NEXT_SEGMENT;
exports.ATTR_NEXT_SPAN_NAME = ATTR_NEXT_SPAN_NAME;
exports.ATTR_NEXT_SPAN_TYPE = ATTR_NEXT_SPAN_TYPE;
//# sourceMappingURL=nextSpanAttributes.js.map