Skip to content

Releases: expo/sentry-expo

v7.1.1

19 Oct 00:43
Compare
Choose a tag to compare

πŸŽ‰ New features

v7.0.1

11 Jul 23:37
d7c2bad
Compare
Choose a tag to compare

7.0.1 - 2023-07-12

πŸ›  Breaking changes

πŸŽ‰ New features

πŸ› Bug fixes

  • Remove dependency on expo-updates (#356 by @brentvatne)
  • Create new options object on every init to avoid read only error when initializing multiple times (#350 by @krystofwoldrich)

v6.2.2

19 Jun 11:04
c66748f
Compare
Choose a tag to compare

6.2.2 - 2023-06-19

πŸ›  Breaking changes

πŸŽ‰ New features

πŸ› Bug fixes

  • Dynamically resolve collectModulesScript script path to support monorepos. (#343 by @krystofwoldrich)

v7.0.0

16 Jun 11:45
1cb64b9
Compare
Choose a tag to compare
v7.0.0 Pre-release
Pre-release

7.0.0 - 2023-06-16

πŸ›  Breaking changes

πŸŽ‰ New features

πŸ› Bug fixes

🧹 Chores

v6.2.1

07 Jun 10:57
dd53ed9
Compare
Choose a tag to compare

6.2.1 - 2023-06-07

πŸ›  Breaking changes

πŸŽ‰ New features

πŸ› Bug fixes

🧹 Chores

v6.2.0

06 Jun 19:56
d5da208
Compare
Choose a tag to compare

6.2.0 - 2023-06-06

πŸ›  Breaking changes

πŸŽ‰ New features

πŸ› Bug fixes

🧹 Chores

  • Add sentry-expo metadata to the Sentry clients. This will help with debugging issues related to the SDKs. (#331 by @krystofwoldrich)

v6.1.1

16 Mar 12:37
Compare
Choose a tag to compare

6.1.1 - 2023-03-16

πŸ› Bug fixes

  • Discourage configuring authToken and point to SENTRY_AUTH_TOKEN and docs. (#325 by @byCedric)

v6.1.0

05 Mar 19:24
699b6f7
Compare
Choose a tag to compare

6.1.0 - 2023-03-04

πŸŽ‰ New features

πŸ› Bug fixes

v6.0.0

24 Nov 13:10
Compare
Choose a tag to compare

Note: this release is only compatible with Expo SDK 47 and above.

πŸ›  Breaking changes

πŸŽ‰ New features

  • Upgrade @sentry/react-native to 4.8.0 (#301 by @SimenB)

πŸ› Bug fixes

  • Fix an issue where TypeError: undefined is not an object (evaluating 'error.stack.replace') was thrown in some cases. (#296 by @lachenmayer)

🧹 Chores

  • Replace @sentry/browser with @sentry/react (#300 by @SimenB)

v5.0.3

08 Oct 20:02
Compare
Choose a tag to compare

πŸ› Bug fixes

  • Added expo to peerDependencies to match own peerDependencies. (#286 by @SimenB)
  • Fix issue with config plugin being unable to modify Android gradle file with Expo 46. (#290) by @kbrandwijk)