Skip to content

Releases: getsentry/sentry-cocoa

3.4.3

11 Aug 13:31
Compare
Choose a tag to compare
  • Initialize extra and tags in private instead of setter in Client init

3.4.2

08 Aug 10:16
Compare
Choose a tag to compare

3.4.1

04 Aug 13:40
Compare
Choose a tag to compare

Fixed messed up Travis build.

3.4.0

04 Aug 12:54
Compare
Choose a tag to compare

Expose sdk property for SentryEvent to allow users to set specific SDK information. -> mainly used in react-native

3.3.3

01 Aug 15:04
Compare
Choose a tag to compare

Remove stripping of __sentry extra because it breaks if the event is serialized more than once.

3.3.2

01 Aug 11:10
Compare
Choose a tag to compare

Fix integrations for sdk context.

3.3.1

01 Aug 11:09
Compare
Choose a tag to compare

Pretty print json request when verbose logging is active.

3.3.0

01 Aug 10:27
Compare
Choose a tag to compare

Change the way extra tags and user is stored.

3.2.1

24 Jul 11:11
Compare
Choose a tag to compare

3.2.0

18 Jul 11:24
Compare
Choose a tag to compare
  • Add appendStacktraceToEvent function in addition to snapshotStacktrace to add stacktraces reliably.