Add sentry

This commit is contained in:
2022-01-08 17:36:13 +03:00
parent a39fa8510f
commit 30c107d222
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
import BotsManager from './bots/manager';
setTimeout(() => BotsManager.start(), 5_000);
BotsManager.start();