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 d883d62 commit 6aab859Copy full SHA for 6aab859
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+### Features
6
+
7
+- Support `http` >= 1.0.0 ([#1475](https://github.com/getsentry/sentry-dart/pull/1475))
8
9
### Dependencies
10
11
- Bump Android SDK from v6.18.1 to v6.19.0 ([#1455](https://github.com/getsentry/sentry-dart/pull/1455))
dart/pubspec.yaml
@@ -12,7 +12,7 @@ environment:
12
sdk: '>=2.17.0 <4.0.0'
13
14
dependencies:
15
- http: ^0.13.0
+ http: '>=0.13.0 <2.0.0'
16
meta: ^1.3.0
17
stack_trace: ^1.10.0
18
uuid: ^3.0.0
0 commit comments