sniffer icon indicating copy to clipboard operation
sniffer copied to clipboard

Custom data store

Open ngan opened this issue 5 years ago • 0 comments

Hi, I'm looking to implement the following for a Rails app: I'd like to store all requests/responses that happen within an app request. That way, if there are any errors that happen during the app request, I can take all the sniffer data and attach it to my bug reporting service.

This is currently technically doable, but the data store is not thread-safe. It would be cool if we can configure our own @data store if there's no plans to improve the current one.

ngan avatar Feb 26 '19 23:02 ngan