Skip to content

Commit 380d7d0

Browse files
authored
3.4.1 (#682)
1 parent d824691 commit 380d7d0

24 files changed

+36
-33
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 3.4.1
4+
* BUGFIX: Fix exception breadcrumbs having "undefined" for exception value. See: https://github.com/getsentry/raven-js/pull/681
5+
36
## 3.4.0
47
* CHANGE: React Native plugin now stores errors in AsyncStorage and sends error data on app init. See: https://github.com/getsentry/raven-js/pull/626
58
* BUGFIX: React Native path normalization regex has been updated. See: https://github.com/getsentry/raven-js/pull/666

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.4.0",
3+
"version": "3.4.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.4.0 (4dba6fe) | github.com/getsentry/raven-js */
1+
/*! Raven.js 3.4.1 (d824691) | 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.4.0 (4dba6fe) | github.com/getsentry/raven-js */
1+
/*! Raven.js 3.4.1 (d824691) | 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.4.0 (4dba6fe) | github.com/getsentry/raven-js */
1+
/*! Raven.js 3.4.1 (d824691) | 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.4.0 (4dba6fe) | github.com/getsentry/raven-js */
1+
/*! Raven.js 3.4.1 (d824691) | 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/raven.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Raven.js 3.4.0 (4dba6fe) | github.com/getsentry/raven-js */
1+
/*! Raven.js 3.4.1 (d824691) | github.com/getsentry/raven-js */
22

33
/*
44
* Includes TraceKit
@@ -180,7 +180,7 @@ Raven.prototype = {
180180
// webpack (using a build step causes webpack #1617). Grunt verifies that
181181
// this value matches package.json during build.
182182
// See: https://github.com/getsentry/raven-js/issues/465
183-
VERSION: '3.4.0',
183+
VERSION: '3.4.1',
184184

185185
debug: false,
186186

@@ -1345,7 +1345,7 @@ Raven.prototype = {
13451345
this.captureBreadcrumb({
13461346
category: 'sentry',
13471347
message: exception
1348-
? (exception.type ? exception.type + ': ' : '') + exception.message
1348+
? (exception.type ? exception.type + ': ' : '') + exception.value
13491349
: data.message,
13501350
event_id: data.event_id,
13511351
level: data.level || 'error' // presume error unless specified

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": "bTEPripl705InCCs3lTOFnM/vPJj0Qh4pYfAE8ZZ3pg=",
5-
"sha512": "6lb2h4LW8tLdntlWW03/2NdKkBrlpQCJTizla34QzD7XyrcSy0gdp565VvjOpWMIQIxi7PaD6kL7+Ob9yr43Hw=="
4+
"sha256": "RM50R0xnAa/1NkxRq0JoXbCAws2ZzPSwwxBZRrPC31w=",
5+
"sha512": "FRmORhyfhvmsrh1QfYmDjEu61TP3IAFICTFLeiPO5tH3ToEJDpgacs/yZ7G0VqVlFRe0frUQKJBjR0Lv/7bkRQ=="
66
},
77
"type": null,
8-
"integrity": "sha256-bTEPripl705InCCs3lTOFnM/vPJj0Qh4pYfAE8ZZ3pg= sha512-6lb2h4LW8tLdntlWW03/2NdKkBrlpQCJTizla34QzD7XyrcSy0gdp565VvjOpWMIQIxi7PaD6kL7+Ob9yr43Hw==",
8+
"integrity": "sha256-RM50R0xnAa/1NkxRq0JoXbCAws2ZzPSwwxBZRrPC31w= sha512-FRmORhyfhvmsrh1QfYmDjEu61TP3IAFICTFLeiPO5tH3ToEJDpgacs/yZ7G0VqVlFRe0frUQKJBjR0Lv/7bkRQ==",
99
"path": "dist/raven.js"
1010
},
1111
"@dist/raven.min.js": {
1212
"hashes": {
13-
"sha256": "8gpwv4k7ehC3fCGeaTGjCjiP8v1ttVfzDxanZtKZVOY=",
14-
"sha512": "hkWLjB58gDHaCyYwq6sV6AU9HjG1+1Xybyf4u/SHyjzTuQWfRu85t9zdSTvbDtNaKCS39Rb0SZNEpwNH2ebZYg=="
13+
"sha256": "myJlKkvMQXnrsQD1GCNY7stvL+6iExmMu7JiiNu7xH4=",
14+
"sha512": "QkqshXoHkm1vrO3exGTkXns7iYvqXrTJwUg5BnxSWKUKJXPDKL9mCpe+AO8S74k3fiYhcvPcQipULodElFWb7g=="
1515
},
1616
"type": null,
17-
"integrity": "sha256-8gpwv4k7ehC3fCGeaTGjCjiP8v1ttVfzDxanZtKZVOY= sha512-hkWLjB58gDHaCyYwq6sV6AU9HjG1+1Xybyf4u/SHyjzTuQWfRu85t9zdSTvbDtNaKCS39Rb0SZNEpwNH2ebZYg==",
17+
"integrity": "sha256-myJlKkvMQXnrsQD1GCNY7stvL+6iExmMu7JiiNu7xH4= sha512-QkqshXoHkm1vrO3exGTkXns7iYvqXrTJwUg5BnxSWKUKJXPDKL9mCpe+AO8S74k3fiYhcvPcQipULodElFWb7g==",
1818
"path": "dist/raven.min.js"
1919
}
2020
}

docs/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Putting it all together
237237
<body>
238238
...
239239
<script src="jquery.min.js"></script>
240-
<script src="https://cdn.ravenjs.com/3.4.0/raven.min.js"></script>
240+
<script src="https://cdn.ravenjs.com/3.4.1/raven.min.js"></script>
241241
<script>
242242
Raven.config('___PUBLIC_DSN___', {
243243
logger: 'my-logger',

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ scripts. For all details see :doc:`install`.
2626

2727
.. sourcecode:: html
2828

29-
<script src="https://cdn.ravenjs.com/3.4.0/raven.min.js"></script>
29+
<script src="https://cdn.ravenjs.com/3.4.1/raven.min.js"></script>
3030

3131

3232
Configuring the Client

docs/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ So for example:
99
.. sourcecode:: html
1010

1111
<script src="jquery.js"></script>
12-
<script src="https://cdn.ravenjs.com/3.4.0/raven.min.js"></script>
12+
<script src="https://cdn.ravenjs.com/3.4.1/raven.min.js"></script>
1313
<script>Raven.config('___PUBLIC_DSN___').install();</script>
1414
<script src="app.js"></script>
1515

@@ -28,7 +28,7 @@ Our CDN distributes builds with and without :doc:`integrations <integrations/ind
2828

2929
.. sourcecode:: html
3030

31-
<script src="https://cdn.ravenjs.com/3.4.0/raven.min.js"></script>
31+
<script src="https://cdn.ravenjs.com/3.4.1/raven.min.js"></script>
3232

3333
This version does not include any plugins. See `ravenjs.com
3434
<http://ravenjs.com/>`_ for more information about plugins and getting

docs/integrations/angular.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Example:
2424
.. sourcecode:: html
2525

2626
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
27-
<script src="https://cdn.ravenjs.com/3.4.0/angular/raven.min.js"></script>
27+
<script src="https://cdn.ravenjs.com/3.4.1/angular/raven.min.js"></script>
2828
<script>Raven.config('___PUBLIC_DSN___').install();</script>
2929

3030
Note that this CDN build auto-initializes the Angular plugin.

docs/integrations/backbone.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ after you load all other external libraries (like jQuery), but before your code.
99

1010
.. sourcecode:: html
1111

12-
<script src="https://cdn.ravenjs.com/3.4.0/raven.min.js"></script>
12+
<script src="https://cdn.ravenjs.com/3.4.1/raven.min.js"></script>
1313

1414
Configuring the Client
1515
----------------------

docs/integrations/ember.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Example:
2323
.. sourcecode:: html
2424

2525
<script src="http://builds.emberjs.com/tags/v2.3.1/ember.prod.js"></script>
26-
<script src="https://cdn.ravenjs.com/3.4.0/ember/raven.min.js"></script>
26+
<script src="https://cdn.ravenjs.com/3.4.1/ember/raven.min.js"></script>
2727
<script>Raven.config('___PUBLIC_DSN___').install();</script>
2828

2929
Note that this CDN build auto-initializes the Ember plugin.

docs/integrations/react.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ after you load all other external libraries (like jQuery), but before your code.
99

1010
.. sourcecode:: html
1111

12-
<script src="https://cdn.ravenjs.com/3.4.0/raven.min.js"></script>
12+
<script src="https://cdn.ravenjs.com/3.4.1/raven.min.js"></script>
1313

1414
Configuring the Client
1515
----------------------

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.4.0",
3+
"version": "3.4.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
@@ -87,7 +87,7 @@ Raven.prototype = {
8787
// webpack (using a build step causes webpack #1617). Grunt verifies that
8888
// this value matches package.json during build.
8989
// See: https://github.com/getsentry/raven-js/issues/465
90-
VERSION: '3.4.0',
90+
VERSION: '3.4.1',
9191

9292
debug: false,
9393

test/raven.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ describe('globals', function() {
10081008
extra: {'session:duration': 100},
10091009
});
10101010
assert.deepEqual(opts.auth, {
1011-
sentry_client: 'raven-js/3.4.0',
1011+
sentry_client: 'raven-js/3.4.1',
10121012
sentry_key: 'abc',
10131013
sentry_version: '7'
10141014
});
@@ -1055,7 +1055,7 @@ describe('globals', function() {
10551055
extra: {'session:duration': 100},
10561056
});
10571057
assert.deepEqual(opts.auth, {
1058-
sentry_client: 'raven-js/3.4.0',
1058+
sentry_client: 'raven-js/3.4.1',
10591059
sentry_key: 'abc',
10601060
sentry_secret: 'def',
10611061
sentry_version: '7'

0 commit comments

Comments
 (0)