Kurt Marcinkiewicz
Kurt Marcinkiewicz
## :scroll: Description Calls `Sentry.addFeatureFlag` on initialization of `SentryFirebaseRemoteConfigIntegration`. ## :bulb: Motivation and Context Fixes #3007 ## :green_heart: How did you test it? `flutter test firebase_remote_config/test/src/sentry_firebase_remote_config_integration_test.dart` ## :pencil: Checklist -...
### Platform Flutter Mobile Android ### Obfuscation Disabled ### Debug Info Disabled ### Doctor ```sh $ flutter doctor -v [✓] Flutter (Channel stable, 3.32.1, on macOS 15.5 24F74 darwin-arm64, locale...
### 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...