Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
- chore: new analysis options rules
- Ref: rename the `throwable` argument name to `exception` in `captureEvents(...)`
- Ref : remove dsn from Transport public Api
- update the Dart sdk constraint

# `package:sentry` changelog

Expand Down
2 changes: 1 addition & 1 deletion dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >
homepage: https://github.com/getsentry/sentry-dart

environment:
sdk: ^2.0.0
sdk: ">=2.0.0 <3.0.0"

dependencies:
http: ^0.12.0
Expand Down
4 changes: 2 additions & 2 deletions flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ homepage: https://docs.sentry.io/platforms/flutter/
repository: https://github.com/getsentry/sentry-dart

environment:
sdk: ^2.7.0
sdk: ">=2.0.0 <3.0.0"
flutter: ^1.17.0

dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
sentry:
sentry: #^4.0.0 uncomment before publishing
path: ../dart

dev_dependencies:
Expand Down