-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
feat(replays): Emit mobile replay outcomes #74649
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #74649 +/- ##
===========================================
+ Coverage 47.46% 78.14% +30.67%
===========================================
Files 6747 6727 -20
Lines 301197 299409 -1788
Branches 51837 51565 -272
===========================================
+ Hits 142978 233965 +90987
+ Misses 152988 59120 -93868
- Partials 5231 6324 +1093
|
| if not project.flags.has_replays: | ||
| first_replay_received.send_robust(project=project, sender=Project) | ||
|
|
||
| # Replay videos are not billed for now. |
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.
comment is outdated?
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.
No this outcome is not billed. We're adding it so the PMs can access the data in looker.
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.
additionally: should there be a test covering this change?
Emitting replay video outcome for tracking purposes.
Closes: https://github.com/getsentry/team-replay/issues/452
Related: getsentry/relay#3847