mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(core): Log crash causes to console when sentry is disabled (#6890)
This commit is contained in:
committed by
GitHub
parent
dceff675ec
commit
6553d92c7c
@@ -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',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user