File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ function requestAxios(
4343 const tracer = appsignal . tracer ( ) ;
4444 const span = tracer . createSpan ( undefined , tracer . currentSpan ( ) ) ;
4545 return tracer . withSpan ( span , ( span ) => {
46- span . setCategory ( "api.github" ) ;
46+ span . setCategory ( "request- api.github" ) ;
4747 span . setName ( requestName ) ;
4848
4949 return axios ( requestObject )
@@ -723,7 +723,7 @@ export async function fetchRepoInfo(
723723 if ( ! latestSha || skipCache ) {
724724 const tracer = appsignal . tracer ( ) ;
725725 span = tracer . createSpan ( undefined , tracer . currentSpan ( ) ) ;
726- span . setCategory ( "api.github" ) ;
726+ span . setCategory ( "request- api.github" ) ;
727727 span . setName ( "GET api.github.com/info" ) ;
728728
729729 const url = buildCommitsUrl ( username , repo , branch , path ) ;
You can’t perform that action at this time.
0 commit comments