Jonas
Jonas
These should probably all have been interfaces to start with (most of them were extending a "base" type through type intersection)
Drop the onboarding prompt hook, add the new panel and rely on hasProfiles
Drop old onboarding and replace it with the new flow. I extracted the toggling based on prompts to its own hook and removed it from the main page.
Add `⚡ inline` indicator to both tooltip and tree table for inlined calls
Adds a filter to distinguish inline function calls. Requires changes to backend - merging should wait else the filter will just no do anything for now.
### Details I have been trying to read `is_main_thread` and `thread_id` from environment when my native addon is loaded on the main thread and worker threads and noticed that it...
Enable profiling on sourcemaps
This PR builds on what @Juice10 had [found](https://github.com/rrweb-io/rrweb/pull/903) - I basically identified the same thing using different tools. **Motivation:** We started collecting [browser profiles](https://docs.sentry.io/platforms/javascript/profiling/) on some Sentry sites and noticed...
Not sure how representative the benchmark is, so I'm adding the screenshot of the profile (deep DOM tree benchmark). Looking at timings, it seems to take ~18ms before and 13ms...