From 482b872a869a860e76f1d6243e35b0669b890577 Mon Sep 17 00:00:00 2001 From: Denis Andrasec Date: Mon, 24 Jun 2024 17:36:36 +0200 Subject: [PATCH 01/10] docs(flutter): Document Flutter web limitations --- docs/platforms/flutter/features/index.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/platforms/flutter/features/index.mdx b/docs/platforms/flutter/features/index.mdx index ae1b34a30b920..613b49dae61ad 100644 --- a/docs/platforms/flutter/features/index.mdx +++ b/docs/platforms/flutter/features/index.mdx @@ -22,4 +22,7 @@ Sentry's Flutter SDK enables automatic reporting of errors and exceptions, and i - as well as `http` with the [Dart SDK](/platforms/dart/). - Integrations for sqflite, routing and more. For a complete list, see our [integrations list](/platforms/flutter/integrations/). - [Release Health](/product/releases/health/) tracks crash free users and sessions. -- Limited support for Flutter Web. +- Limited support for Flutter Web: + - Issue titles are not human readable, as they show the minified name. + - Stack traces are not symbolicated when compiling using WASM. + - Stack traces are not symbolicated when loaded as a Chrome extension. From d05d917ce547cd433071d07717142d233880c258 Mon Sep 17 00:00:00 2001 From: Denis Andrasec Date: Mon, 24 Jun 2024 18:03:21 +0200 Subject: [PATCH 02/10] document more limitations --- docs/platforms/flutter/features/index.mdx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/platforms/flutter/features/index.mdx b/docs/platforms/flutter/features/index.mdx index 613b49dae61ad..7e850424bc1f1 100644 --- a/docs/platforms/flutter/features/index.mdx +++ b/docs/platforms/flutter/features/index.mdx @@ -22,7 +22,14 @@ Sentry's Flutter SDK enables automatic reporting of errors and exceptions, and i - as well as `http` with the [Dart SDK](/platforms/dart/). - Integrations for sqflite, routing and more. For a complete list, see our [integrations list](/platforms/flutter/integrations/). - [Release Health](/product/releases/health/) tracks crash free users and sessions. -- Limited support for Flutter Web: - - Issue titles are not human readable, as they show the minified name. - - Stack traces are not symbolicated when compiling using WASM. - - Stack traces are not symbolicated when loaded as a Chrome extension. + +**Web Limitations:** + +Sentry has limited support for Flutter Web, but there are several limitations compared with mobile platforms: + +- Issue titles are not human readable, as they show the minified name. +- Stack traces are not symbolicated when compiling using WASM. +- Stack traces are not symbolicated when loaded as a Chrome extension. +- No offline caching for exceptions +- No support for [Release Health](/product/releases/health/) +- Device context data is not as rich as on mobile From 69460900a9d0a25d71fbbb7cf91ed202e08eccd2 Mon Sep 17 00:00:00 2001 From: Liza Mock Date: Tue, 25 Jun 2024 10:49:17 -0700 Subject: [PATCH 03/10] Update docs/platforms/flutter/features/index.mdx Co-authored-by: Karl Heinz Struggl --- docs/platforms/flutter/features/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/flutter/features/index.mdx b/docs/platforms/flutter/features/index.mdx index 7e850424bc1f1..18c2abbb3dbaf 100644 --- a/docs/platforms/flutter/features/index.mdx +++ b/docs/platforms/flutter/features/index.mdx @@ -29,7 +29,7 @@ Sentry has limited support for Flutter Web, but there are several limitations co - Issue titles are not human readable, as they show the minified name. - Stack traces are not symbolicated when compiling using WASM. -- Stack traces are not symbolicated when loaded as a Chrome extension. +- Stack traces are not symbolicated when loaded as a browser extension. - No offline caching for exceptions - No support for [Release Health](/product/releases/health/) - Device context data is not as rich as on mobile From 1d1a647a8a5cde49483561d1a1c7234634dd0915 Mon Sep 17 00:00:00 2001 From: Liza Mock Date: Tue, 25 Jun 2024 10:49:25 -0700 Subject: [PATCH 04/10] Update docs/platforms/flutter/features/index.mdx Co-authored-by: Giancarlo Buenaflor --- docs/platforms/flutter/features/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/flutter/features/index.mdx b/docs/platforms/flutter/features/index.mdx index 18c2abbb3dbaf..7bec0f91e06b4 100644 --- a/docs/platforms/flutter/features/index.mdx +++ b/docs/platforms/flutter/features/index.mdx @@ -28,7 +28,7 @@ Sentry's Flutter SDK enables automatic reporting of errors and exceptions, and i Sentry has limited support for Flutter Web, but there are several limitations compared with mobile platforms: - Issue titles are not human readable, as they show the minified name. -- Stack traces are not symbolicated when compiling using WASM. +- Stack traces are not symbolicated when compiling using WebAssembly (WASM). - Stack traces are not symbolicated when loaded as a browser extension. - No offline caching for exceptions - No support for [Release Health](/product/releases/health/) From d751c3125764687568dce367fe56b33176c96948 Mon Sep 17 00:00:00 2001 From: Liza Mock Date: Tue, 25 Jun 2024 10:49:33 -0700 Subject: [PATCH 05/10] Update docs/platforms/flutter/features/index.mdx Co-authored-by: Karl Heinz Struggl --- docs/platforms/flutter/features/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/flutter/features/index.mdx b/docs/platforms/flutter/features/index.mdx index 7bec0f91e06b4..ebf4c8b39cacc 100644 --- a/docs/platforms/flutter/features/index.mdx +++ b/docs/platforms/flutter/features/index.mdx @@ -25,7 +25,7 @@ Sentry's Flutter SDK enables automatic reporting of errors and exceptions, and i **Web Limitations:** -Sentry has limited support for Flutter Web, but there are several limitations compared with mobile platforms: +Sentry supports Flutter Web as well, with the following limitations: - Issue titles are not human readable, as they show the minified name. - Stack traces are not symbolicated when compiling using WebAssembly (WASM). From f323f213751fd8b085eda1f03e137b1595c1a865 Mon Sep 17 00:00:00 2001 From: Liza Mock Date: Wed, 26 Jun 2024 13:35:33 -0700 Subject: [PATCH 06/10] Update docs/platforms/flutter/features/index.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- docs/platforms/flutter/features/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/flutter/features/index.mdx b/docs/platforms/flutter/features/index.mdx index ebf4c8b39cacc..533098e5c1881 100644 --- a/docs/platforms/flutter/features/index.mdx +++ b/docs/platforms/flutter/features/index.mdx @@ -27,7 +27,7 @@ Sentry's Flutter SDK enables automatic reporting of errors and exceptions, and i Sentry supports Flutter Web as well, with the following limitations: -- Issue titles are not human readable, as they show the minified name. +- Issue titles are not human-readable, as they show the minified name. - Stack traces are not symbolicated when compiling using WebAssembly (WASM). - Stack traces are not symbolicated when loaded as a browser extension. - No offline caching for exceptions From d2df059fe4dd1c47b684b63183d0bd61e82d506e Mon Sep 17 00:00:00 2001 From: Liza Mock Date: Wed, 26 Jun 2024 13:36:09 -0700 Subject: [PATCH 07/10] Update docs/platforms/flutter/features/index.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- docs/platforms/flutter/features/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/flutter/features/index.mdx b/docs/platforms/flutter/features/index.mdx index 533098e5c1881..1345017bcd362 100644 --- a/docs/platforms/flutter/features/index.mdx +++ b/docs/platforms/flutter/features/index.mdx @@ -31,5 +31,5 @@ Sentry supports Flutter Web as well, with the following limitations: - Stack traces are not symbolicated when compiling using WebAssembly (WASM). - Stack traces are not symbolicated when loaded as a browser extension. - No offline caching for exceptions -- No support for [Release Health](/product/releases/health/) +- [Release Health](/product/releases/health/) isn't supported. - Device context data is not as rich as on mobile From 245cd83b6791c07961e52598e05970709c8d38b4 Mon Sep 17 00:00:00 2001 From: Liza Mock Date: Wed, 26 Jun 2024 13:36:46 -0700 Subject: [PATCH 08/10] Update docs/platforms/flutter/features/index.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- docs/platforms/flutter/features/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/flutter/features/index.mdx b/docs/platforms/flutter/features/index.mdx index 1345017bcd362..7eff11425ed2b 100644 --- a/docs/platforms/flutter/features/index.mdx +++ b/docs/platforms/flutter/features/index.mdx @@ -32,4 +32,4 @@ Sentry supports Flutter Web as well, with the following limitations: - Stack traces are not symbolicated when loaded as a browser extension. - No offline caching for exceptions - [Release Health](/product/releases/health/) isn't supported. -- Device context data is not as rich as on mobile +- Device context data isn't as rich on the web as it is on mobile. From 2e107f2bdf85fc1f7e9824378391d35f81702116 Mon Sep 17 00:00:00 2001 From: Liza Mock Date: Wed, 26 Jun 2024 13:39:18 -0700 Subject: [PATCH 09/10] Update docs/platforms/flutter/features/index.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- docs/platforms/flutter/features/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/flutter/features/index.mdx b/docs/platforms/flutter/features/index.mdx index 7eff11425ed2b..6fab8a8d21984 100644 --- a/docs/platforms/flutter/features/index.mdx +++ b/docs/platforms/flutter/features/index.mdx @@ -28,7 +28,7 @@ Sentry's Flutter SDK enables automatic reporting of errors and exceptions, and i Sentry supports Flutter Web as well, with the following limitations: - Issue titles are not human-readable, as they show the minified name. -- Stack traces are not symbolicated when compiling using WebAssembly (WASM). +- Stack traces aren't symbolicated when compiled using WebAssembly (WASM). - Stack traces are not symbolicated when loaded as a browser extension. - No offline caching for exceptions - [Release Health](/product/releases/health/) isn't supported. From 26a00ac269c9ddfadd350845ae0ab363fdec7bb9 Mon Sep 17 00:00:00 2001 From: Liza Mock Date: Wed, 26 Jun 2024 13:39:29 -0700 Subject: [PATCH 10/10] Update docs/platforms/flutter/features/index.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- docs/platforms/flutter/features/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/flutter/features/index.mdx b/docs/platforms/flutter/features/index.mdx index 6fab8a8d21984..d6828ee34fe4d 100644 --- a/docs/platforms/flutter/features/index.mdx +++ b/docs/platforms/flutter/features/index.mdx @@ -30,6 +30,6 @@ Sentry supports Flutter Web as well, with the following limitations: - Issue titles are not human-readable, as they show the minified name. - Stack traces aren't symbolicated when compiled using WebAssembly (WASM). - Stack traces are not symbolicated when loaded as a browser extension. -- No offline caching for exceptions +- Offline caching isn't supported for exceptions. - [Release Health](/product/releases/health/) isn't supported. - Device context data isn't as rich on the web as it is on mobile.