Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
7 lines
440 B
Plaintext
7 lines
440 B
Plaintext
/**
|
|
* If this attribute is attached to a transaction, the Next.js SDK will drop that transaction.
|
|
*/
|
|
export declare const TRANSACTION_ATTR_SHOULD_DROP_TRANSACTION = "sentry.drop_transaction";
|
|
export declare const TRANSACTION_ATTR_SENTRY_TRACE_BACKFILL = "sentry.sentry_trace_backfill";
|
|
export declare const TRANSACTION_ATTR_SENTRY_ROUTE_BACKFILL = "sentry.route_backfill";
|
|
//# sourceMappingURL=span-attributes-with-logic-attached.d.ts.map |