sentry-react-native

Official Sentry SDK for React-Native

MIT License

Downloads
1.6M
Stars
1.5K
Committers
141

Bot releases are visible (Hide)

sentry-react-native - v0.38.3

Published by sentry-probot[bot] about 6 years ago

  • Bump @sentry/wizard 0.10.2
sentry-react-native - v0.38.2

Published by sentry-probot[bot] over 6 years ago

  • [Android] Use sentry-android 1.7.4
sentry-react-native - v0.38.1

Published by sentry-probot[bot] over 6 years ago

  • [Android] set empty message to prevent breadcrumb exception
sentry-react-native - v0.38.0

Published by sentry-probot[bot] over 6 years ago

  • [Android] Remove requirement to pass in MainApplication new RNSentryPackage(MainApplication.this)
sentry-react-native - v0.37.1

Published by sentry-probot[bot] over 6 years ago

  • [Android] Call event callbacks even on failure to trigger crashes when device is offline
sentry-react-native - v0.37.0

Published by sentry-probot[bot] over 6 years ago

  • Revert change to podspec file
  • Add support for transaction instead of culprit
  • Add equalsIgnoreCase to gradle release name compare
  • Bump sentry-java to 1.7.3
sentry-react-native - v0.36.0

Published by sentry-probot[bot] over 6 years ago

  • Bump raven-js to 3.24.2
  • Fixed #391
sentry-react-native - v0.35.4

Published by sentry-probot[bot] over 6 years ago

  • Bump sentry-cocoa to 3.12.4
sentry-react-native - v0.35.2

Published by sentry-probot[bot] over 6 years ago

  • Fixed #374
sentry-react-native - v0.35.3

Published by sentry-probot[bot] over 6 years ago

  • Fix wizard command
sentry-react-native - v0.35.1

Published by sentry-probot[bot] over 6 years ago

  • Bump sentry-cocoa to 3.12.0
sentry-react-native - v0.35.0

Published by sentry-probot[bot] over 6 years ago

  • Fixes an issue where error will not be reported to Sentry.
sentry-react-native - v0.34.1

Published by sentry-probot[bot] over 6 years ago

  • Fixed #354
sentry-react-native - v0.34.0

Published by sentry-probot[bot] over 6 years ago

  • Fixed #353
  • Fixed #347
  • Fixed #346
  • Fixed #342
sentry-react-native - v0.33.0

Published by sentry-probot[bot] over 6 years ago

  • Add pro guard default rule @kazy1991
  • Exposed crashedLastLaunch for iOS @monotkate
  • Fixed #337
  • Fixed #333
  • Fixed #331
  • Fixed #322
sentry-react-native - v0.32.1

Published by sentry-probot[bot] almost 7 years ago

  • Update sentry-wizard
sentry-react-native - v0.32.0

Published by sentry-probot[bot] almost 7 years ago

Breaking changes

Migration guide upgrading from < 0.32.0

Since we now use @sentry/wizard for linking with out new @sentry/cli package, the old
sentry-cli-bin package has been deprecated.
You have to search your codebase for sentry-cli-binary and replace it with @sentry/cli.
There are few places where we put it during the link process:

  • In both sentry.properties files in ios/android folder
  • In your Xcode build scripts once in Bundle React Native code and images and once in Upload Debug Symbols to Sentry

So e.g.:

The Upload Debug Symbols to Sentry build script looks like this:

export SENTRY_PROPERTIES=sentry.properties
../node_modules/sentry-cli-binary/bin/sentry-cli upload-dsym

should be changed to this:

export SENTRY_PROPERTIES=sentry.properties
../node_modules/@sentry/cli/bin/sentry-cli upload-dsym

General

  • Bump @sentry/wizard to 0.7.3
  • Bump sentry-cocoa to 3.10.0
  • Fixed #169
sentry-react-native - v0.31.0

Published by sentry-probot[bot] almost 7 years ago

sentry-react-native - v0.30.3

Published by sentry-probot[bot] almost 7 years ago

  • Fix podspec file
  • Fix gradle regex to allow number in projectname
sentry-react-native - v0.30.2

Published by sentry-probot[bot] almost 7 years ago

Updated npm dependencies