1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

removed unused lines of code for sentry loading

This commit is contained in:
Massimo Candela
2020-08-03 02:18:59 +02:00
parent e4c2dc0c9d
commit 0fa6fd6f4b

View File

@@ -49,11 +49,6 @@ export default class Worker {
this.version = env.version;
this.configFile = env.configFile;
if (env.sentryDSN) {
const Sentry = require('@sentry/node');
Sentry.init({ dsn: env.sentryDSN });
}
if (!this.config.multiProcess) {
this.master();