github getsentry/sentry-cocoa 7.0.0-alpha.4

latest releases: 9.0.0-rc.0, 8.57.3, 9.0.0-alpha.1...
pre-release4 years ago

Breaking Changes

  • ref: Align SentryException with unified API #1026: Replaced SentryException.thread with SentryException.threadId and SentryException.stacktrace.
  • ref: Remove deprecated SentryHub.getScope #1025: Use SentryHub.scope instead.
  • ref: Make closeCachedSessionWithTimestamp private #1022
  • ref: Improve envelope API for Hybrid SDKs #1020: We removed SentryClient.storeEnvelope, which is reserved for Hybrid SDKs.
  • ref: Remove currentHub from SentrySDK #1019: We removed SentrySDK.currentHub and SentrySDK.setCurrentHub. In case you need this methods, please open up an issue.
  • feat: Add maxCacheItems #1017: This changes the maximum number of cached envelopes from 100 to 30. You can configure this number with SentryOptions.maxCacheItems.

Features and Fixes

  • perf: Avoid allocating dict in BreadcrumbTracker #1027
  • feat: Add start and endSession to SentrySDK #1021
  • fix: Crash when passing garbage to maxBreadcrumbs #1018
  • fix: OutOfMemory exception type #1015
  • fix: macOS version for Mac Catalyst #1011

Don't miss a new sentry-cocoa release

NewReleases is sending notifications on new releases.