mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
fix(sentry): Switch to private sentry
This commit is contained in:
parent
e303705b45
commit
5cc775fe3e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ module.exports = ErrorReporter = (function() {
|
|||
var self = this;
|
||||
|
||||
// Initialize the Sentry connector
|
||||
this.client = new raven.Client('https://abd4b2a3435847db8fff445e396f2a6d:3df1cca30d7c42419b5a5d9369a794e6@app.getsentry.com/36030');
|
||||
this.client = new raven.Client('https://7a32cb0189ff4595a55c98ffb7939c46:f791c3c402b343068bed056b8b504dd5@sentry.nylas.com/4');
|
||||
this.client.on('error', function(e) {
|
||||
console.log(e.reason);
|
||||
console.log(e.statusCode);
|
||||
|
|
Loading…
Reference in a new issue