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.
2 parents 026be7f + 9fedd69 commit e59101eCopy full SHA for e59101e
packages/nuxt/src/module.ts
@@ -42,7 +42,7 @@ export default defineNuxtModule<ModuleOptions>({
42
addPluginTemplate({
43
mode: 'client',
44
filename: 'sentry-client-config.mjs',
45
- order: -20,
+ order: 0,
46
47
// Dynamic import of config file to wrap it within a Nuxt context (here: defineNuxtPlugin)
48
// Makes it possible to call useRuntimeConfig() in the user-defined sentry config file
@@ -62,7 +62,7 @@ export default defineNuxtModule<ModuleOptions>({
62
addPlugin({
63
src: moduleDirResolver.resolve('./runtime/plugins/sentry.client'),
64
65
- order: -10,
+ order: 1,
66
});
67
}
68
0 commit comments