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.30.1

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

Deploy and release over Probot

sentry-react-native -

Published by HazAT almost 7 years ago

Refactored iOS to use shared component from sentry-cocoa.
Also squashed many little bugs on iOS.

  • Fixed #281
  • Fixed #280
sentry-react-native -

Published by HazAT about 7 years ago

  • Fixed #275
  • Fixed #274
  • Fixed #272
  • Fixed #253
sentry-react-native -

Published by HazAT about 7 years ago

We had to rename project.ext.sentry to project.ext.sentryCli because our own proguard gradle plugin was conflicting with the name.
The docs already reflect this change.
#257

We now use the mainThread to report errors to RNSentry. This change is necessary in order for react-native to export constants.
This change shouldn't impact anyone using react-native-sentry since most of the "heavy" load was handled by sentry-cocoa in its own background queue anyway.
#259 #244

Bump sentry-cocoa to 3.8.3

sentry-react-native -

Published by HazAT about 7 years ago

We decided to deactivate stack trace merging by default on iOS since it seems to unstable right now.
To activate it set:

Sentry.config("___DSN___", {
      deactivateStacktraceMerging: false
});

We are looking into ways making this more stable and plan to re-enable it again in the future.

sentry-react-native -

Published by HazAT about 7 years ago

  • Added setShouldSendCallback #250
sentry-react-native -

Published by HazAT about 7 years ago

  • Fix a bug in gradle script that trigged the sourcemap upload twice
  • Fixed #245
  • Fixed #234
sentry-react-native -

Published by HazAT about 7 years ago

sentry-react-native -

Published by HazAT about 7 years ago

  • Bump sentry-cli version to 1.20.0
sentry-react-native -

Published by HazAT about 7 years ago

  • Fix frame urls when only using raven-js
  • Upgrade sentry-java to 1.5.3
  • Upgrade sentry-cocoa to 3.8.1
  • Added support for sampleRate option
sentry-react-native -

Published by HazAT about 7 years ago

  • Fixed #228 again ¯\(ツ)
sentry-react-native -

Published by HazAT about 7 years ago

  • Fixed #228
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