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 - 0.42.0

Published by HazAT over 5 years ago

  • Bump sentry-cocoa 4.2.1
  • Fix a bug where environment was correctly set
  • Only upload source maps in gradle if non debug build
sentry-react-native - 0.41.1

Published by HazAT over 5 years ago

  • Fix bump version script
sentry-react-native - 0.41.0

Published by HazAT over 5 years ago

  • Update android build tools and gradle scripts to be compatible with latest version
  • Fix support to build on windows
sentry-react-native - 0.40.3

Published by HazAT almost 6 years ago

  • Bump sentry-cocoa 4.1.3
sentry-react-native - 0.40.2

Published by HazAT almost 6 years ago

  • Fix import for ArrayList and ReadableArray on Android, Fixes #511
sentry-react-native - 0.40.1

Published by HazAT almost 6 years ago

  • Use buildToolsVersion in build.gradle
sentry-react-native - 0.40.0

Published by HazAT almost 6 years ago

  • Add fingerprint support for iOS/Android, Fixes #407
  • Add support for tvOS
sentry-react-native -

Published by HazAT about 6 years ago

  • Bump @sentry/wizard 0.12.1
  • Add constructor for RNSentryPackage.java, Fixes #490
sentry-react-native -

Published by HazAT about 6 years ago

  • react-native-sentry >= 0.39.0 requires react-native >= 0.56.0
  • [Android] Bumping of gradle deps
compileSdkVersion 26
buildToolsVersion '26.0.3'
...
targetSdkVersion 26
  • [Android] Use sentry-android 1.7.5
  • Bump @sentry/wizard 0.11.0
  • Bump sentry-cocoa 4.1.0
  • Use new SDK identifier sentry.javascript.react-native
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