We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545ce93 commit cd8d277Copy full SHA for cd8d277
README.md
@@ -24,7 +24,7 @@ Add `sentry` dependency to your `pubspec.yaml`:
24
25
```yaml
26
dependencies:
27
- sentry: >=3.0.0 <4.0.0
+ sentry: ">=3.0.0 <4.0.0"
28
```
29
30
In your Dart code, import `package:sentry/sentry.dart` and create a `SentryClient` using the DSN issued by Sentry.io:
0 commit comments