1 min readMay 6, 2019
Hey, sorry for late reply, I see that someone already answered your question on GitHub. The current syntax is:
sentry: {
dsn: '...',
...
webpackConfig: {
release: '2.2',
},
},
In next version, Nuxt Sentry module should simply use the value specified in release
both when generating sources and at runtime, so it should become more straightforward.