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
At my current workplace we have a custom debug bar (we use an in house framework sadly) which i am attempting to migrate to this, my main issue is the loading of data.
our implementation caches the logs at the end of the request, and an ajax call is made to get the past N pages when the bar renders, as the logs can be HUGE
i am thinking of mapping our logs to what this package expects, and pass to 'duplicated' collectors.
my main issue is im not sure how to update the debug bars dataset to add this new data.
any help would be appreciated
The text was updated successfully, but these errors were encountered:
At my current workplace we have a custom debug bar (we use an in house framework sadly) which i am attempting to migrate to this, my main issue is the loading of data.
our implementation caches the logs at the end of the request, and an ajax call is made to get the past N pages when the bar renders, as the logs can be HUGE
i am thinking of mapping our logs to what this package expects, and pass to 'duplicated' collectors.
my main issue is im not sure how to update the debug bars dataset to add this new data.
any help would be appreciated
The text was updated successfully, but these errors were encountered: