open-ci-io / openci_runner

Apache License 2.0
9 stars 0 forks source link

Feature/sentry #125

Closed mafreud closed 5 months ago

mafreud commented 5 months ago

This pull request introduces a new feature to the openci_runner project: the integration of Sentry for error tracking. The changes are mostly concentrated in the runner_command.dart file, where the command-line arguments have been updated to include Sentry's DSN and Firestore's database ID. The CHANGELOG.md and pubspec.yaml files have also been updated to reflect the new version and the addition of the Sentry package.

Main changes:

Updates to lib/src/features/runner/runner_command.dart:

Removals:

Updates to pubspec.yaml: