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 9c16c2b commit eeb87d5Copy full SHA for eeb87d5
src/raven.js
@@ -125,7 +125,7 @@ Raven.prototype = {
125
(uri.port ? ':' + uri.port : '') +
126
'/' + path + 'api/' + this._globalProject + '/store/';
127
128
- if (uri.protocol && uri.host !== 'app.getsentry.com') {
+ if (uri.protocol) {
129
this._globalServer = uri.protocol + ':' + this._globalServer;
130
}
131
0 commit comments