os_signpost implementation is deprecated, add support for OSSignposter #582
Labels
compatibility
Compatibility related
enhancement
New feature or request
traces
Trace feature or improvement
Your two usages of os_signpost APIs are considered 'legacy' and deprecated.
Usage:
https://github.com/open-telemetry/opentelemetry-swift/blob/main/Sources/Instrumentation/SignPostIntegration/SignPostIntegration.swift
References:
https://developer.apple.com/documentation/os/3019242-os_signpost
https://developer.apple.com/documentation/os/3019241-os_signpost
Both state to use the new OSSignposter type, which is available as of iOS 15.
https://developer.apple.com/documentation/os/ossignposter
The text was updated successfully, but these errors were encountered: