We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98c2e7 commit 0444af2Copy full SHA for 0444af2
packages/nitro/src/module.ts
@@ -6,7 +6,7 @@ import type { NitroModule } from 'nitro/types';
6
export function createNitroModule(): NitroModule {
7
return {
8
name: 'sentry',
9
- setup: nitro => {
+ setup: _nitro => {
10
// TODO: Setup the Sentry SDK.
11
},
12
};
0 commit comments