Maciek Grzybowski
Maciek Grzybowski
Hello Lyft 🙂👋 I'm stepping across this project, as we're looking for NTP library. It looks great and does what we need with minimum code 🚀. Although, I'm wondering if...
Hello 👋. I have Xcode 13.0 (13A233) installed, with iOS 15.0 Simulators available, but when I run: ``` $ xcversion simulators ``` they are not listed: ``` $ xcversion simulators...
Hello 👋, I work for Datadog and I'm struggling with pushing our [`Datadog.podspec`](https://github.com/DataDog/dd-sdk-ios/blob/master/Datadog.podspec) by getting: ```bash [!] {"name"=>["is already taken"]} ``` A little background: * In the past, a different...
### What and why? 📦 🧯 Fixes https://github.com/DataDog/dd-sdk-ios/issues/1638 As we observed in https://github.com/DataDog/dd-sdk-ios/issues/1638, accessing `request.allHTTPHeaderFields` is not safe and leads to crashes with undefined root cause. To avoid this, instead...
### What and why? 📦 Upgrading the PLCR dependency to [1.11.2](https://github.com/microsoft/plcrashreporter/releases/tag/1.11.2). PLCR changelog: ``` [Improvement] Update PLCrashReporter to include privacy manifest. [Improvement] Increase the maximum report size to 1MB. ```...
### What and why? 📦 With this PR, RUM error and RUM view sent after crash will always include up-to-date attributes set on `RUMMonitor`. Because we don't update crash context...
### What and why? 📦 This PR reorganizes and improves the coverage of smoke tests for our iOS SDK. It now includes coverage for all supported Swift versions while maintaining...