sentry-dart
sentry-dart copied to clipboard
Sentry SDK for Dart and Flutter
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency= Didn't work well with matrixes, but examples are not good for matrixes, might be possible. `styfle/cancel-workflow-action` works well. Review only adding the `styfle/cancel-workflow-action`, the rest is code format. _#skip-changelog_
I just came across the `sentryClientName` in the `SentryOptions` and while looking at the implementation I noticed that this value is not used anywhere in this package. Did I miss...
Could you please add a few lines in the documentation to explain the differences / pros and cons of option 1 and 2. It is a bit unclear why you...
Implement `tracingOrigins`, docs https://docs.sentry.io/platforms/react-native/performance/connect-services/#navigation-and-other-xhr-requests
This is a feature that is relevant to Dart and Flutter apps. I would like to have the ability to trace transactions that perform some work in another isolate and...
> This comes out of a discussion from https://github.com/getsentry/sentry-dart/issues/607 Currently it's not that easy to catch exceptions and errors in isolates spawned by the user. It would be nice, if...
denyUrls A list of strings or regex patterns that match error URLs that should not be sent to Sentry. By default, all errors will be sent. This is a "contains"...
The Flutter event enricher already supports reading used packages and adding those to an event. This information can be used to mark frames as in app excludes. Please note, that...
https://api.flutter.dev/flutter/widgets/GestureDetector-class.html Related to https://github.com/getsentry/sentry-dart/issues/706