Skip to content

Commit 4a11b5b

Browse files
committed
misc: v0.9.0 changelog
1 parent aed9115 commit 4a11b5b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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.
15+
316
## v0.8.0
417

518
- build: Bump required version of Iris (#296)

0 commit comments

Comments
 (0)