Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jasen Palmer <[email protected]>
  • Loading branch information
Hamish-taylor and JasenPalmer committed Jun 4, 2024
1 parent caf1df5 commit 6a0f26a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [3.1.0]

### Added
- Added a ping to tell Raygun that raygun4js has been set up correctly, this information will be used to help users when setting up a new application. This can be disabled using the new `sendPing` option e.g., `rg4js('sendPing', false)`. The ping contains the version of Raygun4js being used, aswell as what products that have been enabled (CrashReporting and or Real User Monitoring)
- Added a ping to tell Raygun that raygun4js has been set up correctly. The ping is enabled by default but can be disabled using the new `sendPing` option e.g., `rg4js('sendPing', false)`. The ping contains the version of Raygun4js and which products have been enabled (CrashReporting and/or Real User Monitoring). This information will be used to help users when setting up a new application.
- Moved the typescript types into the main raygun4js repo
- Added an new option for enabling Real user monitoring
- Added a new option for enabling Real User Monitoring. `rg4js('enableRealUserMonitoring', true);`

## [3.0.1]

Expand Down

0 comments on commit 6a0f26a

Please sign in to comment.