Skip to content

Commit 52f6d98

Browse files
committed
add thirdparty data to tracestate type
1 parent ae47cea commit 52f6d98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/types/src/transaction.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,9 @@ export enum TransactionSamplingMethod {
122122
export interface TransactionMetadata {
123123
transactionSampling?: { rate?: number; method?: string };
124124

125-
/** The sentry half of a transaction's tracestate header, used for dynamic sampling */
125+
/** The two halves (sentry and third-party) of a transaction's tracestate header, used for dynamic sampling */
126126
tracestate?: {
127127
sentry?: string;
128+
thirdparty?: string;
128129
};
129130
}

0 commit comments

Comments
 (0)