sniffer
sniffer copied to clipboard
Custom data store
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.