We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1d699 commit d5b7690Copy full SHA for d5b7690
1 file changed
apps/web/src/rpc/requestLatencyState.ts
@@ -36,7 +36,7 @@ function getSlowRpcAckRequestsValue(): ReadonlyArray<SlowRpcAckRequest> {
36
}
37
38
function shouldTrackRpcAck(tag: string): boolean {
39
- return !tag.startsWith("subscribe");
+ return !tag.includes("subscribe");
40
41
42
export function getSlowRpcAckRequests(): ReadonlyArray<SlowRpcAckRequest> {
0 commit comments