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

Add further sanitizer examples and clarification #770

Closed
wants to merge 1 commit into from
Closed

Add further sanitizer examples and clarification #770

wants to merge 1 commit into from

Conversation

msorens
Copy link

@msorens msorens commented Dec 17, 2020

For several months now, the development team on Chef Automate had been unable to use the Redux Dev Tools that had served us so well in the past. I had previously attempted to look into the matter but did not find a resolution at that time. With a bit of spare time this past week I redoubled my efforts, determined to get to the bottom of this.
The issue for us was that Redux Dev Tools almost immediately crashed, due to consuming excessive amounts of memory.

While the troubleshooting doc here gave me some hints it was, alas, not very clear (to me) about
(a) what the sanitizers should be doing, and
(b) how to wire them up in an application that did not use createStore.

It took me quite some effort to figure out how I needed to work with sanitizers and more particularly, how to wire them up in my environment. This PR adds to the troubleshooting documentation with the hope of aiding others in the community that may face the same challenges. I have included in there a link to my extensively documented PR for Chef Automate, that shows a real-world example of hooking it all up.

Took me some effort to figure out how
I needed to wire this up in my environment
so wanted to share that info here with the community.

Signed-off-by: michael sorens <msorens@chef.io>
@msorens msorens closed this by deleting the head repository May 12, 2023
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

Successfully merging this pull request may close these issues.

1 participant