Austin Treat Emmons
Austin Treat Emmons
I believe I'm experiencing a similar issue. It looks like GNU tar has a 100 character limit for file names and symbolic link names: http://www.gnu.org/software/tar/manual/html_chapter/tar_8.html#SEC144 Light Untar matches this length...
Did some investigation on this. It looks like it may be caused by this code where Alamofire is calling resume just before a request is cancelled. I'm not sure why...
After looking at this a bit more, I see some interesting behavior with this guard statement: ```swift guard Task.basePriority != nil else { // If not inside a Task basePriority...
@ypopovych this PR with a fix has been merged. Let us know if you see any other issues
> Artifactory indeed rewrites podspecs to change the source to the Artifactory instance, and in some cases it chooses the wrong artifact version, or even the wrong artifact. Just ran...
I think having a separate attribute for an anonymous user id makes sense. I'd keep `user.id` to be as concise as possible and formalize the description of this attribute to...
> I think the approach of being able to trace all the activity coming from a device, drilling it down to a session & then taking it that step further...
This looks to have changed to be part of the Logs API directly https://github.com/open-telemetry/oteps/pull/265 > OpenTelemetry SHOULD provide a (user-facing) Logs API that includes the capability to emit OpenTelemetry Events.
This looks like it needs to be rebased off main. Should fix the conflicts and the test failures in LogExport
Looks like using the [`URLSessionConfiguration.identifier`](https://developer.apple.com/documentation/foundation/urlsessionconfiguration/1408987-identifier) is the best way to determine if we're using a background configuration. We'll need to check this before setting the URLSessionDelegate