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, 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: