From 6635212339b95c01433980f2adbf783f8b7add4e Mon Sep 17 00:00:00 2001 From: Ivan Dlugos <6349682+vaind@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:27:46 +0100 Subject: [PATCH] chore: update readme (deprecations) (#276) --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index a9e6023..8936f5a 100644 --- a/README.md +++ b/README.md @@ -23,18 +23,10 @@ The `flutter build apk`, `flutter build ios` (or _macos_) or `flutter build web` ## Run -### Dart - ```bash dart run sentry_dart_plugin ``` -### Flutter - -```bash -flutter packages pub run sentry_dart_plugin -``` - ## Configuration (Optional) This tool comes with a default configuration. You can configure it to suit your needs. @@ -69,7 +61,7 @@ in the format `--sentry-define==`. They take precedence over your fi but not over the alternative environment variables. ```bash -flutter packages pub run sentry_dart_plugin --sentry-define=release=app-internal-test@0.0.1 +dart run sentry_dart_plugin --sentry-define=release=app-internal-test@0.0.1 ``` ### sentry.properties