Hi community!
I'm building many internal tools with retool, but lot of times we are having errors and we can't track them.
In our public apps we use services like LogRocket or OpenReplay to record user sessions and debug errors.
I've tried to install using scripts in a retool app, but errors happens due the iframe with sandbox attribute (this forbid access to things like cookies or session storages).
Is there a way to add it as an integration to record our sessions and debug errors?