---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://appmetrica.yandex.by/docs/en/sdk/ios/analytics/swift/BacktraceErrorKey.md
  - https://appmetrica.yandex.by/docs/ru/sdk/ios/analytics/swift/BacktraceErrorKey.md
  - href: en/sdk/ios/analytics/swift/BacktraceErrorKey.md
    type: text/markdown
    title: Markdown version
  - href: ../../../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://appmetrica.yandex.by/docs/en/llms.txt

# BacktraceErrorKey

```swift translate=no
let BacktraceErrorKey: String
```

A key from the `userInfo` dictionary of an `NSError`. It should contain the error backtrace. You can get it using the [Thread.callStackReturnAddresses](https://developer.apple.com/documentation/foundation/thread/1409565-callstackreturnaddresses) methods.

AppMetrica automatically parses the passed value.
