Skip to content

SDK Version

Capture SDK exposes a way to query the current version of the SDK at runtime. This is provided as metadata that can be helpful to troubleshoot issues should they arise.

Kotlin
Capture.Logger.sdkVersion
Java
Capture.Logger.getSdkVersion()
Swift
Capture.Logger.sdkVersion
Objective-C
[CAPLogger sdkVersion]