You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## 0.28.1
4
+
5
+
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.28.1.
6
+
7
+
### Bug Fixes
8
+
9
+
- Implement `http.ResponseWriter` to hook into various parts of the response process ([#837](https://github.com/getsentry/sentry-go/pull/837))
10
+
3
11
## 0.28.0
4
12
5
13
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.28.0.
@@ -17,7 +25,7 @@ The Sentry SDK team is happy to announce the immediate availability of Sentry Go
17
25
- Add `http.request.method` attribute for performance span data ([#786](https://github.com/getsentry/sentry-go/pull/786))
18
26
- Accept `interface{}` for span data values ([#784](https://github.com/getsentry/sentry-go/pull/784))
19
27
20
-
### Fixes
28
+
### Bug Fixes
21
29
22
30
- Fix missing stack trace for parsing error in `logrusentry` ([#689](https://github.com/getsentry/sentry-go/pull/689))
0 commit comments