Skip to content

Commit

Permalink
Create a deep clone of the payload before passing it to a users call …
Browse files Browse the repository at this point in the history
…back function (#493)

* bump version

Update index.js

Update index.js

Update raygun.js

Update index.js

Update index.js

Update package.json

Update package-lock.json

Update raygun.js

Update tests.yml

Update package.json

Update package-lock.json

Update package-lock.json

Update raygun.js

Update index.js

* Update CHANGELOG.md

Revert "post merge"

This reverts commit 28dfbb3.

post merge

* post merge
  • Loading branch information
darcythomas committed Aug 3, 2023
1 parent a4e1a1b commit f2c704b
Show file tree
Hide file tree
Showing 8 changed files with 581 additions and 7,060 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- uses: browser-actions/setup-chrome@latest
with:
chrome-version: latest
Expand Down
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!--- EXAMPLE
## [1.1.1] - 2023-03-05
## [1.1.1]
### Added
Expand All @@ -30,18 +30,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-->

## 2.26.2
## v2.26.3

### Changed

- The 'OnBeforeSend' and 'OnBeforeSendRUM' callbacks now pass a clone of the payload, to prevent accidental pollution of global objects
- Updated the Github Action (Pre commit unit tests) Node to version 20

## v2.26.2

### Fixed

- Replaced old company name
- Documentation points to 'new' url
- Replaced old company name in metadata
- Documentation points to 'new' .com url

### Changed

- Updated the Raygun url to send events to preferred ingestion endpoint

## v2.26.1
## v2.26.1

### Fixed

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.2",
"version": "2.26.3",
"homepage": "http://raygun.com",
"authors": [
"Mindscape <[email protected]>"
Expand Down
Loading

0 comments on commit f2c704b

Please sign in to comment.