Skip to content

Commit 93802e0

Browse files
committed
fix: fix getHttpRequsetName
1 parent c7e0b36 commit 93802e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/getHttpRequestName.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ export const getHttpRequestName = (httpClient: HttpClient): string => {
1616
return 'AxiosHttpRequest';
1717
case HttpClient.ANGULAR:
1818
return 'AngularHttpRequest';
19+
case HttpClient.NEXTJS:
20+
return 'NextJSHttpRequest';
1921
}
2022
};

0 commit comments

Comments
 (0)