feat(core): Add sentry for task runner (no-changelog) (#11683)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
Tomi Turtiainen
2024-11-15 11:35:02 +02:00
committed by GitHub
parent f4f0b5110c
commit f1ca8c128b
13 changed files with 238 additions and 47 deletions

View File

@@ -36,6 +36,12 @@ describe('JsTaskRunner', () => {
...defaultConfig.jsRunnerConfig,
...opts,
},
sentryConfig: {
sentryDsn: '',
deploymentName: '',
environment: '',
n8nVersion: '',
},
});
const defaultTaskRunner = createRunnerWithOpts();