Thanaen
Thanaen
Here's my first attempt: https://gist.github.com/Thanaen/abfcc669f28765651f8e0ff59ea62527 I wasn't able to log actions for this first version, only the latest scope value is added in Sentry's scope context.
Great, thanks for the code review! I will update it to reflect your comment. Glad I could reveal a possible improvement for the redux integration! I was inspired by the...
Alright, I'll try to make it a package then! It'll give me a chance to explore the process from start to finish 😁 Thanks for the feedback!
I just created the package! It's a very very rough first version, but I'll try to improve it with time 😄 https://github.com/Thanaen/sentry-zustand-middleware https://www.npmjs.com/package/sentry-zustand-middleware
@klendi Hi ! If you're okay with it, could this PR be merged ?
Thank you for your detailed answer. I'm curious about something: Do you consider that the lack of keyboard support makes your components (and the applications that use them) less accessible?...
Ok, thanks for your analysis. I'll leave the issue open, so that you have the opportunity to address the problem when you can and want to. 😄
I find it odd that this works for all the other manager packages (npm, yarn classic, pnpm, bun), but not for modern Yarn. 😅
For your information, I have the same problem on my Windows machine, so it's not just a problem with Github actions ``` PS C:\Users\me> node --version v22.0.0 PS C:\Users\me> npm...
@targos I updated Node via the node-v22.0.0-x64 installer, downloaded directly from the Node website. When I saw that it didn't work, I uninstalled Node, then did a clean install, with...