-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(cdp): site destinations #26572
feat(cdp): site destinations #26572
Conversation
Size Change: +141 B (+0.01%) Total Size: 1.11 MB ℹ️ View Unchanged
|
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.
Quick one - feature flag it please
Done, flag added |
"label": "Additional properties", | ||
"description": "Additional properties for the Exported Object.", | ||
"default": { | ||
"email": "{person.properties.email}", |
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.
Person properties wont be available client side right?
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.
The ones you have provided to posthog-js will be
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
a63dc1b
to
ae454c5
Compare
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
Problem
Splitting #26169 in two: site destinations & new site apps
Changes
This is the site destinations part:
Plus some more changes:
/decide
for teams with site apps enabled to load new hog-function-site-apps/destinations. We're moving to something more static soon anyway.How did you test this code?
Added a bunch of tests