From e4144e787cdc8b2f0430c8756d4798f53878afc1 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Mon, 4 Nov 2024 12:59:47 +0100 Subject: [PATCH] chore: update readme (deprecations) --- 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