Skip to content

Commit

Permalink
3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Nov 15, 2016
1 parent 4043fd3 commit 1058967
Show file tree
Hide file tree
Showing 25 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raven-js",
"version": "3.8.0",
"version": "3.8.1",
"dependencies": {},
"main": "dist/raven.js",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/angular.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Raven.js 3.8.0 (d78f15c) | github.com/getsentry/raven-js */
/*! Raven.js 3.8.1 (4043fd3) | github.com/getsentry/raven-js */

/*
* Includes TraceKit
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/angular.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/plugins/console.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Raven.js 3.8.0 (d78f15c) | github.com/getsentry/raven-js */
/*! Raven.js 3.8.1 (4043fd3) | github.com/getsentry/raven-js */

/*
* Includes TraceKit
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/console.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/plugins/ember.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Raven.js 3.8.0 (d78f15c) | github.com/getsentry/raven-js */
/*! Raven.js 3.8.1 (4043fd3) | github.com/getsentry/raven-js */

/*
* Includes TraceKit
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/ember.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/plugins/require.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Raven.js 3.8.0 (d78f15c) | github.com/getsentry/raven-js */
/*! Raven.js 3.8.1 (4043fd3) | github.com/getsentry/raven-js */

/*
* Includes TraceKit
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/require.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/plugins/vue.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Raven.js 3.8.0 (d78f15c) | github.com/getsentry/raven-js */
/*! Raven.js 3.8.1 (4043fd3) | github.com/getsentry/raven-js */

/*
* Includes TraceKit
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/vue.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/raven.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Raven.js 3.8.0 (d78f15c) | github.com/getsentry/raven-js */
/*! Raven.js 3.8.1 (4043fd3) | github.com/getsentry/raven-js */

/*
* Includes TraceKit
Expand Down Expand Up @@ -167,7 +167,7 @@ Raven.prototype = {
// webpack (using a build step causes webpack #1617). Grunt verifies that
// this value matches package.json during build.
// See: https://github.com/getsentry/raven-js/issues/465
VERSION: '3.8.0',
VERSION: '3.8.1',

debug: false,

Expand Down Expand Up @@ -221,7 +221,7 @@ Raven.prototype = {
xhr: true,
console: true,
dom: true,
location: true,
location: true
};

var autoBreadcrumbs = globalOptions.autoBreadcrumbs;
Expand Down
4 changes: 2 additions & 2 deletions dist/raven.min.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/sri.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"@dist/raven.js": {
"hashes": {
"sha256": "4miBSrBY0YRTMgqQ7tIKJ5bC1iJWSDJcg+lYca93DVI=",
"sha512": "ziKXaLU8oaGyZRk4MrdPLqejNAcAr+vvUg+OpMGrQ1tr6j2TK11OLn3RkawUOomzxCz6VgIBA7b3wLco9jmEeA=="
"sha256": "FrxLhXXHOV+DYkzItSfGcSobkDFVwj+M+mSxaJCivQ0=",
"sha512": "VyK0qlkjSk9ZkvP+bGzAIwyaJBl7xt459Oy3GrM27JXJjgeVdZh7o42g1sxbLRa7MPy+eIH+B9N4O3WgrxEzCg=="
},
"type": null,
"integrity": "sha256-4miBSrBY0YRTMgqQ7tIKJ5bC1iJWSDJcg+lYca93DVI= sha512-ziKXaLU8oaGyZRk4MrdPLqejNAcAr+vvUg+OpMGrQ1tr6j2TK11OLn3RkawUOomzxCz6VgIBA7b3wLco9jmEeA==",
"integrity": "sha256-FrxLhXXHOV+DYkzItSfGcSobkDFVwj+M+mSxaJCivQ0= sha512-VyK0qlkjSk9ZkvP+bGzAIwyaJBl7xt459Oy3GrM27JXJjgeVdZh7o42g1sxbLRa7MPy+eIH+B9N4O3WgrxEzCg==",
"path": "dist/raven.js"
},
"@dist/raven.min.js": {
"hashes": {
"sha256": "qP1Ly+j8g4xsul2MZaCZv6byFgLvRHuiI/bct6JluOw=",
"sha512": "EQGo6LBb2E0sCr7jfkQN7d3wzdFcWWD8b0FxP/Dahoa827Wk9KpsxSsA6IS8B+RNGkUHLaOP5G21p+EA3odqBA=="
"sha256": "+yYIjpPFiV07KYvJMdryZtBh4hbeDNB439BdQQCxUyg=",
"sha512": "SrGjiEgFWo56jtMU3WpQcUIEI9jOUlSVcuqYaLbkGSc4gke/Pri+mtTKRCBpPABY3vtJ54ED4C7ppg/9lQY4+Q=="
},
"type": null,
"integrity": "sha256-qP1Ly+j8g4xsul2MZaCZv6byFgLvRHuiI/bct6JluOw= sha512-EQGo6LBb2E0sCr7jfkQN7d3wzdFcWWD8b0FxP/Dahoa827Wk9KpsxSsA6IS8B+RNGkUHLaOP5G21p+EA3odqBA==",
"integrity": "sha256-+yYIjpPFiV07KYvJMdryZtBh4hbeDNB439BdQQCxUyg= sha512-SrGjiEgFWo56jtMU3WpQcUIEI9jOUlSVcuqYaLbkGSc4gke/Pri+mtTKRCBpPABY3vtJ54ED4C7ppg/9lQY4+Q==",
"path": "dist/raven.min.js"
}
}
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Putting it all together
<body>
...
<script src="jquery.min.js"></script>
<script src="https://cdn.ravenjs.com/3.8.0/raven.min.js"
<script src="https://cdn.ravenjs.com/3.8.1/raven.min.js"
crossorigin="anonymous"></script>
<script>
Raven.config('___PUBLIC_DSN___', {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ scripts. For all details see :doc:`install`.

.. sourcecode:: html

<script src="https://cdn.ravenjs.com/3.8.0/raven.min.js"></script>
<script src="https://cdn.ravenjs.com/3.8.1/raven.min.js"></script>


Configuring the Client
Expand Down
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ So for example:
.. sourcecode:: html

<script src="jquery.js"></script>
<script src="https://cdn.ravenjs.com/3.8.0/raven.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.ravenjs.com/3.8.1/raven.min.js" crossorigin="anonymous"></script>
<script>Raven.config('___PUBLIC_DSN___').install();</script>
<script src="app.js"></script>

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

.. sourcecode:: html

<script src="https://cdn.ravenjs.com/3.8.0/raven.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.ravenjs.com/3.8.1/raven.min.js" crossorigin="anonymous"></script>

This version does not include any plugins. See `ravenjs.com
<http://ravenjs.com/>`_ for more information about plugins and getting
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/angular.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Example:
.. sourcecode:: html

<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
<script src="https://cdn.ravenjs.com/3.8.0/angular/raven.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.ravenjs.com/3.8.1/angular/raven.min.js" crossorigin="anonymous"></script>
<script>Raven.config('___PUBLIC_DSN___').install();</script>

Note that this CDN build auto-initializes the Angular plugin.
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/backbone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Start by adding the ``raven.js`` script tag to your page. It should be loaded as

.. sourcecode:: html

<script src="https://cdn.ravenjs.com/3.8.0/raven.min.js"
<script src="https://cdn.ravenjs.com/3.8.1/raven.min.js"
crossorigin="anonymous"></script>

Configuring the Client
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/ember.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Example:
.. sourcecode:: html

<script src="http://builds.emberjs.com/tags/v2.3.1/ember.prod.js"></script>
<script src="https://cdn.ravenjs.com/3.8.0/ember/raven.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.ravenjs.com/3.8.1/ember/raven.min.js" crossorigin="anonymous"></script>
<script>Raven.config('___PUBLIC_DSN___').install();</script>

Note that this CDN build auto-initializes the Ember plugin.
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/react.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Start by adding the ``raven.js`` script tag to your page. It should be loaded as

.. sourcecode:: html

<script src="https://cdn.ravenjs.com/3.8.0/raven.min.js"
<script src="https://cdn.ravenjs.com/3.8.1/raven.min.js"
crossorigin="anonymous"></script>

Configuring the Client
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/vue.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Example:
.. sourcecode:: html

<script src="https://cdn.jsdelivr.net/vue/2.0.0-rc/vue.min.js"></script>
<script src="https://cdn.ravenjs.com/3.8.0/vue/raven.min.js"
<script src="https://cdn.ravenjs.com/3.8.1/vue/raven.min.js"
crossorigin="anonymous"></script>
<script>Raven.config('___PUBLIC_DSN___').install();</script>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raven-js",
"version": "3.8.0",
"version": "3.8.1",
"license": "BSD-2-Clause",
"homepage": "https://github.com/getsentry/raven-js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/raven.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Raven.prototype = {
// webpack (using a build step causes webpack #1617). Grunt verifies that
// this value matches package.json during build.
// See: https://github.com/getsentry/raven-js/issues/465
VERSION: '3.8.0',
VERSION: '3.8.1',

debug: false,

Expand Down
4 changes: 2 additions & 2 deletions test/raven.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ describe('globals', function() {
extra: {'session:duration': 100},
});
assert.deepEqual(opts.auth, {
sentry_client: 'raven-js/3.8.0',
sentry_client: 'raven-js/3.8.1',
sentry_key: 'abc',
sentry_version: '7'
});
Expand Down Expand Up @@ -1051,7 +1051,7 @@ describe('globals', function() {
extra: {'session:duration': 100},
});
assert.deepEqual(opts.auth, {
sentry_client: 'raven-js/3.8.0',
sentry_client: 'raven-js/3.8.1',
sentry_key: 'abc',
sentry_secret: 'def',
sentry_version: '7'
Expand Down

0 comments on commit 1058967

Please sign in to comment.