Skip to content

Commit

Permalink
chore: update readme (deprecations)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Nov 4, 2024
1 parent c16a573 commit e4144e7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -69,7 +61,7 @@ in the format `--sentry-define=<KEY>=<VALUE>`. 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
Expand Down

0 comments on commit e4144e7

Please sign in to comment.