Skip to content

Commit

Permalink
feat(replays): Emit metric on mobile-replay billing skip (#82928)
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Garcia <[email protected]>
  • Loading branch information
cmanallen and bruno-garcia authored Jan 6, 2025
1 parent 838797d commit 06f13c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sentry/replays/usecases/ingest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def track_initial_segment_event(

# Beta customers will have a 2 months grace period post GA.
if should_skip_billing(org_id, is_replay_video):
metrics.incr("replays.billing-outcome-skipped")
track_outcome(
org_id=org_id,
project_id=project_id,
Expand Down

0 comments on commit 06f13c4

Please sign in to comment.