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
13 lines
463 B
Plaintext
13 lines
463 B
Plaintext
import { Client, Scope, SerializedTraceData, Span } from '@sentry/core';
|
|
/**
|
|
* Otel-specific implementation of `getTraceData`.
|
|
* @see `@sentry/core` version of `getTraceData` for more information
|
|
*/
|
|
export declare function getTraceData({ span, scope, client, propagateTraceparent, }?: {
|
|
span?: Span;
|
|
scope?: Scope;
|
|
client?: Client;
|
|
propagateTraceparent?: boolean;
|
|
}): SerializedTraceData;
|
|
//# sourceMappingURL=getTraceData.d.ts.map
|