sentry-dart
sentry-dart copied to clipboard
Sentry SDK for Dart and Flutter
### Description Now that both iOS and Android pass screenshot in-memory to native Bitmap, we could also do the mask rendering in native (at least for replay as error-screenshots would...
### Description ``` ❌ /Users/runner/work/sentry-dart/sentry-dart/flutter/test/sentry_navigator_observer_test.dart: SentryNavigatorObserver unfinished ttfd will match ttid duration if available (failed) Expected: DateTime: Actual: DateTime: package:matcher expect package:flutter_test/src/widget_tester.dart 480:18 expect test/sentry_navigator_observer_test.dart 521:7 main.. ```
### Description We should add docs for - how to use the Flutter SDK [for add to app](https://docs.flutter.dev/add-to-app) - limitations around manually initializing the native SDKs, e.g replay won't work
### Description We should add an overview of integrations that are on by default, how to remove them etc.. and other context similar to the [javascript integrations page](https://docs.sentry.io/platforms/javascript/configuration/integrations/)
### Description See other platforms e.g nextjs or react native, they inject it into an .env file
### Description ### Part of - https://github.com/getsentry/team-mobile/issues/150 ### Blocked by - [ ] https://github.com/getsentry/sentry-cocoa/issues/4488 - [ ] sentry-java impl
### Description As part of the initiative to log more meaningful information, we should go through the SDK and either remove logs or change the level. Logs should enable users...
### Platform Flutter Desktop Windows ### Obfuscation Disabled ### Debug Info Disabled ### Doctor ``` [√] Flutter (Channel stable, 3.24.5, on Microsoft Windows [Version 10.0.22631.4602], locale en-US) • Flutter version...
### Description - https://github.com/getsentry/team-mobile/issues/195 See: `HttpTransport`
### Description ### Part of - https://github.com/getsentry/team-sdks/issues/111 ### We can implement it now in the dart layer for - Desktop - Web ### Blocked by - https://github.com/getsentry/sentry-cocoa/issues/4502 - https://github.com/getsentry/sentry-java/issues/3853