Skip to content

Commit aeed644

Browse files
committed
add transaction sampling to DebugMeta type
1 parent 8267e30 commit aeed644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/src/debugMeta.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
**/
44
export interface DebugMeta {
55
images?: Array<DebugImage>;
6+
transactionSampling?: { rate?: number; method?: string };
67
}
78

89
/**

0 commit comments

Comments
 (0)