Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 495 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 495 Bytes

Contributing to sentry-dart-plugin

We love pull requests from everyone. We suggest opening an issue to discuss bigger changes before investing on a big PR.

Requirements

The project currently requires you run Dart version >= 2.12.0.

Run

To build:

dart compile aot-snapshot bin/sentry_dart_plugin.dart

To run:

dart run

// or

dartaotruntime bin/sentry_dart_plugin.aot

CI

Build is automatically run against branches and pull requests via GH Actions.