Skip to content

Commit

Permalink
fix: adjust op to default handler
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Sep 22, 2021
1 parent 9e47a18 commit ba237ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function sentryConnector(fastify, opts, next) {

request.sentryTransaction = Sentry.startTransaction(
{
op: 'request',
op: 'http.server',
name: `${request.method} ${request.url}`,
...traceparentData
},
Expand Down

0 comments on commit ba237ae

Please sign in to comment.