[Insomnia 13] Add or document a way to debug my plugin #10099
Replies: 1 comment 3 replies
-
|
Hi @GillesZunino, To help us better understand the issue, could you let us know about the hide() function are you referring to - Is it the hide option within Auth. If possible, could you also share a screenshot of the behavior you're seeing? Thank you. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Insomnia 13.0 introduces an isolation model in which plugins run in a separate hidden instance. This is great and we definitely need that.
I am in the process of updating my Entra ID plugin to 13.0 and I have observed my template tag ' hide()' function no longer seem to work.
I have not found a way to debug my plugin code: "Show Dev Tools" did not work or starting with --inspect did not work. I am also unable to see console logs for my plugin.
It would be really helpful to be able to debug a plugin running in the sandbox. This capability could be gated behind an opt-in (command line arg, check box in 'Plugins' tab ...) so that users who do not plan on debugging their plugin(s) do not have to worry about having a debugger as an attack vector.
Beta Was this translation helpful? Give feedback.
All reactions