You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MIGRATION.md
+9-10
Original file line number
Diff line number
Diff line change
@@ -56,27 +56,26 @@ However, directly importing from specific files is discouraged.
56
56
57
57
## Removing the `API` class from `@sentry/core`
58
58
59
-
The internal `API` class was removed in favor of the `initAPIDetails` function and the `APIDetails` type. More details can be found in the [PR that deprecated this class](https://github.com/getsentry/sentry-javascript/pull/4281). To migrate, see the following example.
59
+
The internal `API` class was removed in favor of explicitly accessing client options and the dsn.
0 commit comments