File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
includes/dart-integrations Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The `sentry_firebase_remote_config` integration provides [Firebase Remote Config
1616## Prerequisites
1717
18181 . [ Sentry SDK] ( /platforms/dart/#configure ) version ` 9.0.0 ` or higher is installed.
19- 1 . Firebase Remote Config is set up.
19+ 2 . Firebase Remote Config is set up.
2020
2121## Install
2222
Original file line number Diff line number Diff line change @@ -578,6 +578,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
578578 from : '/platforms/dart/configuration/integrations/dio/' ,
579579 to : '/platforms/dart/integrations/dio/' ,
580580 } ,
581+ {
582+ from : '/platforms/dart/configuration/integrations/firebase-remote-config/' ,
583+ to : '/platforms/dart/integrations/firebase-remote-config/' ,
584+ } ,
581585 {
582586 from : '/quickstart/' ,
583587 to : '/platforms/' ,
You can’t perform that action at this time.
0 commit comments