Skip to content

Releases: getsentry/sentry-react-native

2.4.2

26 Apr 14:38
Compare
Choose a tag to compare
  • fix: enableNative: false should take precedence over autoInitializeNativeSdk: false #1462

2.4.1

19 Apr 10:14
Compare
Choose a tag to compare
  • fix: Type navigation container ref arguments as any to avoid TypeScript errors #1453

2.4.0

25 Mar 14:19
Compare
Choose a tag to compare
  • 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

2.3.0

09 Mar 09:40
Compare
Choose a tag to compare
  • 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

2.2.2

01 Mar 15:03
Compare
Choose a tag to compare
  • fix: Fix unhandled promise rejections not being tracked #1367

2.2.1

19 Feb 12:45
Compare
Choose a tag to compare
  • 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

2.2.0

02 Feb 11:35
Compare
Choose a tag to compare
  • 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

2.1.1

22 Jan 17:12
Compare
Choose a tag to compare
  • build(android): Bump sentry-android to 3.2.1 #1296

2.2.0-beta.0

19 Jan 18:09
Compare
Choose a tag to compare
2.2.0-beta.0 Pre-release
Pre-release
  • 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

2.1.0

04 Dec 15:09
Compare
Choose a tag to compare
  • 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