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

Published by HazAT over 3 years ago

  • Bump: sentry-android to v4.0.0 #1309
  • build(ios): Bump sentry-cocoa to 6.1.4 #1308
  • fix: Handle auto session tracking start on iOS #1308
  • feat: Use beforeNavigate in routing instrumentation to match behavior on JS #1313
  • fix: React Navigation Instrumentation starts initial transaction before navigator mount #1315
sentry-react-native - 2.1.1

Published by HazAT over 3 years ago

  • build(android): Bump sentry-android to 3.2.1 #1296
sentry-react-native - 2.2.0-beta.0

Published by HazAT almost 4 years ago

  • build(ios): Bump sentry-cocoa to 6.1.3 #1293
  • fix: pass maxBreadcrumbs to Android init
  • feat: Allow disabling native SDK initialization but still use it #1259
  • ref: Rename shouldInitializeNativeSdk to autoInitializeNativeSdk #1275
  • fix: Fix parseErrorStack that only takes string in DebugSymbolicator event processor #1274
  • fix: Only set "event" type in envelope item and not the payload #1271
  • build: Bump JS dependencies to 5.30.0 #1282
  • fix: Add fallback envelope item type to iOS. #1283
  • feat: Auto performance tracing with XHR/fetch, and routing instrumentation #1230
sentry-react-native - 2.1.0

Published by HazAT almost 4 years ago

  • feat: Include @sentry/tracing and expose startTransaction #1167
  • feat: A better sample app to showcase the SDK and especially tracing #1168
  • build(js): Bump @sentry/javascript dependencies to 5.28.0. #1228
  • build(android): Bump sentry-android to 3.2.0 #1208
sentry-react-native - 2.0.2

Published by HazAT almost 4 years ago

  • build(ios): Bump sentry-cocoa to 6.0.9 #1200
sentry-react-native - 2.0.1

Published by HazAT almost 4 years ago

  • build(ios): Bump sentry-cocoa to 6.0.8. #1188
  • fix(ios): Remove private imports and call storeEnvelope on the client. #1188
  • fix(ios): Lock specific version in podspec. #1188
  • build(android): Bump sentry-android to 3.1.3. #1177
  • build(deps): Bump @sentry/javascript deps to version-locked 5.27.4 #1199
sentry-react-native - 2.0.0

Published by HazAT almost 4 years ago

Breaking Change: This version uses the envelope endpoint. If you are
using an on-premise installation it requires Sentry version >= v20.6.0 to work. If you are using
sentry.io nothing will change and no action is needed.

See the Migration guide for more details: https://docs.sentry.io/platforms/react-native/migration/
There shouldn't any code changes necessary.

  • build(android): Changes android package name from io.sentry.RNSentryPackage to io.sentry.react.RNSentryPackage (Breaking). #1131
  • fix: As auto session tracking is now on by default, allow user to pass false to disable it. #1131
  • build: Bump sentry-android to 3.1.0. #1131
  • build: Bump sentry-cocoa to 6.0.3. #1131
  • feat(ios): Use captureEnvelope on iOS/Mac. #1131
  • feat: Support envelopes with type other than event. #1131
  • feat(android): Add enableNdkScopeSync property to ReactNativeOptions. #1131
  • feat(android): Pass attachStacktrace option property down to android SDK. #1131
  • build(js): Bump @sentry/javascript dependencies to 5.27.1. #1156
sentry-react-native - 1.9.0

Published by HazAT about 4 years ago

  • fix: Only show the "Native Sentry SDK is disabled" warning when enableNative is false and enableNativeNagger is true. #1084
  • build: Bump @sentry/javascript dependencies to 5.25.0. #1118
sentry-react-native - 1.8.2

Published by HazAT about 4 years ago

  • build: Bump @sentry/javascript dependencies to 5.24.2 #1091
  • fix: Add a check that performance exists before using it. #1091
sentry-react-native - 1.8.1

Published by HazAT about 4 years ago

  • build: Bump @sentry/javascript dependencies to 5.24.1 #1088
  • fix: Fix timestamp offset issues due to issues with performance.now() introduced in React Native 0.63. #1088
sentry-react-native - 1.8.0

Published by HazAT about 4 years ago

  • feat: Support MacOS #1068
  • build: Bump @sentry/javascript dependencies to 5.23.0 #1079
  • fix: Only call native deviceContexts on iOS #1061
  • fix: Don't send over Log and Critical levels over native bridge #1063
sentry-react-native - 1.7.2

Published by HazAT about 4 years ago

  • meta: Move from Travis CI to Github Actions #1019
  • ref: Drop TSLint in favor of ESLint #1023
  • test: Add basic end-to-end tests workflow #945
  • Bump: sentry-android to v2.3.1 #1041
sentry-react-native - 1.7.1

Published by bruno-garcia about 4 years ago

  • build: Bump sentry-cocoa to 5.2 #1011
  • fix: App Store submission for Mac apps getsentry/sentry-cocoa#635
  • fix: Use the release and dist set in init options over native release #1009
  • fix: assign default options before enableNative check #1007
sentry-react-native - 1.7.0

Published by HazAT about 4 years ago

  • fix: Use LogBox instead of YellowBox if possible. #989
  • fix: Don't add DeviceContext default integration if enableNative is set to false. #993
  • fix: Don't log "Native Sentry SDK is disabled" if enableNativeNagger is set to false. #993
  • feat: Migrate to @sentry/react from @sentry/browser and expose ErrorBoundary & the redux enhancer. #1005
sentry-react-native - 1.6.3

Published by HazAT over 4 years ago

  • feat: Touch events take Regex for ignoreNames & add tests #973
sentry-react-native - 1.6.2

Published by HazAT over 4 years ago

  • fix: Don't prefix app:/// to "native" filename as well #957
  • feat: Add sdk_info to envelope header on Android. #958
sentry-react-native - 1.6.1

Published by HazAT over 4 years ago

  • Bump sentry-cocoa 5.1.8
sentry-react-native - 1.6.0

Published by HazAT over 4 years ago

  • feat: Log component tree with all touch events #952
  • fix: Fix appending app:/// prefix to [native code] #946
  • Bump @sentry/* to ^5.19.0
  • Bump sentry-cocoa 5.1.6
sentry-react-native - 1.5.0

Published by HazAT over 4 years ago

  • feat: Track touch events as breadcrumbs #939
  • fix: Serialize the default user keys in setUser #926
  • Bump android 2.2.0 #942
  • fix(android): Fix unmapped context keys being overwritten on Android.
sentry-react-native - 1.4.5

Published by HazAT over 4 years ago

  • fix: Fix Native Wrapper not checking enableNative setting #919