sentry-dart
sentry-dart copied to clipboard
Sentry SDK for Dart and Flutter
### Description Additional tests to ensure overriding the dependencies with the community versions is safe. Let's check what we can do
### Problem Statement Sentry's Flutter SDK does not have OOTB support for Supabase features. Supabase is famously a new service for your postgres DB, but it does much more today....
### Description Replace: - dart/lib/src/platform/platform.dart - dart/lib/src/platform_checker.dart with https://pub.dev/packages/platform Update: we've done some improvements/refactors in `PlatformChecker` but this issue is blocked until dart officially adds support for web as well,...
### Description > Hi there :) > > I think theres a missing type in the "Additional graphql usage hints" section in the docs: > > ```dart > class OperationExceptionExtractor...
### Problem Statement I'd like an option to automatically show the user feedback dialog whenever a user makes a screenshot of the app. The use case is probably more for...
### Description Meta issue: https://github.com/getsentry/team-mobile/issues/174
### Description Issue: https://github.com/getsentry/team-mobile/issues/153 We can use [rootIsolateToken](https://api.flutter.dev/flutter/services/ServicesBinding/rootIsolateToken.html) but this is currently blocked by Flutter min version `3.7`