Skip to content

Commit 785badf

Browse files
committed
change things
1 parent 61e59e7 commit 785badf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/server-utils/src/integrations/tracing-channel/firebase

packages/server-utils/src/integrations/tracing-channel/firebase/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function wrapHandler(handler: Handler, triggerType: string): Handler {
7171
return startSpanManual(
7272
{
7373
name: `firebase.function.${triggerType}`,
74-
op: 'http.request',
74+
op: 'function.firebase',
7575
kind: SPAN_KIND.SERVER,
7676
attributes,
7777
},

0 commit comments

Comments
 (0)