open-telemetry / opentelemetry-swift

OpenTelemetry API for Swift
https://opentelemetry.io/docs/instrumentation/swift/
Apache License 2.0
221 stars 145 forks source link

Avoid instrumenting background async tasks #597

Closed nachoBonafonte closed 1 month ago

nachoBonafonte commented 2 months ago

A background task does not support assigning a delegate and crashes when added, we avoid instrumenting them

nachoBonafonte commented 2 months ago

Fixes #552