Skip to content

Commit 42a3a58

Browse files
authored
Merge pull request #986 from getsentry/release/3.16.1
Bump version to 3.16.1, Add changelog
2 parents 41af72e + 98fd036 commit 42a3a58

20 files changed

+33
-29
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.16.1
4+
* BUGFIX: Fixed stacktrace on Android for React Native release builds. See: https://github.com/getsentry/raven-js/pull/985
5+
* BUGFIX: TypeScript: Change loglevel option "warn" to "warning".
6+
37
## 3.16.0
48
* CHANGE: Plugins no longer disrupt data callback behavior. See: https://github.com/getsentry/raven-js/pull/891
59
* BUGFIX: Fixed event object copying in React Native. See: https://github.com/getsentry/raven-js/pull/960
@@ -144,7 +148,7 @@
144148
* BUGFIX: Remove errant `throw` call in _makeRequest affecting some Raven configs. See: https://github.com/getsentry/raven-js/pull/572
145149

146150
## 3.0.3
147-
* BUGFIX: Fix pushState instrumentation breaking on non-string URL args. See: https://github.com/getsentry/raven-js/issues/569
151+
* BUGFIX: Fix pushState instrumentation breaking on non-string URL args. See: https://github.com/getsentry/raven-js/issues/569
148152

149153
## 3.0.2
150154
* BUGFIX: Fix XMLHttpRequest.prototype.open breaking on non-string `url` arguments. See: https://github.com/getsentry/raven-js/issues/567

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raven-js",
3-
"version": "3.16.0",
3+
"version": "3.16.1",
44
"dependencies": {},
55
"main": "dist/raven.js",
66
"ignore": [

dist/plugins/angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Raven.js 3.16.0 (a8e28af) | github.com/getsentry/raven-js */
1+
/*! Raven.js 3.16.1 (41af72e) | github.com/getsentry/raven-js */
22

33
/*
44
* Includes TraceKit

dist/plugins/angular.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugins/console.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Raven.js 3.16.0 (a8e28af) | github.com/getsentry/raven-js */
1+
/*! Raven.js 3.16.1 (41af72e) | github.com/getsentry/raven-js */
22

33
/*
44
* Includes TraceKit

dist/plugins/console.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugins/ember.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Raven.js 3.16.0 (a8e28af) | github.com/getsentry/raven-js */
1+
/*! Raven.js 3.16.1 (41af72e) | github.com/getsentry/raven-js */
22

33
/*
44
* Includes TraceKit

dist/plugins/ember.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugins/require.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Raven.js 3.16.0 (a8e28af) | github.com/getsentry/raven-js */
1+
/*! Raven.js 3.16.1 (41af72e) | github.com/getsentry/raven-js */
22

33
/*
44
* Includes TraceKit

dist/plugins/require.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugins/vue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Raven.js 3.16.0 (a8e28af) | github.com/getsentry/raven-js */
1+
/*! Raven.js 3.16.1 (41af72e) | github.com/getsentry/raven-js */
22

33
/*
44
* Includes TraceKit

dist/plugins/vue.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/raven.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Raven.js 3.16.0 (a8e28af) | github.com/getsentry/raven-js */
1+
/*! Raven.js 3.16.1 (41af72e) | github.com/getsentry/raven-js */
22

33
/*
44
* Includes TraceKit
@@ -163,7 +163,7 @@ Raven.prototype = {
163163
// webpack (using a build step causes webpack #1617). Grunt verifies that
164164
// this value matches package.json during build.
165165
// See: https://github.com/getsentry/raven-js/issues/465
166-
VERSION: '3.16.0',
166+
VERSION: '3.16.1',
167167

168168
debug: false,
169169

@@ -2577,7 +2577,7 @@ TraceKit.computeStackTrace = (function computeStackTraceWrapper() {
25772577
if (typeof ex.stack === 'undefined' || !ex.stack) return;
25782578

25792579
var chrome = /^\s*at (.*?) ?\(((?:file|https?|blob|chrome-extension|native|eval|webpack|<anonymous>|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,
2580-
gecko = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)((?:file|https?|blob|chrome|webpack|resource|\[native).*?)(?::(\d+))?(?::(\d+))?\s*$/i,
2580+
gecko = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)((?:file|https?|blob|chrome|webpack|resource|\[native).*?|[^@]*bundle)(?::(\d+))?(?::(\d+))?\s*$/i,
25812581
winjs = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,
25822582

25832583
// Used to additionally parse URL/line/column from eval frames

dist/raven.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/raven.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sri.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"@dist/raven.js": {
33
"hashes": {
4-
"sha256": "sce/5DI6E6IGgQXjfPLSv/jSaIKOakWmuSdo7eFut+4=",
5-
"sha512": "e1t79kw6AJQxUJey2U7KAYhUV6Qfa9RAL0NWv2pNg1Ktibg9xmk7Tv5LGv+4/HV6yW03fgq7qFLBCp0c7XURmA=="
4+
"sha256": "ru/PKaB+jXLiBMzRqRqWI5zaUtxt2G4JZ06TLlboipk=",
5+
"sha512": "c+Lx0YEhJ3EneFuMStjltHFOmPZcBBrlDLKGjBXkevHvfP2OD6XFgz9yr1n8JUchMrhgUUidXbKYno+8f6gyKg=="
66
},
77
"type": null,
8-
"integrity": "sha256-sce/5DI6E6IGgQXjfPLSv/jSaIKOakWmuSdo7eFut+4= sha512-e1t79kw6AJQxUJey2U7KAYhUV6Qfa9RAL0NWv2pNg1Ktibg9xmk7Tv5LGv+4/HV6yW03fgq7qFLBCp0c7XURmA==",
8+
"integrity": "sha256-ru/PKaB+jXLiBMzRqRqWI5zaUtxt2G4JZ06TLlboipk= sha512-c+Lx0YEhJ3EneFuMStjltHFOmPZcBBrlDLKGjBXkevHvfP2OD6XFgz9yr1n8JUchMrhgUUidXbKYno+8f6gyKg==",
99
"path": "dist/raven.js"
1010
},
1111
"@dist/raven.min.js": {
1212
"hashes": {
13-
"sha256": "UWmU2eCVe6h/MHfLzhtR5ggZdVBmrrMe9MpouMuAjPE=",
14-
"sha512": "XNRJwgAXMiqXWeoI9+/qAG3hN8gFq/i5WDKrgfMRkQ8LGDaURIbsugV7t/e6HUOJAKDAiF+LeFzfi+t2adM+4g=="
13+
"sha256": "nkG/KpIbEurqH2V8I/81isZuadCOjvEub4C2lDO/6jw=",
14+
"sha512": "+BwxiQ5TdXRaq4BDifo3/jitH4bmeeKQYcr/ExYfv6byd/BJBlP1HkUBaAoLf90kVrTWnfDhJbm3+WZPmFMPXQ=="
1515
},
1616
"type": null,
17-
"integrity": "sha256-UWmU2eCVe6h/MHfLzhtR5ggZdVBmrrMe9MpouMuAjPE= sha512-XNRJwgAXMiqXWeoI9+/qAG3hN8gFq/i5WDKrgfMRkQ8LGDaURIbsugV7t/e6HUOJAKDAiF+LeFzfi+t2adM+4g==",
17+
"integrity": "sha256-nkG/KpIbEurqH2V8I/81isZuadCOjvEub4C2lDO/6jw= sha512-+BwxiQ5TdXRaq4BDifo3/jitH4bmeeKQYcr/ExYfv6byd/BJBlP1HkUBaAoLf90kVrTWnfDhJbm3+WZPmFMPXQ==",
1818
"path": "dist/raven.min.js"
1919
}
2020
}

docs/sentry-doc-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
}
6767
},
6868
"vars": {
69-
"RAVEN_VERSION": "3.16.0"
69+
"RAVEN_VERSION": "3.16.1"
7070
}
7171
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raven-js",
3-
"version": "3.16.0",
3+
"version": "3.16.1",
44
"license": "BSD-2-Clause",
55
"homepage": "https://github.com/getsentry/raven-js",
66
"scripts": {

src/raven.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Raven.prototype = {
9898
// webpack (using a build step causes webpack #1617). Grunt verifies that
9999
// this value matches package.json during build.
100100
// See: https://github.com/getsentry/raven-js/issues/465
101-
VERSION: '3.16.0',
101+
VERSION: '3.16.1',
102102

103103
debug: false,
104104

test/raven.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ describe('globals', function() {
10921092
extra: {'session:duration': 100},
10931093
});
10941094
assert.deepEqual(opts.auth, {
1095-
sentry_client: 'raven-js/3.16.0',
1095+
sentry_client: 'raven-js/3.16.1',
10961096
sentry_key: 'abc',
10971097
sentry_version: '7'
10981098
});
@@ -1139,7 +1139,7 @@ describe('globals', function() {
11391139
extra: {'session:duration': 100},
11401140
});
11411141
assert.deepEqual(opts.auth, {
1142-
sentry_client: 'raven-js/3.16.0',
1142+
sentry_client: 'raven-js/3.16.1',
11431143
sentry_key: 'abc',
11441144
sentry_secret: 'def',
11451145
sentry_version: '7'

0 commit comments

Comments
 (0)