Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom data store #49

Open
ngan opened this issue Feb 26, 2019 · 0 comments
Open

Custom data store #49

ngan opened this issue Feb 26, 2019 · 0 comments

Comments

@ngan
Copy link

ngan commented Feb 26, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant