Breaking Changes
Sentry.metrics.count(..)does not support units, therefore the API was incorrectly defined. This breaking change applies to a method marked as experimental. (#7358)
Fixes
- Fix mismatch of
in_foregroundapp context (#7188) The app contextin_foregroundfor handled and unhandled events was sometimes different. This is fixed now by aligning the implementation and adding a newis_activeapp context field. - Fix missing stack traces for
NSExceptionobjects reported viaNSApplication.shared.reportException(_:)on macOS (#7284)