Skip to content

Commit

Permalink
chore: Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Jun 2, 2020
1 parent 36e64bd commit 6dec1a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

## 5.16.0

*If you are a `@sentry/apm` and did manual instrumentation using `hub.startSpan` please be aware of the changes we did
to the API. The recommended entry point for manual instrumentation now is `Sentry.startTransaction` and creating
child Span by calling `startChild` on it. We have internal workarounds in place so the old code should still work
but will be removed in the future. If you are only using the `Tracing` integration there is no need for action.*

- [core] feat: Send transactions in envelopes (#2553)
- [core] fix: Send event timestamp (#2575)
- [browser] feat: Allow for configuring TryCatch integration (#2601)
Expand Down

0 comments on commit 6dec1a8

Please sign in to comment.