open-telemetry / opentelemetry-swift

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

backtrace support #503

Open wibed opened 8 months ago

wibed commented 8 months ago

is there support to capture backtraces from docker container? https://github.com/apple/swift/blob/main/docs/Backtracing.rst

nachoBonafonte commented 8 months ago

I don't know why it shouldn't. This is a swift runtime thing which is not directly related to any library. Have you seen any issue with it and the framework?

wibed commented 8 months ago

honestly i dont know how it would, isnt backtrace a external binary running after the swift binary has crashed. love to stand corrected though