Skip to content

Commit 91a03a4

Browse files
author
Github Actions
committed
Version bump
1 parent 03a3fb2 commit 91a03a4

2 files changed

Lines changed: 13 additions & 8 deletions

File tree

box.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"Sentry",
33
"author":"Ortus Solutions <info@ortussolutions.com>",
4-
"version":"2.1.0",
4+
"version":"2.1.1",
55
"slug":"sentry",
66
"type":"modules",
77
"homepage":"https://github.com/coldbox-modules/sentry",
@@ -32,7 +32,7 @@
3232
"*.md"
3333
],
3434
"scripts":{
35-
"build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`",
35+
"build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`",
3636
"build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`",
3737
"install:dependencies":"install --force && cd test-harness && install --force",
3838
"release":"recipe build/release.boxr",

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)