-
-
Notifications
You must be signed in to change notification settings - Fork 255
[Flutter] Feature Flags Reporting - Firebase Remote Config integration #2748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@kahest We merged now the firebase remote config feature flag, we managed to find a workaround to avoid having to specify the keys. the user just needs to add the integration and that's it |
@buenaflor awesome! just a tiny nit - there's a typo in the changelog entry :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This is to add an integration into the SDK to automatically detect and report updates to feature flag configurations (evaluation tracking) performed in the app via Firebase Remote Config: https://pub.dev/packages/firebase_remote_config
Dev docs on feature flags integrations: https://develop.sentry.dev/sdk/expected-features/#integrations
Existing integrations (product): https://docs.sentry.io/organization/integrations/feature-flag/
Existing integrations with evaluation tracking (JS): https://docs.sentry.io/platforms/javascript/feature-flags/#enable-evaluation-tracking
The text was updated successfully, but these errors were encountered: