feat(telemetry): add Leadpipe tracking script#6677
Conversation
Add get_leadpipe_trackers() to reflex-components-internal and wire it into the website pixel tracker list in reflex-site-shared. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Greptile SummaryThis PR adds a Leadpipe analytics tracking integration to the internal components library and wires it into the website's pixel tracker list. The implementation is minimal and consistent with the existing telemetry module conventions.
Confidence Score: 5/5Safe to merge — small, self-contained addition that follows the established telemetry module pattern. The change adds a single new tracker function with a named URL constant, correct type annotation, and a docstring. It integrates cleanly into the existing pixel tracker list with no logic changes to surrounding code. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "Update packages/reflex-components-intern..." | Re-trigger Greptile |
Merging this PR will not alter performance
Comparing Footnotes
|
…rnal/blocks/telemetry/leadpipe.py Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Add get_leadpipe_trackers() to reflex-components-internal and wire it into the website pixel tracker list in reflex-site-shared.
All Submissions:
Type of change
Please delete options that are not relevant.
New Feature Submission:
Changes To Core Features:
After these steps, you're ready to open a pull request.