Skip to content

Commit c0153ac

Browse files
authored
More complete 0.24.0 changelog (#616)
1 parent 98ca85a commit c0153ac

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,21 @@ adheres to [Semantic Versioning](http://semver.org/).
88

99
## 0.24.0 - 2025-04-28
1010

11-
Insights instrumentation
11+
This release focuses on comprehensive Insights instrumentation enhancements, featuring automatic instrumentation for the most popular libraries, event batching, configurable sampling rates, and event context tracking for improved performance monitoring.
12+
13+
### Added
14+
- Added Insights instrumentation for detailed monitoring (#591)
15+
- Added Insights event batching for optimized performance (#578)
16+
- Added event sampling capabilities with configurable sample rates (#613, #608)
17+
- Added `Honeybadger.EventContext` for enhanced context tracking (#606)
18+
- Added `event_filter/1` function for custom event filtering (#602)
19+
- Added Request ID to Insights events and notices (#597)
20+
- Added support for Ecto params with source whitelisting (#605)
21+
22+
### Changed
23+
- Revised event logging system for better performance (#609)
24+
- Upgraded to microsecond precision for measurements (#603)
25+
- Enhanced sanitizer functionality (#604)
1226

1327

1428
## 0.23.0 - 2025-03-18
@@ -23,7 +37,7 @@ Bugfix for Elixir 1.17
2337

2438
## 0.22.0 - 2024-08-29
2539

26-
### Added
40+
### Added
2741
- Add Honeybadger.event to send events to Insights
2842

2943

0 commit comments

Comments
 (0)