We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3742bd3 commit 4710bdfCopy full SHA for 4710bdf
docs/migration/draft-v9-migration-guide.md
@@ -2,6 +2,10 @@
2
3
# Deprecations
4
5
+## General
6
+
7
+- Returning `null` from `beforeSendSpan` span is deprecated.
8
9
## `@sentry/utils`
10
11
- **The `@sentry/utils` package has been deprecated. Import everything from `@sentry/core` instead.**
@@ -17,6 +21,7 @@
17
21
- Deprecated `memoBuilder`. No replacements.
18
22
- Deprecated `BAGGAGE_HEADER_NAME`. No replacements.
19
23
- Deprecated `makeFifoCache`. No replacements.
24
+- Deprecated `flatten`. No replacements.
20
25
26
## `@sentry/core`
27
0 commit comments