-
Notifications
You must be signed in to change notification settings - Fork 2k
feat(workflows): add activity log event property filters #39904
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
Conversation
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.
4 files reviewed, 1 comment
| options: [ | ||
| { name: 'All internal events', value: null }, | ||
| ...getInternalEventFilterOptions('standard').map((item) => ({ | ||
| ...getInternalEventFilterOptions('activity-log').map((item) => ({ |
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.
style: Verify 'standard' context isn't used elsewhere for internal events, or if this change should apply globally to all standard contexts.
Prompt To Fix With AI
This is a comment left during a code review.
Path: frontend/src/lib/components/TaxonomicFilter/taxonomicFilterLogic.tsx
Line: 291:291
Comment:
**style:** Verify `'standard'` context isn't used elsewhere for internal events, or if this change should apply globally to all standard contexts.
How can I resolve this? If you propose a fix, please make it concise.
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
|
Size Change: +502 B (+0.02%) Total Size: 3.3 MB ℹ️ View Unchanged
|
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
…ostHog/posthog into feat/internal-event-properties
…/internal-event-properties
…/internal-event-properties
…ostHog/posthog into feat/internal-event-properties
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
Problem
#39689 added hardcoded internal events for team 2, but that doesn't help with filtering on internal event properties. The tricky thing is these aren't currently integrated into event definitions or into posthog events in general, so we can't really load them dynamically in the filters
Changes
Adds relevant activity log event properties that are used in this Replay workflow currently

How did you test this code?
Validated locally