Merge branch 'feature/track-event-api-sdk' into feature/track-event-apps

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
Anastasia Senyushina 2021-07-20 13:38:06 +03:00
Родитель 163742aa02 82568aa132
Коммит 61c3a566bf
3 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -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