Skip to content

Commit 7169a96

Browse files
authored
Support firebase_remote_config: >=5.4.3 <7.0.0 (#3213)
1 parent c26ed0a commit 7169a96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Add `sentry.origin` to logs created by `LoggingIntegration` ([#3153](https://github.com/getsentry/sentry-dart/pull/3153))
88
- Tag all spans with thread info on non-web platforms ([#3101](https://github.com/getsentry/sentry-dart/pull/3101), [#3144](https://github.com/getsentry/sentry-dart/pull/3144))
99
- feat(feedback): Add option to disable keyboard resize ([#3154](https://github.com/getsentry/sentry-dart/pull/3154))
10+
- Support `firebase_remote_config: >=5.4.3 <7.0.0` ([#3213](https://github.com/getsentry/sentry-dart/pull/3213))
1011

1112
### Fixes
1213

packages/firebase_remote_config/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ platforms:
2020
dependencies:
2121
flutter:
2222
sdk: flutter
23-
firebase_remote_config: ^5.4.3
23+
firebase_remote_config: '>=5.4.3 <7.0.0'
2424
sentry: 9.7.0-beta.1
2525

2626
dev_dependencies:

0 commit comments

Comments
 (0)