We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24211c6 commit f07ff0dCopy full SHA for f07ff0d
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