File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 4.5.0] ( https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.4.2...v4.5.0 ) (2025-05-02)
8
+
9
+
10
+ ### Features
11
+
12
+ * add Insights event sampling ([ #159 ] ( https://github.com/honeybadger-io/honeybadger-laravel/issues/159 ) ) ([ 76bd34c] ( https://github.com/honeybadger-io/honeybadger-laravel/commit/76bd34cd03f90c9129ef732ae87e186508cfb670 ) )
13
+
7
14
## [ 4.4.2] ( https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.4.1...v4.4.2 ) (2025-02-28)
8
15
9
16
Original file line number Diff line number Diff line change 22
22
],
23
23
"require" : {
24
24
"php" : " ^8.1" ,
25
- "honeybadger-io/honeybadger-php" : " >=2.23 .0" ,
25
+ "honeybadger-io/honeybadger-php" : " >=2.24 .0" ,
26
26
"sixlive/dotenv-editor" : " ^1.1|^2.0" ,
27
27
"illuminate/console" : " ^10.0|^11.0|^12.0" ,
28
28
"illuminate/support" : " ^10.0|^11.0|^12.0" ,
Original file line number Diff line number Diff line change 12
12
13
13
class HoneybadgerLaravel extends Honeybadger
14
14
{
15
- const VERSION = '4.4.2 ' ;
15
+ const VERSION = '4.5.0 ' ;
16
16
17
17
const DEFAULT_EVENTS = [
18
18
Events \DatabaseQueryExecuted::class,
You can’t perform that action at this time.
0 commit comments