We love pull requests from everyone. We suggest opening an issue to discuss bigger changes before investing on a big PR.
The project currently requires you run Dart version >= 2.12.0
.
To build:
dart compile aot-snapshot bin/sentry_dart_plugin.dart
To run:
dart run
// or
dartaotruntime bin/sentry_dart_plugin.aot
Build is automatically run against branches and pull requests via GH Actions.