File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Keep a
3
3
CHANGELOG] ( http://keepachangelog.com/ ) for how to update this file. This project
4
4
adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 2.24.0] ( https://github.com/honeybadger-io/honeybadger-php/compare/v2.23.0...v2.24.0 ) (2025-05-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * add Insights event sampling ([ #227 ] ( https://github.com/honeybadger-io/honeybadger-php/issues/227 ) ) ([ bb506c8] ( https://github.com/honeybadger-io/honeybadger-php/commit/bb506c89755d0b83f1f7451c7dae6fa5eeff7ba5 ) )
12
+
6
13
## [ 2.23.0] ( https://github.com/honeybadger-io/honeybadger-php/compare/v2.22.1...v2.23.0 ) (2025-01-07)
7
14
8
15
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class Honeybadger implements Reporter
24
24
/**
25
25
* SDK Version.
26
26
*/
27
- const VERSION = '2.23 .0 ' ;
27
+ const VERSION = '2.24 .0 ' ;
28
28
29
29
/**
30
30
* Honeybadger API URL.
You can’t perform that action at this time.
0 commit comments