feat(build): add Matomo tracking params validation in build script#3165
feat(build): add Matomo tracking params validation in build script#3165
Conversation
Updated the build script to handle Matomo tracking configuration: - Requires MATOMO_URL and MATOMO_SITE_ID environment variables. - Injects both values into BUILD_CMD via --dart-define when present. - Show a warning message if one or both parameters are missing. This ensures builds only proceed when Matomo tracking is properly configured.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Visit the preview URL for this PR (updated for commit 4ea5b60): https://walletrc--pull-3165-merge-y7xj0dbf.web.app (expires Thu, 09 Oct 2025 17:15:15 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: f66a4ff03faa546f12f0ae5a841bd9eff2714dcc |
Updated the build script to handle Matomo tracking configuration:
This ensures builds only proceed when Matomo tracking is properly configured.