YMMBacktraceErrorKey

let YMMBacktraceErrorKey: String
Copied to clipboard

A key from the userInfo dictionary of an NSError. It should contain the error backtrace. You can get it using the NSThread.callStackReturnAddresses (Objective-C) or Thread.callStackReturnAddresses(Swift) method.

AppMetrica automatically parses the passed value.