Skip to content

Commit 70c98ae

Browse files
committed
remove nuxt changes
1 parent 77a07e2 commit 70c98ae

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/nuxt/src/module.ts

-5
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,8 @@ export default defineNuxtModule<ModuleOptions>({
1616
nuxt: '>=3.7.0',
1717
},
1818
},
19-
2019
defaults: {},
2120
setup(moduleOptionsParam, nuxt) {
22-
if (moduleOptionsParam.debug) {
23-
return;
24-
}
25-
2621
const moduleOptions = {
2722
...moduleOptionsParam,
2823
autoInjectServerSentry: moduleOptionsParam.autoInjectServerSentry,

0 commit comments

Comments
 (0)