kagux / ex_debug_toolbar

A debug web toolbar for Phoenix projects to display all sorts of information about request

Home Page:https://hex.pm/packages/ex_debug_toolbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom poison encoders should only be loaded in debug mode

kagux opened this issue · comments

To lower interference with main project we shouldn't load them unless really needed. That also means we should pass encoded request in channel only in debug mode.

resolved by #71