getsentry / sentry-dart-plugin

A Dart Build Plugin that uploads debug symbols for Android, iOS/macOS and source maps for Web to Sentry via sentry-cli
MIT License
66 stars 28 forks source link

Add supported platforms to `pubspec.yaml` #223

Closed denrase closed 7 months ago

denrase commented 7 months ago

skip-changelog

:scroll: Description

Since this is a dev_dependency, supported platforms should only be macos, 'linux' & 'windows'. Others do this as well, but not all.

Examples:

https://pub.dev/packages/build_runner https://pub.dev/packages/flutter_lints

:bulb: Motivation and Context

Relates to https://github.com/getsentry/sentry-dart/issues/1952

:pencil: Checklist