Skip to content

Commit 1036df2

Browse files
committed
fix: Add extended loggin
1 parent c3ccebb commit 1036df2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/browser/test/karma/karma.saucelabs.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ module.exports = function(config) {
103103
recordVideo: false,
104104
testName: '@sentry/browser' + (process.env.TRAVIS_JOB_NUMBER ? ' #' + process.env.TRAVIS_JOB_NUMBER : ''),
105105
public: 'public',
106+
extendedDebugging: true,
106107
},
107108
});
108109
};

0 commit comments

Comments
 (0)