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 05f74a1 commit bc8de7cCopy full SHA for bc8de7c
index.js
@@ -28,7 +28,7 @@
28
// CommonJS-like environments that support module.exports, like Node.
29
module.exports = factory(require('./generated/src/trakerr/index'), require('stacktrace-js'), require('error-stack-parser'));
30
}
31
-}(function (TrakerrApi, StackTrace, ErrorStackParser) {
+}(function (TrakerrApi, StackTrace) {
32
'use strict';
33
34
/**
@@ -51,7 +51,7 @@
51
_this.contextEnvName = "JavaScript";
52
53
54
- if (typeof navigator !== undefined) {
+ if (typeof navigator !== 'undefined') {
55
//from http://stackoverflow.com/questions/9514179/how-to-find-the-operating-system-version-using-javascript
56
57
// browser
0 commit comments