Skip to content

Commit

Permalink
Merge pull request #435 from MindscapeHQ/darcy/v2.25.1-prep
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
darcythomas authored Dec 12, 2021
2 parents 496df0b + 4abf483 commit ad67a5e
Show file tree
Hide file tree
Showing 6 changed files with 15,681 additions and 3,583 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* v2.25.1
- Fixes an issue where errors on promises, which have been caught, were still being reported to raygun. Thanks @codex- for identifying and fixing the problem.

* v2.25.0
- Attach a parent resource to non-page load events to assist with resource parenting.

Expand Down Expand Up @@ -35,7 +38,7 @@
- Replace the "Script error" message on an unhandled rejection to be "Unhandled promise rejection" to better distinguish between the two

* v2.20.3
- Adds a fallback for calculating the duration for timing entries which have a `.duration` value of zero. This fixes a issue where Safari reports `fetch` calls as having a duration of zero.
- Adds a fallback for calculating the duration for timing entries which have a `.duration` value of zero. This fixes a issue where Safari reports `fetch` calls as having a duration of zero.

* v2.20.2
- Fixes an issue with ionic-cordova errors not reporting due to the stack-trace being null. Thanks @nirajrajbhandari for identifying and fixing the problem
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raygun4js",
"version": "2.25.0",
"version": "2.25.1",
"homepage": "http://raygun.io",
"authors": [
"Mindscape <[email protected]>"
Expand Down
Loading

0 comments on commit ad67a5e

Please sign in to comment.