Skip to content

Commit 88fc13f

Browse files
authored
Enable reporting without the experimental cookie. (#7976)
1 parent 71661cd commit 88fc13f

16 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ AppEngine version, listed here to ease deployment and troubleshooting.
66
* Upgraded stable Flutter analysis SDK to `3.24.1`.
77
* Upgraded pana to `0.22.12`.
88
* Upgraded dartdoc to `8.0.14`.
9+
* Note: the `report` experiment is enabled by default.
910

1011
## `20240821t093600-all`
1112
* Bumped runtimeVersion to `2024.08.20`.

app/lib/frontend/handlers/experimental.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class ExperimentalFlags {
8484
return params;
8585
}
8686

87-
bool get isReportPageEnabled => isEnabled('report');
87+
bool get isReportPageEnabled => true;
8888

8989
bool get isDarkModeEnabled => isEnabled('dark');
9090
bool get isDarkModeDefault => isEnabled('dark-as-default');

app/test/frontend/golden/pkg_activity_log_page.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ <h3 class="title">More</h3>
518518
</main>
519519
<footer class="site-footer">
520520
<a class="link" href="https://dart.dev/">Dart language</a>
521+
<a class="link sep" href="/report?subject=package%3Aoxygen&amp;url=https%3A%2F%2Fpub.dev%2Fpackages%2Foxygen">Report package</a>
521522
<a class="link sep" href="/policy">Policy</a>
522523
<a class="link sep" href="https://www.google.com/intl/en/policies/terms/">Terms</a>
523524
<a class="link sep" href="https://developers.google.com/terms/">API Terms</a>

app/test/frontend/golden/pkg_admin_page.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ <h3 class="title">More</h3>
759759
</main>
760760
<footer class="site-footer">
761761
<a class="link" href="https://dart.dev/">Dart language</a>
762+
<a class="link sep" href="/report?subject=package%3Aoxygen&amp;url=https%3A%2F%2Fpub.dev%2Fpackages%2Foxygen">Report package</a>
762763
<a class="link sep" href="/policy">Policy</a>
763764
<a class="link sep" href="https://www.google.com/intl/en/policies/terms/">Terms</a>
764765
<a class="link sep" href="https://developers.google.com/terms/">API Terms</a>

app/test/frontend/golden/pkg_changelog_page.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ <h3 class="title">More</h3>
389389
</main>
390390
<footer class="site-footer">
391391
<a class="link" href="https://dart.dev/">Dart language</a>
392+
<a class="link sep" href="/report?subject=package%3Aoxygen&amp;url=https%3A%2F%2Fpub.dev%2Fpackages%2Foxygen%2Fchangelog">Report package</a>
392393
<a class="link sep" href="/policy">Policy</a>
393394
<a class="link sep" href="https://www.google.com/intl/en/policies/terms/">Terms</a>
394395
<a class="link sep" href="https://developers.google.com/terms/">API Terms</a>

app/test/frontend/golden/pkg_install_page.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ <h3 class="title">More</h3>
412412
</main>
413413
<footer class="site-footer">
414414
<a class="link" href="https://dart.dev/">Dart language</a>
415+
<a class="link sep" href="/report?subject=package%3Aoxygen&amp;url=https%3A%2F%2Fpub.dev%2Fpackages%2Foxygen%2Finstall">Report package</a>
415416
<a class="link sep" href="/policy">Policy</a>
416417
<a class="link sep" href="https://www.google.com/intl/en/policies/terms/">Terms</a>
417418
<a class="link sep" href="https://developers.google.com/terms/">API Terms</a>

app/test/frontend/golden/pkg_score_page.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ <h3 class="title">More</h3>
474474
</main>
475475
<footer class="site-footer">
476476
<a class="link" href="https://dart.dev/">Dart language</a>
477+
<a class="link sep" href="/report?subject=package%3Aoxygen&amp;url=https%3A%2F%2Fpub.dev%2Fpackages%2Foxygen%2Fscore">Report package</a>
477478
<a class="link sep" href="/policy">Policy</a>
478479
<a class="link sep" href="https://www.google.com/intl/en/policies/terms/">Terms</a>
479480
<a class="link sep" href="https://developers.google.com/terms/">API Terms</a>

app/test/frontend/golden/pkg_show_page_discontinued.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ <h3 class="title">More</h3>
382382
</main>
383383
<footer class="site-footer">
384384
<a class="link" href="https://dart.dev/">Dart language</a>
385+
<a class="link sep" href="/report?subject=package%3Apkg&amp;url=https%3A%2F%2Fpub.dev%2Fpackages%2Fpkg">Report package</a>
385386
<a class="link sep" href="/policy">Policy</a>
386387
<a class="link sep" href="https://www.google.com/intl/en/policies/terms/">Terms</a>
387388
<a class="link sep" href="https://developers.google.com/terms/">API Terms</a>

app/test/frontend/golden/pkg_show_page_flutter_plugin.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ <h3 class="title">More</h3>
386386
</main>
387387
<footer class="site-footer">
388388
<a class="link" href="https://dart.dev/">Dart language</a>
389+
<a class="link sep" href="/report?subject=package%3Aflutter_titanium&amp;url=https%3A%2F%2Fpub.dev%2Fpackages%2Fflutter_titanium">Report package</a>
389390
<a class="link sep" href="/policy">Policy</a>
390391
<a class="link sep" href="https://www.google.com/intl/en/policies/terms/">Terms</a>
391392
<a class="link sep" href="https://developers.google.com/terms/">API Terms</a>

app/test/frontend/golden/pkg_show_page_publisher.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ <h3 class="title">More</h3>
383383
</main>
384384
<footer class="site-footer">
385385
<a class="link" href="https://dart.dev/">Dart language</a>
386+
<a class="link sep" href="/report?subject=package%3Aneon&amp;url=https%3A%2F%2Fpub.dev%2Fpackages%2Fneon">Report package</a>
386387
<a class="link sep" href="/policy">Policy</a>
387388
<a class="link sep" href="https://www.google.com/intl/en/policies/terms/">Terms</a>
388389
<a class="link sep" href="https://developers.google.com/terms/">API Terms</a>

0 commit comments

Comments
 (0)