Skip to content
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

chore: update taxomony with new property #28339

Merged
merged 3 commits into from
Feb 5, 2025
Merged

Conversation

pauldambra
Copy link
Member

we added this in 1.207.5
but forgot to update the taxonomy

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.

PR Summary

Added $last_posthog_reset property to the taxonomy files to track the timestamp of the last web SDK Reset call, aligning documentation with functionality introduced in version 1.207.5.

  • Added $last_posthog_reset to event_properties in /frontend/src/lib/taxonomy.tsx with debugging description
  • Added corresponding property definition in /posthog/taxonomy/taxonomy.py marked as system property
  • Property marked to be ignored by AI assistant to avoid unnecessary surfacing in recommendations

2 file(s) reviewed, 2 comment(s)
Edit PR Review Bot Settings | Greptile

@@ -272,6 +272,12 @@ class CoreFilterDefinition(TypedDict):
},
},
"event_properties": {
"$last_posthog_reset": {
"label": "Timestamp of last call to `Reset`in the web sdk",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: Missing space between Reset and in in the label text

Comment on lines 272 to 273
label: 'Timestamp of last call to `Reset`in the web sdk',
description: 'The timestamp of the last call to `Reset` in the web SDK. This can be useful for debugging.',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: typo in 'Reset`in' - missing space

Copy link
Contributor

github-actions bot commented Feb 5, 2025

Size Change: +195 B (+0.02%)

Total Size: 1.17 MB

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

compressed-size-action

@pauldambra pauldambra enabled auto-merge (squash) February 5, 2025 15:45
@pauldambra pauldambra merged commit c17f318 into master Feb 5, 2025
103 checks passed
@pauldambra pauldambra deleted the chore/upadte-taxonomy branch February 5, 2025 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants