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
Removes code deprecated in
#14458
Removes `getNumberOfUrlSegments` as a public export from `@sentry/core`.
This method is still used, so we extract it into a helper in
`@sentry/react` (and port the tests accordingly).
Copy file name to clipboardExpand all lines: docs/migration/v8-to-v9.md
+4
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,10 @@ It will be removed in a future major version.
97
97
- The `wrapUseRoutes` method has been removed. Use `wrapUseRoutesV6` or `wrapUseRoutesV7` instead depending on what version of react router you are using.
98
98
- The `wrapCreateBrowserRouter` method has been removed. Use `wrapCreateBrowserRouterV6` or `wrapCreateBrowserRouterV7` depending on what version of react router you are using.
99
99
100
+
### `@sentry/core`
101
+
102
+
- The `getNumberOfUrlSegments` method has been removed. There are no replacements.
103
+
100
104
## 5. Build Changes
101
105
102
106
Previously the CJS versions of the SDK code (wrongfully) contained compatibility statements for default exports in ESM:
0 commit comments