We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae47cea commit 52f6d98Copy full SHA for 52f6d98
packages/types/src/transaction.ts
@@ -122,8 +122,9 @@ export enum TransactionSamplingMethod {
122
export interface TransactionMetadata {
123
transactionSampling?: { rate?: number; method?: string };
124
125
- /** The sentry half of a transaction's tracestate header, used for dynamic sampling */
+ /** The two halves (sentry and third-party) of a transaction's tracestate header, used for dynamic sampling */
126
tracestate?: {
127
sentry?: string;
128
+ thirdparty?: string;
129
};
130
}
0 commit comments