Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ribice committed Sep 9, 2024
1 parent 5b2fd8e commit ba11a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Sentry SDK team is happy to announce the immediate availability of Sentry Go
### Breaking Changes

- Remove the `sentrymartini` integration ([#861](https://github.com/getsentry/sentry-go/pull/861))
- The `WrapResponseWriter` has been moved from the `sentryhttp` package to the `sentry` package. You'll need to update your imports if you've imported it from `sentryhttp`. ([#871](https://github.com/getsentry/sentry-go/pull/871))
- The `WrapResponseWriter` has been moved from the `sentryhttp` package to the `internal/httputils` package. If you've imported it previosuly, you'll need to copy the implementation in your project. ([#871](https://github.com/getsentry/sentry-go/pull/871))

### Features

Expand Down

0 comments on commit ba11a3d

Please sign in to comment.