Benoît
Benoît
Thank you for the thorough report. ## Investigation I experimented a bit, and I reproduce your issue (although not as pronounced as your screenshots) when the response served by the...
Hi, thank you for reaching out. I think you can already filter such error using `beforeSend` as you have access to the original error object in the `context` parameter: ```ts...
Hello, thank you for your feedback. This is under our radar: we want to add feature flags on more events. Although, having a lot of feature flags means bigger events,...
Hello, The RUM Browser SDK collects a lot of data from APIs only available in the main thread global scope. Running the whole SDK inside a WebWorker would not work....
Hi @mychaelgo. How often are you experiencing this issue? It looks like this happens because the upload takes too much time. It might be a temporary connectivity issue on your...
Thank you for your feedback. I investigated a bit and found something that might help improve the situation. Stay tuned
@mattlewis92 is this an issue you started experiencing recently, or did you always experienced it? Do your CI runs on Azure/GCP/AWS?
Thank you for those informations. I didn't reproduce the issue even after uploading thousands of sourcemaps at once. I released #1158 as part of [v2.28.0](https://github.com/DataDog/datadog-ci/releases/tag/v2.28.0), which might improve the situation....
Ok, thank you for trying it out. Maybe with less concurrency, requests will end more quicky, preventing timeouts? Could you try to run the upload command with the `--max-concurrency 4`...
Let's keep this issue open until we have confirmation that it is indeed fixed.