We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c324d0 commit 315f16dCopy full SHA for 315f16d
index.js
@@ -10,7 +10,7 @@ module.exports = {
10
// start sending logs
11
start: function(options) {
12
api.methods.identifyApp(options);
13
- exc.exc();
+ exception.exceptionHandler();
14
},
15
16
log: logger.methods.log,
0 commit comments