From f92d82a0e8afb229997520d1c584acde43a0d3d5 Mon Sep 17 00:00:00 2001 From: Nan Lin <80365263+linnan-github@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:20:55 -0500 Subject: [PATCH] Add source-destination-limit-replaced to constants (#1473) --- ts/src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/src/constants.ts b/ts/src/constants.ts index e906dad64d..37211e29fa 100644 --- a/ts/src/constants.ts +++ b/ts/src/constants.ts @@ -65,6 +65,7 @@ export const sourceAggregatableDebugTypes: Readonly<[string, ...string[]]> = [ 'source-channel-capacity-limit', 'source-destination-global-rate-limit', 'source-destination-limit', + 'source-destination-limit-replaced', 'source-destination-rate-limit', 'source-max-event-states-limit', 'source-noised',