@@ -230,7 +230,7 @@ describe('wrapLoadWithSentry calls trace', () => {
230230 expect ( mockTrace ) . toHaveBeenCalledWith (
231231 {
232232 op : 'function.sveltekit.load' ,
233- origin : 'auto.ui .sveltekit.server_load ' ,
233+ origin : 'auto.function .sveltekit' ,
234234 name : '/users/[id]' ,
235235 status : 'ok' ,
236236 metadata : {
@@ -250,7 +250,7 @@ describe('wrapLoadWithSentry calls trace', () => {
250250 expect ( mockTrace ) . toHaveBeenCalledWith (
251251 {
252252 op : 'function.sveltekit.load' ,
253- origin : 'auto.ui .sveltekit.server_load ' ,
253+ origin : 'auto.function .sveltekit' ,
254254 name : '/users/123' ,
255255 status : 'ok' ,
256256 metadata : {
@@ -285,7 +285,7 @@ describe('wrapServerLoadWithSentry calls trace', () => {
285285 expect ( mockTrace ) . toHaveBeenCalledWith (
286286 {
287287 op : 'function.sveltekit.server.load' ,
288- origin : 'auto.ui .sveltekit.server_load ' ,
288+ origin : 'auto.function .sveltekit' ,
289289 name : '/users/[id]' ,
290290 parentSampled : true ,
291291 parentSpanId : '1234567890abcdef' ,
@@ -320,7 +320,7 @@ describe('wrapServerLoadWithSentry calls trace', () => {
320320 expect ( mockTrace ) . toHaveBeenCalledWith (
321321 {
322322 op : 'function.sveltekit.server.load' ,
323- origin : 'auto.ui .sveltekit.server_load ' ,
323+ origin : 'auto.function .sveltekit' ,
324324 name : '/users/[id]' ,
325325 status : 'ok' ,
326326 data : {
@@ -343,7 +343,7 @@ describe('wrapServerLoadWithSentry calls trace', () => {
343343 expect ( mockTrace ) . toHaveBeenCalledWith (
344344 {
345345 op : 'function.sveltekit.server.load' ,
346- origin : 'auto.ui .sveltekit.server_load ' ,
346+ origin : 'auto.function .sveltekit' ,
347347 name : '/users/[id]' ,
348348 parentSampled : true ,
349349 parentSpanId : '1234567890abcdef' ,
@@ -373,7 +373,7 @@ describe('wrapServerLoadWithSentry calls trace', () => {
373373 expect ( mockTrace ) . toHaveBeenCalledWith (
374374 {
375375 op : 'function.sveltekit.server.load' ,
376- origin : 'auto.ui .sveltekit.server_load ' ,
376+ origin : 'auto.function .sveltekit' ,
377377 name : '/users/123' ,
378378 parentSampled : true ,
379379 parentSpanId : '1234567890abcdef' ,
0 commit comments