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

Default event property usage to false #3655

Merged
merged 2 commits into from
Mar 15, 2021

Conversation

timgl
Copy link
Collaborator

@timgl timgl commented Mar 15, 2021

Changes

Given this was completely broken before and given #3642 I think it's fine to release this as False by default. If you go to the page and the env var is set to false we will display a message.

image

This also increases the interval from once a minute to once an hour. It definitely should not have been once a minute, and this change alone may have helped the user at #3642. Regardless I think it's better to try and reduce the load by defaulting to false.

Checklist

  • All querysets/queries filter by Organization, by Team, and by User
  • Django backend tests
  • Jest frontend tests
  • Cypress end-to-end tests

@timgl timgl added the sprint Sprint planning label Mar 15, 2021
@timgl timgl temporarily deployed to posthog-default-event-p-gkbcoh March 15, 2021 16:20 Inactive
type="warning"
message={
<>
Event usage is not enabled on your instance. If you want to enable event usage please set the follow
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we say Event Property usage is not enabled? Or does this setting disable events as well

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah it should change depending on which tab you're on

@timgl timgl temporarily deployed to posthog-default-event-p-gkbcoh March 15, 2021 16:24 Inactive
@timgl timgl merged commit 17c90ad into master Mar 15, 2021
@timgl timgl deleted the default-event-property-usage-to-false branch March 15, 2021 18:43
yakkomajuri pushed a commit that referenced this pull request Mar 18, 2021
* Default event property usage to false

* fix type errors and wording
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sprint Sprint planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants