Skip to content

Releases: getsentry/sentry-cocoa

3.6.0

23 Aug 22:47

Choose a tag to compare

  • Fixed a bug in crash Thread detection which caused the Sentry web interface to sometimes show the wrong culprit

3.5.0

23 Aug 22:46

Choose a tag to compare

  • Fixed #200 Make userId optional of SentryUser
  • Fixed #198

3.4.3

11 Aug 13:31

Choose a tag to compare

  • Initialize extra and tags in private instead of setter in Client init

3.4.2

08 Aug 10:16

Choose a tag to compare

3.4.1

04 Aug 13:40

Choose a tag to compare

Fixed messed up Travis build.

3.4.0

04 Aug 12:54

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

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

Choose a tag to compare

Fix integrations for sdk context.

3.3.1

01 Aug 11:09

Choose a tag to compare

Pretty print json request when verbose logging is active.

3.3.0

01 Aug 10:27

Choose a tag to compare

Change the way extra tags and user is stored.