Skip to content

Commit fb24699

Browse files
author
Github Actions
committed
Finalized changelog for v2.1.0
1 parent 57864ca commit fb24699

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

changelog.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [2.1.0] - 2024-11-12
13+
1214
### Added
1315

14-
* Added support for passing through [`traceparent` headers](https://www.w3.org/TR/trace-context/#traceparent-header) and, optionally, traceparent data provided by [the `cbotel` module](https://forgebox.io/view/cbotel)
15-
* Added `onSentryEventCapture` interception in Coldbox context to allow contributions to tags and user info
16+
- Added support for passing through [`traceparent` headers](https://www.w3.org/TR/trace-context/#traceparent-header) and, optionally, traceparent data provided by [the `cbotel` module](https://forgebox.io/view/cbotel)
17+
- Added `onSentryEventCapture` interception in Coldbox context to allow contributions to tags and user info
1618

1719
## [2.0.0] - 2024-06-10
1820

1921
### Changed
2022

21-
* Update the event structure to the new format Sentry has adopted for their official SDKs
22-
* Don't send cookie and form scope data by default
23+
- Update the event structure to the new format Sentry has adopted for their official SDKs
24+
- Don't send cookie and form scope data by default
2325

2426
### Added
2527

26-
* Add support for the new `/api/{project_id}/envelope` endpoint Sentry has adopted for sending events
28+
- Add support for the new `/api/{project_id}/envelope` endpoint Sentry has adopted for sending events
2729

2830
## [1.0.0] - 2019-05-10
2931

3032
### Added
3133

32-
* Create first module version
34+
- Create first module version
35+
36+
[Unreleased]: https://github.com/coldbox-modules/sentry/compare/v2.1.0...HEAD
3337

38+
[2.1.0]: https://github.com/coldbox-modules/sentry/compare/57864cae5969ad38eee194db5a6b2798e91967b3...v2.1.0

0 commit comments

Comments
 (0)