Ganesh Jangir
Ganesh Jangir
I wonder if it was necessary to bump the version in Package.swift was necessary. @crsantos the comment you shared doesn't explain anything why it was required and any alternative solution...
hi there 👋 any update on this? It makes almost impossible to take a dependency on this packages as a library developer. We wouldn't want to drop iOS 12 support...
I think we should come up with support strategy here, when and how certain version of Swift, Xcode or platforms are supported under certain conditions. I agree, no one said...
Thanks @daveverwer
I have a hunch that this is because of synchronization problem but I have not been able to reproduce the issue yet. Even with 1000s of request made in parallel...
https://github.com/DataDog/dd-sdk-ios/releases/tag/2.6.0 We had one small [bug fix](https://github.com/DataDog/dd-sdk-ios/pull/1609) which was related to network instrumentation.
Can you share snippet how are you accessing the `currentRequest` (just the setup), which will help us understanding the use case. Given `URLSessionTask` is not part of the SDK, there...
I have created a high priority issue internally to address this. Thanks for the idea, we will make sure that rather than holding the `currentRequest`, we can only target specific...
Apologies @djtarazona @trevor-holliday-instacart. I was away. Thanks @maxep for the update on the status.
Thinking aloud here, assuming this is a concurrency issue, while we do swizzling for other methods for instrumentation, we can swizzle the `allHTTPHeaderFields` getter and make it thread safe. That's...