We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e64bd commit 6dec1a8Copy full SHA for 6dec1a8
CHANGELOG.md
@@ -6,6 +6,11 @@
6
7
## 5.16.0
8
9
+*If you are a `@sentry/apm` and did manual instrumentation using `hub.startSpan` please be aware of the changes we did
10
+to the API. The recommended entry point for manual instrumentation now is `Sentry.startTransaction` and creating
11
+child Span by calling `startChild` on it. We have internal workarounds in place so the old code should still work
12
+but will be removed in the future. If you are only using the `Tracing` integration there is no need for action.*
13
+
14
- [core] feat: Send transactions in envelopes (#2553)
15
- [core] fix: Send event timestamp (#2575)
16
- [browser] feat: Allow for configuring TryCatch integration (#2601)
0 commit comments