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

Published by getsentry-bot over 3 years ago

  • fix: Fix Sentry.close() not correctly resolving the promise on iOS. #1617
  • build(js): Bump sentry-javascript dependencies to 6.7.1 #1618
sentry-react-native - 2.5.1

Published by getsentry-bot over 3 years ago

  • fix: Fatal uncaught events should be tagged handled:false #1597
  • fix: Fix duplicate breadcrumbs on Android #1598
sentry-react-native - 2.5.0

Published by getsentry-bot over 3 years ago

Dependencies

  • build(js): Bump sentry-javascript dependencies to 6.5.1 #1588
  • build(ios): Bump sentry-cocoa to 7.0.0 and remove setLogLevel #1459
  • build(android): Bump sentry-android to 5.0.1 #1576

Features

  • feat: Sentry.flush() to flush events to disk and returns a promise #1547
  • feat: Sentry.close() method to fully disable the SDK on all layers and returns a promise #1457
  • feat: Add device context to transactions on Android #1545

Fixes

  • fix: Process "log" levels in breadcrumbs before sending to native #1565
sentry-react-native - 2.4.3

Published by getsentry-bot over 3 years ago

  • fix: Use the latest outbox path from hub options instead of private options #1529
sentry-react-native - 2.5.0-beta.1

Published by getsentry-bot over 3 years ago

  • build(ios): Bump sentry-cocoa to 7.0.0 and remove setLogLevel #1459
  • feat: Close method to fully disable the SDK on all layers #1457
  • build(android): Bump Android SDK to 5.0.0-beta.1 #1476
sentry-react-native - 2.4.2

Published by getsentry-bot over 3 years ago

  • fix: enableNative: false should take precedence over autoInitializeNativeSdk: false #1462
sentry-react-native - 2.4.1

Published by getsentry-bot over 3 years ago

  • fix: Type navigation container ref arguments as any to avoid TypeScript errors #1453
sentry-react-native - 2.4.0

Published by getsentry-bot over 3 years ago

  • fix: Don't call NATIVE.fetchRelease if release and dist already exists on the event #1388
  • feat: Add onReady callback that gets called after Native SDK init is called #1406
sentry-react-native - 2.3.0

Published by getsentry-bot over 3 years ago

  • feat: Re-export Profiler and useProfiler from @sentry/react #1372
  • fix(performance): Handle edge cases in React Navigation routing instrumentation. #1365
  • build(android): Bump sentry-android to 4.3.0 #1373
  • build(devtools): Bump @sentry/wizard to 1.2.2 #1383
  • build(js): Bump sentry-javascript dependencies to 6.2.1 #1384
  • feat(performance): Option to set route change timeout in routing instrumentation #1370
sentry-react-native - 2.2.2

Published by getsentry-bot over 3 years ago

  • fix: Fix unhandled promise rejections not being tracked #1367
sentry-react-native - 2.2.1

Published by getsentry-bot over 3 years ago

  • build(js): Bump @sentry/* dependencies on javascript to 6.2.0 #1354
  • fix: Fix react-dom dependency issue. #1354
  • build(android): Bump sentry-android to 4.1.0 #1334
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