-
-
Notifications
You must be signed in to change notification settings - Fork 13
feat(suspect-commits): Add event cause events #117
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
reload_app/events.py
Outdated
"feature.event_cause.viewed": { | ||
"org_id": int, | ||
"project_id": int, | ||
"platform": str, |
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.
Why platform?
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.
okay removed platform
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.
never mind, @adhiraj said amplitude can't join data
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.
damn really? @adhiraj I thought we could do like project.platform?
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.
nah
reload_app/events.py
Outdated
@@ -160,6 +160,26 @@ | |||
"org_id": int, | |||
"plan": str, | |||
}, | |||
"feature.event_cause.viewed": { |
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.
not sure why we have a feature.
prefix?
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.
hm ya not sure if this is for organizational reasons or if there's reporting that relies on it. I can remove the prefix
8ce327e
to
d1a4d3d
Compare
@@ -99,6 +99,25 @@ | |||
"path": str, | |||
"org_id": int, | |||
}, | |||
"event_cause.viewed": { | |||
"org_id": int, | |||
"project_id": int, |
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.
why no platform here? basically i'm thinking if we wanna answer the question "what is the dismiss rate for different platforms?" what is the data we'll need
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.
that event is only going to reload. thought you could get the platform in that case?
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.
Yeah we can join project right?
d1a4d3d
to
5225a2e
Compare
No description provided.