Skip to content

fix(analytics): missing 'data' attribute exclusion #95219

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

constantinius
Copy link
Contributor

@constantinius constantinius commented Jul 10, 2025

The data attribute is just there for backwards compatibility, and needs special treatment

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 10, 2025
@constantinius constantinius requested a review from a team July 10, 2025 10:26
Comment on lines +116 to +122
if f.name
not in (
"type",
"uuid_",
"datetime_",
"data", # TODO: remove this data field once migrated
)
Copy link
Member

Choose a reason for hiding this comment

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

Not entirely sure what this does - could we have a test to make sure this has the intended effect?

@constantinius constantinius enabled auto-merge (squash) July 10, 2025 11:41
@constantinius constantinius merged commit 3a2d92a into master Jul 10, 2025
65 checks passed
@constantinius constantinius deleted the constantinius/fix/analytics/event-missing-attribute-exclusion branch July 10, 2025 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants