Breaking Changes
- ref: Align SentryException with unified API #1026: Replaced
SentryException.threadwithSentryException.threadIdandSentryException.stacktrace. - ref: Remove deprecated SentryHub.getScope #1025: Use
SentryHub.scopeinstead. - 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.currentHubandSentrySDK.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.