Skip to content

Commit b5290aa

Browse files
committed
fix hook name
1 parent 09f9136 commit b5290aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default defineNitroPlugin(nitroApp => {
3838
addSentryTracingMetaTags(html.head);
3939
});
4040

41-
nitroApp.hooks.hook('request', () => {
41+
nitroApp.hooks.hook('afterResponse', () => {
4242
vercelWaitUntilAndFlush();
4343
});
4444
});

0 commit comments

Comments
 (0)