Skip to content

Commit

Permalink
chore: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] committed Mar 12, 2024
1 parent d679918 commit b3e8497
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export default defineNitroPlugin(async (nitro) => {
return true
})


nitro.hooks.hook('request', async (event: H3Event) => {
const traceParent = getHeader(event, 'Traceparent')
const trace = new Traceparent(traceParent)
Expand All @@ -64,7 +63,6 @@ export default defineNitroPlugin(async (nitro) => {
[client.context.keys.userId]: aiUser,
[client.context.keys.deviceId]: aiDevice
}


await nitro.hooks.callHook(
'applicationinsights:context:tags',
Expand Down

0 comments on commit b3e8497

Please sign in to comment.