Skip to content

Clarify offline caching behavior of Flutter SDK #6069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/platform-includes/getting-started-primer/flutter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Features:
- ObjC, Swift, and C for iOS and macOS
- Flutter and Android encapsulated exceptions (PlatformException)
- Offline storage of events
- Android: Offline caching when a device is offline; we send a report once the application is restarted
- iOS: Offline caching when a device is unable to connect; we send a report once we receive another event
- Events [enriched](/platforms/flutter/enriching-events/context/) with device data
- Breadcrumbs automatically captured:
- by the [Dart SDK](/platforms/dart/enriching-events/breadcrumbs/#automatic-breadcrumbs)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Features:
- Automatic Native crash [error tracking](/product/issues/) using both [iOS](/platforms/apple/guides/ios/) and [Android](/platforms/android/) supports
- [Release health](/product/releases/health/) to track crash free users and sessions
- Offline storage of events
- Android: Offline caching when a device is offline; we send a report once the application is restarted
- iOS: Offline caching when a device is unable to connect; we send a report once we receive another event
- Events [enriched](/platforms/javascript/guides/cordova/enriching-events/context/) with device data
- [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
- On-device symbolication for JavaScript (in `Debug` mode)
Expand Down
2 changes: 2 additions & 0 deletions src/platform-includes/getting-started-primer/react-native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Features:

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