Gaëtan Renaudeau
6 years ago
No known key found for this signature in database
GPG Key ID: 7B66B85F042E5451
1 changed files with
5 additions and
1 deletions
-
src/sentry/install.js
|
|
@ -14,13 +14,17 @@ export default (Raven: any, shouldSendCallback: () => boolean, userId: string) = |
|
|
|
tags: { |
|
|
|
git_commit: __GIT_REVISION__, |
|
|
|
}, |
|
|
|
sampleRate: 0.01, |
|
|
|
environment: __DEV__ ? 'development' : 'production', |
|
|
|
shouldSendCallback, |
|
|
|
ignoreErrors: [ |
|
|
|
'failed with status code', |
|
|
|
'status code 404', |
|
|
|
'timeout', |
|
|
|
'socket hang up', |
|
|
|
'getaddrinfo ', |
|
|
|
'getaddrinfo', |
|
|
|
'could not read from HID device', |
|
|
|
'ENOTFOUND', |
|
|
|
'ETIMEDOUT', |
|
|
|
'ECONNRESET', |
|
|
|
'ENETUNREACH', |
|
|
|