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 838588c commit 53061eeCopy full SHA for 53061ee
src/v3/types.ts
@@ -180,17 +180,17 @@ export interface TraceDefinitionModifications<
180
RelationSchemasT,
181
VariantsT extends string,
182
> {
183
- additionalRequiredSpans?: SpanMatch<
+ additionalRequiredSpans?: readonly SpanMatch<
184
SelectedRelationNameT,
185
186
VariantsT
187
>[]
188
- additionalInterruptOnSpans?: SpanMatch<
+ additionalInterruptOnSpans?: readonly SpanMatch<
189
190
191
192
193
- additionalDebounceOnSpans?: SpanMatch<
+ additionalDebounceOnSpans?: readonly SpanMatch<
194
195
196
0 commit comments