You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(nuxt): Delete Nuxt server template injection (#15749)
Follow-up for #15710
The server config was still processed by Nuxt (not only Nitro) because
the file was imported in a plugin template. This code can be deleted
now, as the Sentry server config should only be processed on the
Nitro-side.
fixes#15628
// This won't actually import the server config in the build output (so no double init call). The import here is only needed for correctly resolving the Sentry release injection.
0 commit comments