@@ -104,7 +104,7 @@ export function withTracedServerSideDataFetcher<F extends (...args: any[]) => Pr
104104 {
105105 op : 'http.server' ,
106106 name : options . requestedRouteName ,
107- origin : 'auto.http .nextjs.withTracedServerSideDataFetcher ' ,
107+ origin : 'auto.function .nextjs' ,
108108 ...traceparentData ,
109109 status : 'ok' ,
110110 metadata : {
@@ -132,14 +132,14 @@ export function withTracedServerSideDataFetcher<F extends (...args: any[]) => Pr
132132 dataFetcherSpan = spanToContinue . startChild ( {
133133 op : 'function.nextjs' ,
134134 description : `${ options . dataFetchingMethodName } (${ options . dataFetcherRouteName } )` ,
135- origin : 'auto.ui .nextjs.withTracedServerSideDataFetcher ' ,
135+ origin : 'auto.function .nextjs' ,
136136 status : 'ok' ,
137137 } ) ;
138138 } else {
139139 dataFetcherSpan = startTransaction ( {
140140 op : 'function.nextjs' ,
141141 name : `${ options . dataFetchingMethodName } (${ options . dataFetcherRouteName } )` ,
142- origin : 'auto.ui .nextjs.withTracedServerSideDataFetcher ' ,
142+ origin : 'auto.function .nextjs' ,
143143 ...traceparentData ,
144144 status : 'ok' ,
145145 metadata : {
@@ -206,7 +206,7 @@ export async function callDataFetcherTraced<F extends (...args: any[]) => Promis
206206 // route's transaction
207207 const span = transaction . startChild ( {
208208 op : 'function.nextjs' ,
209- origin : 'auto.ui .nextjs.callDataFetcherTraced ' ,
209+ origin : 'auto.function .nextjs' ,
210210 description : `${ dataFetchingMethodName } (${ parameterizedRoute } )` ,
211211 status : 'ok' ,
212212 } ) ;
0 commit comments