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 d118b85 commit d8c2181Copy full SHA for d8c2181
packages/types/src/debugMeta.ts
@@ -3,6 +3,7 @@
3
**/
4
export interface DebugMeta {
5
images?: Array<DebugImage>;
6
+ transactionSampling?: { rate?: number; method?: string };
7
}
8
9
/**
0 commit comments