feat: introduce Sentry

This commit is contained in:
Ali BARIN
2023-03-10 18:53:10 +00:00
parent 2c18667ffd
commit 4d90df9d9a
19 changed files with 197 additions and 13 deletions

View File

@@ -1,3 +1,7 @@
import * as Sentry from './helpers/sentry.ee';
Sentry.init();
import './config/orm';
import './helpers/check-worker-readiness';
import './workers/flow';