You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @glensc , first of all thank you for supporting this package <3
In my project i need to exclude all $_ENV, there is few thousands of secrets.
Actualy this meta.env not used in xhgui UI.
Can we add some flag to not export this envs in ProfilingData::getProfilingData ?
Like profiler.exclude-all-env: bool ?
Or maybe check profiler.exclude-env is true - exclude all instead of list?
I can make PR.
The text was updated successfully, but these errors were encountered:
Hi, @glensc , first of all thank you for supporting this package <3
In my project i need to exclude all $_ENV, there is few thousands of secrets.
Actualy this meta.env not used in xhgui UI.
Can we add some flag to not export this envs in ProfilingData::getProfilingData ?
Like
profiler.exclude-all-env: bool
?Or maybe check
profiler.exclude-env
istrue
- exclude all instead of list?I can make PR.
The text was updated successfully, but these errors were encountered: