mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 18:47:51 +08:00
[local-private] use new Sentry endpoint
This commit is contained in:
parent
f4edc55752
commit
38184d1847
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ module.exports = (function (...args) {
|
||||||
|
|
||||||
ErrorReporter.prototype._setupSentry = function () {
|
ErrorReporter.prototype._setupSentry = function () {
|
||||||
// Initialize the Sentry connector
|
// Initialize the Sentry connector
|
||||||
this.client = new raven.Client('https://7a32cb0189ff4595a55c98ffb7939c46:f791c3c402b343068bed056b8b504dd5@sentry.nylas.com/4');
|
this.client = new raven.Client('https://d5f04bffac634c89b4d497a37d4e088d:db342c8ca35d49138fe1a539bae876f1@sentry.nylas.com/25');
|
||||||
|
|
||||||
if (typeof NylasEnv !== 'undefined' && NylasEnv !== null && NylasEnv.config) {
|
if (typeof NylasEnv !== 'undefined' && NylasEnv !== null && NylasEnv.config) {
|
||||||
this.client.setUserContext({id: NylasEnv.config.get('nylas.identity.id')});
|
this.client.setUserContext({id: NylasEnv.config.get('nylas.identity.id')});
|
||||||
|
|
Loading…
Reference in a new issue