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
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## v0.9.0
4
+
5
+
- feat: Initial tracing and performance monitoring support (#285)
6
+
- doc: Revamp sentryhttp documentation (#304)
7
+
- fix: Hub.PopScope never empties the scope stack (#300)
8
+
- ref: Report Event.Timestamp in local time (#299)
9
+
- ref: Report Breadcrumb.Timestamp in local time (#299)
10
+
11
+
_NOTE:_
12
+
This version introduces support for [Sentry's Performance Monitoring](https://docs.sentry.io/platforms/go/performance/).
13
+
The new tracing capabilities are beta, and we plan to expand them on future versions. Feedback is welcome, please open new issues on GitHub.
14
+
The `sentryhttp` package got better API docs, an [updated usage example](https://github.com/getsentry/sentry-go/tree/master/example/http) and support for creating automatic transactions as part of Performance Monitoring.
0 commit comments