Skip to content

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

Merged
merged 2 commits into from
Jul 19, 2019

Conversation

maheskett
Copy link
Contributor

No description provided.

"feature.event_cause.viewed": {
"org_id": int,
"project_id": int,
"platform": str,
Copy link
Member

Choose a reason for hiding this comment

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

Why platform?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

okay removed platform

Copy link
Contributor Author

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

Copy link
Member

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?

Copy link
Contributor

Choose a reason for hiding this comment

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

nah

@@ -160,6 +160,26 @@
"org_id": int,
"plan": str,
},
"feature.event_cause.viewed": {
Copy link
Contributor

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?

Copy link
Contributor Author

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

@maheskett maheskett force-pushed the maheskett/add-suspect-commit-analytics branch from 8ce327e to d1a4d3d Compare July 19, 2019 19:11
@maheskett maheskett requested a review from adhiraj July 19, 2019 19:18
@@ -99,6 +99,25 @@
"path": str,
"org_id": int,
},
"event_cause.viewed": {
"org_id": int,
"project_id": int,
Copy link
Contributor

@adhiraj adhiraj Jul 19, 2019

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

Copy link
Contributor Author

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?

Copy link
Member

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?

@maheskett maheskett force-pushed the maheskett/add-suspect-commit-analytics branch from d1a4d3d to 5225a2e Compare July 19, 2019 20:35
@maheskett maheskett merged commit 9e10cd9 into master Jul 19, 2019
@maheskett maheskett deleted the maheskett/add-suspect-commit-analytics branch July 19, 2019 21:42
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.

3 participants