feat: Add FCM analytics label support#566
feat: Add FCM analytics label support#566jacog2 wants to merge 1 commit intoparse-community:masterfrom
Conversation
|
I will reformat the title to use the proper commit message syntax. |
|
🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review. Tip
Note Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect. Caution Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement. Our CI and AI review are safeguards, not development tools. If many issues are flagged, rethink your development approach. Invest more effort in planning and design rather than using review cycles to fix low-quality code. |
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
Ready for review. I kept the PR focused on issue #377 and validated the full Jasmine suite plus ESLint on the touched JS files. |
Summary
analytics_labelin converted FCM push payloads.fcmOptions.analyticsLabel.Closes #377.
Validation
npm cicompleted with existing engine warnings because this machine has Node v25.9.0 while the package supports Node 20/22/24.$env:TESTING='1'; .\node_modules\.bin\jasmine.cmd spec\FCM.spec.js$env:TESTING='1'; .\node_modules\.bin\jasmine.cmd.\node_modules\.bin\eslint.cmd src\FCM.js spec\FCM.spec.jsgit diff --checkNote:
npm run lintwas not usable on this Windows checkout because the repository-wide ESLint linebreak-style rule flags untouched CRLF files; the touched JS files pass ESLint directly.