Problem Statement
SentryFirebaseRemoteConfigIntegration should set feature flags on context on initialization. That way, the value of the feature flags can be set on Sentry issues before there is a FirebaseRemoteConfig update.
Solution Brainstorm
In SentryFirebaseRemoteConfigIntegration.call:
|
_subscription = _firebaseRemoteConfig.onConfigUpdated.listen((event) async { |
_firebaseRemoteConfig.getAll(); should be called in addition to adding the listener on _firebaseRemoteConfig.onConfigUpdated
Are you willing to submit a PR?
Yes
Problem Statement
SentryFirebaseRemoteConfigIntegrationshould set feature flags on context on initialization. That way, the value of the feature flags can be set on Sentry issues before there is a FirebaseRemoteConfig update.Solution Brainstorm
In
SentryFirebaseRemoteConfigIntegration.call:sentry-dart/firebase_remote_config/lib/src/sentry_firebase_remote_config_integration.dart
Line 19 in e788bd4
_firebaseRemoteConfig.getAll();should be called in addition to adding the listener on_firebaseRemoteConfig.onConfigUpdatedAre you willing to submit a PR?
Yes