Skip to content

Commit

Permalink
allow app to crash if there is any error on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoventurini committed Nov 7, 2023
1 parent 745ca9d commit b601847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auto_connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Kadira._startInstrumenting(function () {
Kadira._connectWithSettings();

console.log('Monti APM: Instrumentation completed');
}).catch(console.error);
});

0 comments on commit b601847

Please sign in to comment.