Skip to content

Commit 38a36e0

Browse files
authored
Clarify offline caching behavior of Flutter SDK (#6069)
1 parent 3038abf commit 38a36e0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/platform-includes/getting-started-primer/flutter.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Features:
1111
- ObjC, Swift, and C for iOS and macOS
1212
- Flutter and Android encapsulated exceptions (PlatformException)
1313
- Offline storage of events
14+
- Android: Offline caching when a device is offline; we send a report once the application is restarted
15+
- iOS: Offline caching when a device is unable to connect; we send a report once we receive another event
1416
- Events [enriched](/platforms/flutter/enriching-events/context/) with device data
1517
- Breadcrumbs automatically captured:
1618
- by the [Dart SDK](/platforms/dart/enriching-events/breadcrumbs/#automatic-breadcrumbs)

src/platform-includes/getting-started-primer/javascript.cordova.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Features:
1111
- Automatic Native crash [error tracking](/product/issues/) using both [iOS](/platforms/apple/guides/ios/) and [Android](/platforms/android/) supports
1212
- [Release health](/product/releases/health/) to track crash free users and sessions
1313
- Offline storage of events
14+
- Android: Offline caching when a device is offline; we send a report once the application is restarted
15+
- iOS: Offline caching when a device is unable to connect; we send a report once we receive another event
1416
- Events [enriched](/platforms/javascript/guides/cordova/enriching-events/context/) with device data
1517
- [Breadcrumbs](/platforms/javascript/guides/cordova/enriching-events/breadcrumbs/) created for location changes, outgoing HTTP requests with XHR and Fetch, console logs, and HTML touch events
1618
- On-device symbolication for JavaScript (in `Debug` mode)

src/platform-includes/getting-started-primer/react-native.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Features:
88

99
- Automatic Native Crash [Error Tracking](/product/issues/) (using both `sentry-cocoa` & `sentry-android`)
1010
- Offline storage of events
11+
- Android: Offline caching when a device is offline; we send a report once the application is restarted
12+
- iOS: Offline caching when a device is unable to connect; we send a report once we receive another event
1113
- Events [enriched](/platforms/react-native/enriching-events/context/) with device data
1214
- [Autolinking](https://reactnative.dev/blog/2019/07/03/version-60#native-modules-are-now-autolinked)
1315
- [Breadcrumbs](/platforms/react-native/enriching-events/breadcrumbs/) created for outgoing `http` request with XHR and Fetch; UI and system events; and console logs

0 commit comments

Comments
 (0)