Commit 6aacba0
committed
fix(react): restore uiProfiler on curated @sentry/react exports
uiProfiler was part of the public @sentry/browser exports re-exported via
export * from @sentry/react. The curated browser-api list omitted it, which
would break import { uiProfiler } from '@sentry/react' (and framework SDKs
that re-export the React surface).1 parent 8f76c80 commit 6aacba0
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
97 | 101 | | |
98 | 102 | | |
99 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
0 commit comments