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 24c0a18 commit 0b32e11Copy full SHA for 0b32e11
packages/tracer/tests/unit/Tracer.test.ts
@@ -20,7 +20,7 @@ type CaptureAsyncFuncMock = jest.SpyInstance<
20
[
21
name: string,
22
fcn: (subsegment?: Subsegment) => unknown,
23
- parent?: Segment | Subsegment,
+ parent?: Segment | Subsegment
24
]
25
>;
26
const createCaptureAsyncFuncMock = function (
0 commit comments