Skip to content

Commit

Permalink
feat(profiling): Add insufficient data as client discard reason (#4407)
Browse files Browse the repository at this point in the history
We'd like to add a new client discard reason called `insufficient_data` for the
use case where the SDK did not collect enough data for a valid profile and
discards it as a result.
  • Loading branch information
Zylphrex committed Jun 26, 2023
1 parent 6814812 commit 540c237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snuba/datasets/processors/outcomes_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"sample_rate",
"send_error",
"internal_sdk_error",
"insufficient_data",
"backpressure",
]
)
Expand Down

0 comments on commit 540c237

Please sign in to comment.