-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Labels
Description
@nuxtjs/sentry: 5.1.4
nuxt: 2.15.7
Sentry configuration
sentry: {
dsn: process.env.SENTRY_DNS,
lazy: false,
sourceMapStyle: 'hidden-source-map',
disabled: isDev,
publishRelease: {
setCommits: {
auto: true
}
}
},
Steps to reproduce
Deploy on Vercel
What is Expected?
No errors
What is actually happening?
I can bypass the error with ignoreEmpty: true
