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
* The Sentry Profiler can use any higher-order component but you need redux if you want the `react.update`,
111
111
* because that comes from props being passed into the Profiler (which comes from redux).
112
112
* The Profiler doesn't watch the internal state of ToolStore here, and that's why `useState` won't be picked up by sentry sdk, unless you use the Profiler.
113
+
* Don't use the Sentry Profiler here yet, because the profiler span was finishing so quick that the transaction would finish prematurely,
114
+
* and this was causing Status:Cancelled on that span, and warning "cancelled span due to idleTransaction finishing"
0 commit comments