Skip to content

Commit eeb87d5

Browse files
committed
Revert always protocol relative when app.getsentry.com
1 parent 9c16c2b commit eeb87d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raven.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Raven.prototype = {
125125
(uri.port ? ':' + uri.port : '') +
126126
'/' + path + 'api/' + this._globalProject + '/store/';
127127

128-
if (uri.protocol && uri.host !== 'app.getsentry.com') {
128+
if (uri.protocol) {
129129
this._globalServer = uri.protocol + ':' + this._globalServer;
130130
}
131131

0 commit comments

Comments
 (0)