sentry-react-native

Official Sentry SDK for React-Native

MIT License

Downloads
1.6M
Stars
1.5K
Committers
141

Bot releases are hidden (Show)

sentry-react-native -

Published by HazAT about 7 years ago

  • Add more event properties for setEventSentSuccessfully callback on Android
sentry-react-native -

Published by HazAT about 7 years ago

  • Fixed #158
  • Add
project.ext.sentry = [
    logLevel: "debug",
    flavorAware: true
]

should be before:
apply from: "../../node_modules/react-native-sentry/sentry.gradle"
This enables sentry-cli debug output on android builds, also adds flavor aware sentry.properties files.

sentry-react-native -

Published by HazAT about 7 years ago

  • Fixing device farm tests
sentry-react-native -

Published by HazAT about 7 years ago

  • Store event on release and send on next startup.
sentry-react-native -

Published by HazAT about 7 years ago

  • Fixed an issue where javascript error wasn't sent everytime
sentry-react-native -

Published by HazAT about 7 years ago

  • Bump sentry-cocoa to 3.6.0
sentry-react-native -

Published by HazAT about 7 years ago

  • Make userId optional for user context
  • Bump sentry-cocoa to 3.5.0
sentry-react-native -

Published by HazAT about 7 years ago

  • Bump sentry-java to 1.5.1
  • Fix linking step
  • Bump raven-js to 3.17.0
sentry-react-native -

Published by HazAT about 7 years ago

  • Fixed #190
sentry-react-native -

Published by HazAT about 7 years ago

  • Fix disableNativeIntegration proptery to use right transport
sentry-react-native -

Published by HazAT about 7 years ago

  • Remove send callback when native integration isn't available.
sentry-react-native -

Published by HazAT about 7 years ago

  • Removed strange submodule
sentry-react-native -

Published by HazAT about 7 years ago

  • Bump sentry-java to 1.4.0
  • Bump sentry-cocoa to 3.4.2
  • Fixed #182
  • Fixed path detection of sentry-cli
sentry-react-native -

Published by HazAT about 7 years ago

  • Fixed last release
sentry-react-native -

Published by HazAT about 7 years ago

  • Added compatiblity for react-native 0.47.0
  • Fixed #169
  • Fixed #106
  • Bumped sentry-cocoa to 3.3.3

Also added integration tests running on AWS Device Farm.

sentry-react-native -

Published by HazAT about 7 years ago

  • Fixed #124
sentry-react-native -

Published by HazAT about 7 years ago

  • Updated to sentry-cocoa 3.1.2
  • Fixed #156
sentry-react-native -

Published by HazAT about 7 years ago

  • Fixed #166
sentry-react-native -

Published by HazAT about 7 years ago

  • Fixed #161
sentry-react-native -

Published by HazAT about 7 years ago

Fixed #163