0.14.0
Features
-
Add Native Release information if not defined by the user (#480)
The release data comes from the following parameters:
Android- release:
PackageInfo.packageName+PackageInfo.versionName+PackageInfo.versionCode - dist:
PackageInfo.versionCode
iOS:
- release:
CFBundleIdentifier+CFBundleShortVersionString+CFBundleVersion - dist:
CFBundleVersion
- release:
Fixes
- op and breadcrumb errors on Android (#478)
- Add sentry-angular-ivy to optional dependencies (#469)
- (iOS) UI API called on a background thread (#448)
- enableWatchdogTerminationTracking (replaces enableOutOfMemoryTracking) is now properly set on iOS. (#454)