Skip to content

Conversation

@havenbarnes
Copy link
Contributor

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
Screenshot 2025-10-17 at 1 16 15 PM

How did you test this code?

Validated locally

Copy link
Contributor

@greptile-apps greptile-apps bot left a 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

Edit Code Review Agent Settings | Greptile

options: [
{ name: 'All internal events', value: null },
...getInternalEventFilterOptions('standard').map((item) => ({
...getInternalEventFilterOptions('activity-log').map((item) => ({
Copy link
Contributor

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.

@posthog-bot
Copy link
Contributor

📸 UI snapshots have been updated

1 snapshot changes in total. 0 added, 1 modified, 0 deleted:

  • chromium: 0 added, 1 modified, 0 deleted (diff for shard 1)
  • webkit: 0 added, 0 modified, 0 deleted

Triggered by this commit.

👉 Review this PR's diff of snapshots.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 17, 2025

Size Change: +502 B (+0.02%)

Total Size: 3.3 MB

ℹ️ View Unchanged
Filename Size Change
frontend/dist/toolbar.js 3.3 MB +502 B (+0.02%)

compressed-size-action

@posthog-bot
Copy link
Contributor

📸 UI snapshots have been updated

1 snapshot changes in total. 0 added, 1 modified, 0 deleted:

  • chromium: 0 added, 1 modified, 0 deleted (diff for shard 1)
  • webkit: 0 added, 0 modified, 0 deleted

Triggered by this commit.

👉 Review this PR's diff of snapshots.

@github-project-automation github-project-automation bot moved this from In Review to Approved in Feature Flags Oct 20, 2025
@posthog-project-board-bot posthog-project-board-bot bot moved this from Approved to In Review in Feature Flags Oct 20, 2025
@github-project-automation github-project-automation bot moved this from In Review to Approved in Feature Flags Oct 20, 2025
@posthog-project-board-bot posthog-project-board-bot bot moved this from Approved to In Review in Feature Flags Oct 21, 2025
@posthog-bot
Copy link
Contributor

📸 UI snapshots have been updated

1 snapshot changes in total. 0 added, 1 modified, 0 deleted:

  • chromium: 0 added, 1 modified, 0 deleted (diff for shard 8)
  • webkit: 0 added, 0 modified, 0 deleted

Triggered by this commit.

👉 Review this PR's diff of snapshots.

@posthog-bot
Copy link
Contributor

📸 UI snapshots have been updated

1 snapshot changes in total. 0 added, 1 modified, 0 deleted:

  • chromium: 0 added, 1 modified, 0 deleted (diff for shard 8)
  • webkit: 0 added, 0 modified, 0 deleted

Triggered by this commit.

👉 Review this PR's diff of snapshots.

@havenbarnes havenbarnes merged commit 5793709 into master Oct 21, 2025
186 of 187 checks passed
@havenbarnes havenbarnes deleted the feat/internal-event-properties branch October 21, 2025 19:59
@github-project-automation github-project-automation bot moved this from In Review to Done in Feature Flags Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants