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

Published by getsentry-bot almost 2 years ago

Fixes

  • Bump Wizard from v1.2.17 to v1.4.0 (#2645)
  • Android builds without ext config, auto create assets dir for modules (#2652)
  • Exit gracefully if source map file for collecting modules doesn't exist (#2655)
  • Create only one clean-up tasks for modules collection (#2657)

Dependencies

sentry-react-native - 5.0.0-alpha.9

Published by getsentry-bot almost 2 years ago

  • Latest changes from 4.10.0

Fixes

  • Add missing source Spec for RNSentry Codegen. (#2639)
sentry-react-native - 4.10.0

Published by getsentry-bot almost 2 years ago

Features

  • JS Runtime dependencies are sent in Events (#2606)
    • To collect JS dependencies on iOS add ../node_modules/@sentry/react-native/scripts/collect-modules.sh at the end of the Bundle React Native code and images build phase. The collection only works on Release builds. Android builds have a new step in sentry.gradle plugin. More in the migration documentation.

Dependencies

sentry-react-native - 5.0.0-alpha.8

Published by getsentry-bot almost 2 years ago

  • Latest changes from 4.9.0
sentry-react-native - 4.9.0

Published by getsentry-bot almost 2 years ago

Features

  • Add maxQueueSize option (#2578)

Fixes

  • Use Scope class rather than Scope type for top-level functions (#2627)

Dependencies

sentry-react-native - 4.8.0

Published by getsentry-bot almost 2 years ago

Fixes

  • Message event can have attached stacktrace (#2577)
  • Fixed maximum call stack exceeded error resulting from large payloads (#2579)

Dependencies

sentry-react-native - 5.0.0-alpha.7

Published by getsentry-bot almost 2 years ago

  • Latest changes from 4.7.1

Fixes

  • Remove hardcoded Folly version (#2558)

Features

  • Send react native js engine, turbo module, fabric flags and component stack in Event contexts (#2552)

Dependencies

sentry-react-native - 4.7.1

Published by getsentry-bot almost 2 years ago

Fixes

  • Remove duplicate sdk package record from envelope (#2570)
  • Fix appHangsTimeoutInterval -> appHangTimeoutInterval option name (#2574)
sentry-react-native - 4.7.0

Published by getsentry-bot almost 2 years ago

Dependencies

sentry-react-native - 5.0.0-alpha.6

Published by getsentry-bot about 2 years ago

  • Latest changes from 4.6.1

Features

  • Add initial support for the RN New Architecture, backwards compatible RNSentry Turbo Module (#2522)

Breaking changes

  • New ReactNativeTracingOptions idleTimeoutMs and finalTimeoutMs replacing idleTimeout and maxTransactionDuration respectively (#2481)
  • iOS min target 12.4, Android API min 21, min React Native version 0.70 (#2522)

Dependencies

sentry-react-native - 4.6.1

Published by getsentry-bot about 2 years ago

Fixes

  • Make configureScope callback safe #2510
  • Allows collecting app start and slow/frozen frames if Native SDK is inited manually #2517
  • Nested breadcrumb data on android was not treated correctly #2519

Dependencies

sentry-react-native - 5.0.0-alpha.5

Published by getsentry-bot about 2 years ago

Fixes

  • Make configureScope callback safe #2510

Dependencies

sentry-react-native - 4.6.0

Published by getsentry-bot about 2 years ago

Fixes

  • SDK Gracefully downgrades when callback throws an error (#2502)
  • React Navigation v5 ignores when current route is undefined after state changed. (#2484)

Features

  • Add ClientReports (#2496)

Sentry Self-hosted Compatibility

  • Starting with version 4.6.0 of the @sentry/react-native package, Sentry's self hosted version >= v21.9.0 is required or you have to manually disable sending client reports via the sendClientReports option. This only applies to self-hosted Sentry. If you are using sentry.io, no action is needed.

Dependencies

sentry-react-native - 5.0.0-alpha.4

Published by getsentry-bot about 2 years ago

  • Latest changes from 4.5.0

Breaking changes

  • New ReactNativeTracingOptions idleTimeoutMs and finalTimeoutMs replacing idleTimeout and maxTransactionDuration respectively (#2481)
sentry-react-native - 4.5.0

Published by getsentry-bot about 2 years ago

Features

  • Add user feedback (#2486)
  • Add typings for app hang functionality (#2479)

Fixes

  • Update warm/cold start span ops (#2487)
  • Detect hard crash the same as native sdks (#2480)
  • Integrations factory receives default integrations (#2494)

Dependencies

sentry-react-native - 4.4.0

Published by getsentry-bot about 2 years ago

Features

  • Add attachments support (#2463)
sentry-react-native - 4.3.1

Published by getsentry-bot about 2 years ago

Fixes

  • ReactNativeTracingOptions maxTransactionDuration is in seconds (#2469)
sentry-react-native - 5.0.0-alpha.3

Published by getsentry-bot about 2 years ago

  • Latest changes from 4.3.x

Dependencies

sentry-react-native - 4.3.0

Published by getsentry-bot about 2 years ago

Features

Dependencies

sentry-react-native - 4.2.4

Published by getsentry-bot about 2 years ago

Fixes

  • ReactNativeTracing wrongly marks transactions as deadline_exceeded when it reaches the idleTimeout (#2427)