sentry-dart
sentry-dart copied to clipboard
Sentry SDK for Dart and Flutter
### Platform Flutter Desktop ### Obfuscation Enabled ### Debug Info Enabled ### Doctor [√] Flutter (Channel stable, 3.16.9, on Microsoft Windows [Version 10.0.22000.2538], locale en-US) • Flutter version 3.16.9 on...
### Description see https://github.com/getsentry/sentry-docs/issues/6728 specifically for https://docs.sentry.io/platforms/dart/integrations/http-integration/
### Description Currently disabled because we need to fetch the refresh rate properly
We could add a rewrite frames integration similar to [javascript](https://docs.sentry.io/platforms/javascript/configuration/integrations/rewriteframes/) that allows users to manipulate the frames in a specific way before sending them off. ### Examples of what it...
### Description Let's do the same as in #1992 For example no support for native crash on Windows
## :scroll: Description If the sentry init is already set up in a zone, don't create another one internally let's check if we can still keep the `onError` callback and...
### Platform Flutter Mobile ### Obfuscation Enabled ### Debug Info Enabled ### Doctor [✓] Flutter (Channel stable, 3.16.9, on Ubuntu 23.10 6.5.0-27-generic, locale en_GB.UTF-8) • Flutter version 3.16.9 on channel...
### Platform Flutter Web ### Obfuscation Disabled ### Debug Info Disabled ### Doctor [√] Flutter (Channel stable, 3.19.3, on Microsoft Windows [Version 10.0.19045.4046], locale de-DE) • Flutter version 3.19.3 on...
### Platform Flutter Mobile ### Obfuscation Disabled ### Debug Info Enabled ### Doctor [✓] Flutter (Channel stable, 3.22.1, on macOS 14.4.1 23E224 darwin-arm64, locale es-ES) • Flutter version 3.22.1 on...
### Platform Dart ### Obfuscation Disabled ### Debug Info Disabled ### Doctor Dart 3.3.3 ### Version 8.2.0 ### Steps to Reproduce Use `setExtra` while configuring scope ```dart Sentry.configureScope( (scope) {...