Releases: getsentry/sentry-react-native
Releases · getsentry/sentry-react-native
5.0.0-alpha.11
- Latest changes from 4.13.0
Breaking changes
- Message event current stack trace moved from exception to threads (#2694)
touchEventBoundaryProps.labelName
property instead of default accessibilityLabel
fallback (#2712)
Fixes
- Unreachable fallback to fetch transport if native is not available (#2695)
4.13.0
Fixes
- Missing
originalException
in beforeSend
for events from react native error handler (#2706)
- ModulesLoader integration returns original event if native is not available and event modules overwrite native modules (#2730)
Dependencies
4.12.0
Features
- Add
lastEventId
method to the API (#2675)
Fix
Sentry.startTransaction
doesn't require op
(#2691)
Dependencies
- Bump Cocoa SDK from v7.31.2 to v7.31.3 (#2647)
- Bump JavaScript SDK from v7.21.1 to v7.26.0 (#2672, #2648, #2692)
- Bump Android SDK from v6.9.1 to v6.9.2 (#2677)
5.0.0-alpha.10
- Latest changes from 4.11.0
Dependencies
- Bump CLI from v1.74.4 to v2.10.0 (#2669)
4.10.1
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
- Bump Android SDK from v6.8.0 to v6.9.1 (#2653)
5.0.0-alpha.9
- Latest changes from 4.10.0
Fixes
- Add missing source Spec for RNSentry Codegen. (#2639)
4.10.0
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
- Bump JavaScript SDK from v7.20.1 to v7.21.1 (#2636)
5.0.0-alpha.8
- Latest changes from 4.9.0
4.9.0
Features
- Add
maxQueueSize
option (#2578)
Fixes
- Use
Scope
class rather than Scope
type for top-level functions (#2627)
Dependencies