Skip to content

Commit 637dc55

Browse files
authored
Merge pull request #42 from brentvatne/@brent/update-instrument-config
Update Raven instrument config
2 parents 48889d8 + a4ad34d commit 637dc55

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/Sentry.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@ export class Sentry {
7373
Sentry._dsn = dsn;
7474
Sentry.options = {
7575
logLevel: SentryLog.None,
76-
instrument: {
77-
timers: false,
78-
eventTargets: false,
79-
}
76+
instrument: false,
8077
}
8178
Object.assign(Sentry.options, options);
8279
return Sentry;

0 commit comments

Comments
 (0)