Merge branch 'feature/track-event-api-sdk' into feature/track-event-apps
# Conflicts: # CHANGELOG.md
This commit is contained in:
Коммит
61c3a566bf
|
@ -58,6 +58,9 @@ static NSString *const kMSACExceptionStackTrace = @"stackTrace";
|
|||
if (self) {
|
||||
self.type = exceptionType;
|
||||
self.message = exceptionMessage;
|
||||
if (stackTrace == nil) {
|
||||
stackTrace = [NSThread callStackSymbols];
|
||||
}
|
||||
self.stackTrace = stackTrace.description;
|
||||
self.frames = [MSACExceptionModel loadStackTrace:stackTrace];
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
/*
|
||||
* Name of the wrapper SDK that emitted this exception.
|
||||
* Consists of the name of the SDK and the wrapper platform, e.g. "appcenter.xamarin", "hockeysdk.cordova" [optional].
|
||||
* Consists of the name of the SDK and the wrapper platform, e.g. "appcenter.xamarin", "appcenter.react-native" [optional].
|
||||
*/
|
||||
@property(nonatomic, copy) NSString *wrapperSdkName;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
### App Center Crashes
|
||||
|
||||
* **[Feature]** Add support for handled errors with `Crashes.trackError` and `Crashes.trackException` APIs.
|
||||
* **[Feature]** Add support for tracking handled errors with `Crashes.trackError` and `Crashes.trackException` APIs.
|
||||
|
||||
### App Center Distribute
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче