Commit 74822de
authored
ref(react-router): Deprecate ErrorBoundary exports (#18208)
The ErrorBoundary exported in the SDK only works on the client and is
not intended to be used.
Use react router's error boundary instead:
https://docs.sentry.io/platforms/javascript/guides/react-router/#report-errors-from-error-boundaries.1 parent fcf35f6 commit 74822de
1 file changed
+12
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
0 commit comments