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 builds on the work from #2058, which introduced Fine-Grained Masking (FGM) overrides (see the [RFC](https://datadoghq.atlassian.net/wiki/spaces/RUMP/pages/3901129961/RFC+-+Session+Replay+Fine+Grained+Masking+Overrides) [internal] for more details). It implements the logic for...

### Describe the issue Hello, I would like to setup Datadog as a binaryTarget. My framework has the following package : ``` let package = Package( name: "WireAnalytics", platforms: [.iOS(.v15),...

awaiting response
compilation issue

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

### Stack trace `dyld[78821]: Symbol not found: __ZN5swift34swift50override_conformsToProtocolEPKNS_14TargetMetadataINS_9InProcessEEEPKNS_24TargetProtocolDescriptorIS1_EEPFPKNS_18TargetWitnessTableIS1_EES4_S8_E Expected in: /Frameworks/DatadogInternal.framework/DatadogInternal` ### Reproduction steps 1. Use Xcode 16.0 2. Implement Datadog via Cocoapods 3. Run on device ### Volume All...

awaiting response
crash

### What and why? We've measured performance and impact in the early stage of SDK v2, but unlike [Android](https://github.com/DataDog/dd-sdk-android/blob/develop/docs/sdk_performance.md), we never shared the report. ### Review checklist - [ ]...

### Describe the bug In our app, we have automatic network tracking/tracing enabled, but also send a few custom traces. We apply the trace sample rate in several places in...

bug

### Describe the bug Datadog SDK sends action of type `application_start`. This is working fine until the version `2.5.1` but this event is not being sent from version `2.6.0` onwards....

bug

### Stack trace ``` dyld[1010]: Symbol not found: _$s11DatadogCore0A0O13ConfigurationV15UploadFrequencyO7averageyA2GmFWC Referenced from: /private/var/containers/Bundle/Application/8BCBAE8F-EF7A-455B-8650-77EBC0438D54/SqeOcrSDK.app/Frameworks/SqeIdFramework.framework/SqeIdFramework Expected in: /private/var/containers/Bundle/Application/8BCBAE8F-EF7A-455B-8650-77EBC0438D54/SqeOcrSDK.app/Frameworks/DatadogCore.framework/DatadogCore ``` ### Reproduction steps - Create a pod with xcframework inside, and this pod has...

awaiting response
crash

### What and why? Do not merge: Tracer perfs skew the measures Collection traces of the recording phase of Session Replay. ### How? - Create an OpenTelemetry tracer - Inject...

The source defaults to "iOS" ```swift let source = configuration.additionalConfiguration[CrossPlatformAttributes.ddsource] as? String ?? "ios" ``` But we are unable to configure the `additionalConfiguration` to add "tvos" as a string: ```...