dd-sdk-ios icon indicating copy to clipboard operation
dd-sdk-ios copied to clipboard

Datadog SDK for iOS - Swift and Objective-C.

Results 74 dd-sdk-ios issues
Sort by recently updated
recently updated
newest added

### What and why? This PR removes `.md` files that are no longer relevant. ### How? We have moved documentation over to our [official documentation site](https://docs.datadoghq.com/) in an effort to...

### What and why? RFC https://datadoghq.atlassian.net/wiki/spaces/RUMP/pages/3529509193 ### How? There is one big difference has been in this PR along with the implementation of the RFC. If we have a distributed...

### 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? A short description of what changes this PR introduces and why. ### How? A brief description of implementation details of this PR. ### Review checklist -...

### 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...

### The issue I've integrated DD in a custom Swift Package. Importing that package into my app target works flawlessly. I'm facing issues when building for testing. The compiler throws...

compilation issue

### Stack trace ``` com.datadoghq.ios-sdk-logging-upload 0 libsystem_kernel.dylib 0x1154 semaphore_wait_trap + 8 1 libdispatch.dylib 0x489c _dispatch_sema4_wait + 28 2 libdispatch.dylib 0x4f4c _dispatch_semaphore_wait_slow + 132 3 libswiftDispatch.dylib 0x115f8 OS_dispatch_semaphore.wait(wallTimeout:) + 24 4...

awaiting response
crash

### What and why? Swift testing library is using MachPorts to communicate with this library. They are unique for OS kernel, so each process should have a unique name for...

### The crash We recently set up distributed network tracing, and we're hitting these crashes in production, although we're not able to reproduce, so they don't happen 100% of the...

crash