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 29c1504 commit 4dcce42Copy full SHA for 4dcce42
lib/client.js
@@ -30,7 +30,7 @@ var Client = function Client(dsn, options) {
30
this.transport = options.transport || transports[this.dsn.protocol];
31
32
this.loggerName = options.logger || '';
33
- this.dataCallback = options.dataCallback || null;
+ this.dataCallback = options.dataCallback;
34
35
// enabled if a dsn is set
36
this._enabled = !!this.dsn;
0 commit comments