Skip to content

Commit

Permalink
Add scuba event when calls to RELATES fail in Runway
Browse files Browse the repository at this point in the history
Summary: Log this to scuba so that we can keep better track of how often failures are occurring. This will be handy for monitoring if issues come up in the future

Reviewed By: aniketmathur, ronmrdechai

Differential Revision: D66721289

fbshipit-source-id: c2eae555d881d9bb7a61e1e67da63c5693a57340
  • Loading branch information
Leon Pang authored and facebook-github-bot committed Dec 15, 2024
1 parent 2f73a1e commit ad26221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions td_util/src/supertd_events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pub enum Event {
RE_METADATA_SUCCESS,
GENERATED_TARGETS_COUNT,
QE_CHECK,
RUNWAY_RELATES_CALL_FAILURE,
}

#[derive(Debug)]
Expand Down

0 comments on commit ad26221

Please sign in to comment.