Conversation
Remove `react-ga4` dependency and associated environment variables and initialization code as Google Analytics is no longer required for the project.
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on decluttering the project by systematically removing all traces of Google Analytics. This change streamlines the codebase, reduces the number of external dependencies, and simplifies environment configuration, as Google Analytics is no longer a requirement for the project. Highlights
Changelog
Ignored Files
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request removes the Google Analytics integration. It correctly removes the react-ga4 dependency from package.json, the corresponding environment variable from .env.example, and the initialization logic from src/main.tsx. The changes are self-contained and align with the PR's objective.
Pull Request Test Coverage Report for Build 23074284934Details
💛 - Coveralls |
…e-analytics * 'main' of github.com:rm-hull/maps: (44 commits) chore: remove jotai and update documentation chore(deps-dev): bump @tanstack/eslint-plugin-query in the eslint group (#1124) chore(deps): bump @sentry/react from 10.46.0 to 10.47.0 (#1127) chore(deps): bump @tanstack/react-query-devtools from 5.95.2 to 5.96.0 (#1126) chore(deps): bump react-leaflet-cluster from 4.0.0 to 4.1.3 (#1125) chore(deps): bump @tanstack/react-query from 5.95.2 to 5.96.0 (#1128) chore(deps-dev): bump the eslint group with 4 updates (#1122) chore(deps): bump axios from 1.13.6 to 1.14.0 (#1123) perf: use webp for weather layer images chore(deps): bump actions/configure-pages from 5 to 6 (#1121) chore: update use-local-storage version chore: bump @rm-hull/chakra-error-fallback to 0.1.3 chore: bump vitest version chore(deps): bump picomatch from 2.3.1 to 2.3.2 (#1119) chore(deps): bump react-ga4 from 2.1.0 to 3.0.1 (#1117) chore(deps): bump yaml from 1.10.2 to 1.10.3 (#1120) chore(deps): bump actions/deploy-pages from 4 to 5 (#1113) chore(deps): bump maplibre-gl from 5.21.0 to 5.21.1 (#1115) chore(deps): bump @sentry/react from 10.45.0 to 10.46.0 (#1116) chore(deps): bump web-vitals from 5.1.0 to 5.2.0 (#1118) ...
Remove
react-ga4dependency and associated environment variables and initialization code as Google Analytics is no longer required for the project.