Apply bug fixes from Noteforms (#341)
* rename const emits to emit * auth bug fixes * refactor page meta * fix file input empty ref * setProperties working_form store * add form creator to form list --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
2
client/plugins/sentry.js
vendored
2
client/plugins/sentry.js
vendored
@@ -46,7 +46,7 @@ export default defineNuxtPlugin({
|
||||
if (event.exception.values.length) {
|
||||
// Don't send validation exceptions to Sentry
|
||||
if (event.exception.values[0].type === 'FetchError' &&
|
||||
event.exception.values[0].value.includes('422')
|
||||
(event.exception.values[0].value.includes('422') || event.exception.values[0].value.includes('401'))
|
||||
) {
|
||||
return null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user