Skip to content

Commit 3bea868

Browse files
committed
Bump sentry_version to 3
No idea what this does, but @Zeeg said to do it.
1 parent d069ea0 commit 3bea868

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
@@ -307,7 +307,7 @@ function getAuthQueryString() {
307307
if (cachedAuth) return cachedAuth;
308308

309309
var qs = [
310-
'sentry_version=2.0',
310+
'sentry_version=3',
311311
'sentry_client=raven-js/' + Raven.VERSION
312312
];
313313
if (globalKey) {

0 commit comments

Comments
 (0)