Skip to content

Commit 75ab18d

Browse files
committed
fix: op name will contain the method name anyways
1 parent 6ac33ca commit 75ab18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/runtime/plugins/storage.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function createSpanStartOptions(
204204
}
205205

206206
return {
207-
name: `${normalizeMethodName(methodName)} ${mountBase}${key}`,
207+
name: `${mountBase}${key}`,
208208
attributes,
209209
};
210210
}

0 commit comments

Comments
 (0)