Skip to content

Releases: getsentry/sentry-cocoa

2.1.8

11 Apr 19:27
Compare
Choose a tag to compare
  • Update KSCrash

2.1.7

03 Apr 11:59
Compare
Choose a tag to compare
  • Fix duplicate symbols in crash report

1884.42s user 368.70s system 171% cpu 21:55.70 total

2.1.6

31 Mar 13:52
Compare
Choose a tag to compare
  • Add additional Info about device
("app_identifier", bundleID)
("app_name", bundleName)
("app_build", bundleVersion)
("app_version", bundleShortVersion)

2.1.5

28 Mar 13:39
Compare
Choose a tag to compare
  • Only switflint in Xcode builds, do not while building with CARTHAGE

2.1.4

24 Mar 15:29
Compare
Choose a tag to compare
  • No longer automatically clear breadcrumbs when an event is sent

2.1.3

15 Mar 12:20
Compare
Choose a tag to compare
  • Set ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES back to NO since it prevents upload to iTunes Connect

2.1.2

01 Mar 15:26
Compare
Choose a tag to compare
  • Prefix react-native frames with app://

2.1.1

15 Feb 12:05
Compare
Choose a tag to compare
  • Update swiftlint to whitelist rules
  • Add app context

2.1.0

08 Feb 08:33
Compare
Choose a tag to compare
  • Added addTag addExtra function to SentryClient and Event
    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

01 Feb 18:29
Compare
Choose a tag to compare
  • Fixed a bug with not sending release with event
  • Changed the way how swizzling works, there should not be a problem with e.g.: New Relic anymore