Skip to content

0.14.0

Choose a tag to compare

@getsentry-bot getsentry-bot released this 16 Oct 17:10

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

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)

Dependencies