We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abefc0 commit 020deb2Copy full SHA for 020deb2
MIGRATION.md
@@ -8,6 +8,12 @@ npx @sentry/migr8@latest
8
9
This will let you select which updates to run, and automatically update your code. Make sure to still review all code changes!
10
11
+## Deprecated fields on `Hub`
12
+
13
+In v8, the Hub class will be removed. The following methods are therefore deprecated:
14
15
+- `hub.shouldSendDefaultPii()`: Access Sentry client option via `Sentry.getClient().getOptions().sendDefaultPii` instead
16
17
## Deprecated fields on `Span` and `Transaction`
18
19
In v8, the Span class is heavily reworked. The following properties & methods are thus deprecated:
0 commit comments