We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c2bba commit 6aab06cCopy full SHA for 6aab06c
src/index.js
@@ -2,7 +2,7 @@ import ElastalertServer from './elastalert_server';
2
3
if (process.env.BITSENSOR_SENTRY_ENABLED !== 'false' && process.env.BITSENSOR_SENTRY_DSN !== undefined) {
4
var Raven = require('raven');
5
- Raven.config(process.env.BITSENSOR_SENTRY_DSN).install();
+ Raven.config(process.env.BITSENSOR_SENTRY_DSN).install(console.log('Sentry logging enabled for Elastalert'));
6
7
Raven.context(function () {
8
let server = new ElastalertServer();
0 commit comments