-
Notifications
You must be signed in to change notification settings - Fork 11
[CDI-208] Add support for document_referrer and canonical_url in tracking methods. #417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CDI-208] Add support for document_referrer and canonical_url in tracking methods. #417
Conversation
Pull Request Review: Add support for document_referrer and canonical_urlThank you for this PR! I've reviewed the changes to add ✅ Strengths
🔍 Code Quality Observationssrc/utils/helpers.js:94-115
src/modules/tracker.js:24-25,55-61
|
mocca102
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Why we're adding this?
https://constructor.slack.com/archives/C08NH8FRD96/p1764089472109149 Slack thread for context. |
jjl014
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
Code Review Results✅ StrengthsComprehensive test coverage across all tracking methods with consistent test patterns and proper JSDOM setup for canonical URL testing. 🚨 Critical Issues[File:
|
Parameters are not added yet.