We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80cf56 commit ab1ff75Copy full SHA for ab1ff75
packages/opentelemetry-plugin-http/test/utils/assertSpan.ts
@@ -33,7 +33,7 @@ export const assertSpan = (
33
hostname: string;
34
pathname: string;
35
reqHeaders?: http.OutgoingHttpHeaders;
36
- path?: string;
+ path?: string | null;
37
forceStatus?: Status;
38
component: string;
39
}
packages/opentelemetry-plugin-https/test/utils/assertSpan.ts
@@ -35,7 +35,7 @@ export const assertSpan = (
40
41
) => {
0 commit comments