Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove the session wrapper from the embedded widget app (#2158)
- We creating a new session and getting the session details, even though that was unnecessary for fetching the object itself since we already have a connection - Just pass `isConsoleAvailable: false` here, since we will never have the console available in the embedded widget scenario - Should speed up the embed-widget fetch quite a bit
- Loading branch information