Description
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
:
_firebaseRemoteConfig.getAll();
should be called in addition to adding the listener on _firebaseRemoteConfig.onConfigUpdated
Are you willing to submit a PR?
Yes
Metadata
Metadata
Assignees
Type
Projects
Status
Waiting for: Product Owner