Skip to content

Commit

Permalink
Darcy/with tags as a function fix (#498)
Browse files Browse the repository at this point in the history
* Prevent errors on structured clone from propagating

* Bump version number

* Update raygun.js
  • Loading branch information
darcythomas committed Aug 8, 2023
1 parent b5f9797 commit 8d78ba2
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 65 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-->


## v2.26.6


### Fixed

- Bug fix for structuredClone causing errors when used, together, with `rg4js('withTags', function() {});`

## v2.26.5


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.26.5",
"version": "2.26.6",
"homepage": "http://raygun.com",
"authors": [
"Mindscape <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"title": "Raygun4js",
"description": "Raygun.com plugin for JavaScript",
"version": "2.26.5",
"version": "2.26.6",
"homepage": "https://github.com/MindscapeHQ/raygun4js",
"author": {
"name": "MindscapeHQ",
Expand Down
2 changes: 1 addition & 1 deletion raygun4js.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>raygun4js</id>
<version>2.26.5</version>
<version>2.26.6</version>
<title>Raygun4js</title>
<authors>Raygun Limited</authors>
<owners>Raygun Limited</owners>
Expand Down
Loading

0 comments on commit 8d78ba2

Please sign in to comment.