chore(docs): remove shrill.en.dev analytics script#468
Merged
Conversation
Greptile SummaryRemoves the proxied Plausible analytics script (hosted at Confidence Score: 5/5Safe to merge — trivial removal of a deprecated analytics snippet with no side effects. Single-file change that only deletes a script tag configuration entry. No logic, no risk of breakage. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "chore(docs): remove shrill.en.dev analyt..." | Re-trigger Greptile |
Benchmark changesPublic ratios: warm installs vs Bun 4x -> 8x; warm installs vs pnpm 9x -> 13x.
cdd84cb vs 3b58f07 | aube/bun/pnpm | 3 scenarios | 3 runs | 500mbit/50ms | generated by Codex. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the proxied shrill.en.dev analytics snippet from the VitePress docs config — the endpoint is going away.
Note
Low Risk
Low risk: removes a client-side analytics
<script>from the VitePress docs head; no app/runtime logic or data flows are altered beyond stopping event beacons.Overview
Removes the proxied
shrill.en.devanalytics snippet from the VitePress docs configuration by deleting the injected<script>entry indocs/.vitepress/config.mts.Docs pages will no longer load or send analytics events to
https://shrill.en.dev/..., aligning with the endpoint being retired.Reviewed by Cursor Bugbot for commit cdd84cb. Bugbot is set up for automated code reviews on this repo. Configure here.