Skip to content

Commit

Permalink
Update DevTools survey metadata location (#6976)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll authored Dec 18, 2023
1 parent 19f4abd commit 11d2c86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/devtools_app/lib/src/shared/survey.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ class SurveyService {

static const _maxShowSurveyCount = 5;

static final _metadataUrl =
Uri.https('docs.flutter.dev', '/f/dart-devtools-survey-metadata.json');
static final _metadataUrl = Uri.https(
'storage.googleapis.com',
'flutter-uxr/surveys/devtools-survey-metadata.json',
);

/// Duration for which we should show the survey notification.
///
Expand Down

0 comments on commit 11d2c86

Please sign in to comment.