fix(core): Log crash causes to console when sentry is disabled (#6890)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-08-09 13:29:57 +02:00
committed by GitHub
parent dceff675ec
commit 6553d92c7c
2 changed files with 3 additions and 4 deletions

View File

@@ -1013,8 +1013,7 @@ export const schema = {
dsn: {
doc: 'Data source name for error tracking on Sentry',
format: String,
default:
'https://1f954e089a054b8e943ae4f4042b2bff@o1420875.ingest.sentry.io/4504016528408576',
default: '',
env: 'N8N_SENTRY_DSN',
},
},