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
When discussing about the unpatch method of each plugin, i said that which make me think that it would be useful to disable plugin but via environemnt variable.
The use cases is pretty simple: modifying the code can take more than 10min for some CI setup (time to rebuild, push images etc) so removing plugins can take quite some times.
Having a environment variable to do that allows engineer to test out quickly by just re-deploying their app.
Datadog actually implemented that recently: DataDog/dd-trace-js#733 so i believe i'm not the only one having this need.
WDYT ?
The text was updated successfully, but these errors were encountered:
Is this ready to be looked at now? This is something I am interested in as well so I can stub something out if you haven't already @vmarchaud. I also think a separate environment variable to disable all plugins would be useful here.
When discussing about the
unpatch
method of each plugin, i said that which make me think that it would be useful to disable plugin but via environemnt variable.The use cases is pretty simple: modifying the code can take more than 10min for some CI setup (time to rebuild, push images etc) so removing plugins can take quite some times.
Having a environment variable to do that allows engineer to test out quickly by just re-deploying their app.
Datadog actually implemented that recently: DataDog/dd-trace-js#733 so i believe i'm not the only one having this need.
WDYT ?
The text was updated successfully, but these errors were encountered: