Andre Rabold

Results 44 comments of Andre Rabold

I'm literally on a plane right now but should have a quick fix in a bit.

No risk, no fun. Just published a fully untested 2.5.1 that (hopefully) fixes two problems: - Fix [#63](https://github.com/arabold/serverless-sentry-lib/issues/63): Upload source maps serially to avoid running out of sockets. - Correctly...

The best would be to upload like 3 to 5 simultaneously for best performance. 50-100 parallel connections are a lot. But I currently lack the time and ability to test...

I have another update 2.5.2. Can you give it a try? It will upload 5 in parallel which should not impact your performance anymore. 10, 20, 50 really shouldn't make...

😞 How long did it take before my changes to serialize the upload?

Well, that sucks. I don't think we need a configuration - the plugin should use a sensible value that works for most (if not all) scenarios. I'm okay with increasing...

Please give 2.5.3 a shot whenever you have the chance. I increased it to 50 parallel uploads which matches the default the AWS JavaScript SDK uses as well: https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/node-configuring-maxsockets.html So,...

Indeed, this probably is a bug. The original code is several years old and I assume the format used by GitLab has slightly changed over time. I don't see why...

A while back I was using 6.0.0 Beta.0, so it's definitely possible to use the latest version, but you'll have to do some changes. I'll see if I find time...

I started to get this problem in Android 5 (but not on my Android 10 phone) after upgrading to `react-native-viewpager` v4.0.0 (which uses `ViewPager2` now). The workaround using something like...