Releases: getsentry/sentry-cocoa
Releases · getsentry/sentry-cocoa
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
- Added
addTag
addExtra
function toSentryClient
andEvent
e.g.:
SentryClient.shared?.addExtra("key", value: "value")
event.addTag("key", value: "value")
- Fixed a bug where 64bit uInt got converted to 32bit
- Added compatiblity for incomplete Crashreports from KSCrash
- Added internal support for upcoming react-native support
- Exposed
maxCrumbs
so the maximum amount of breadcrumbs can be adjusted
2.0.1
Rename from SentrySwift to Sentry
-
We decided to rename
SentrySwift
to justSentry
Version
2.0.0
has the same features as1.4.5
.
The name of the Framework has been changed from:
import SentrySwift
to
import Sentry
Also in thePodfile
you have to change topod Sentry
instead ofpod SentrySwift
.
Everything else stayed the same.