Skip to content

Commit 50d6478

Browse files
committed
Fix types
1 parent 3e2b46e commit 50d6478

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

library/agent/api/ReportingAPIRateLimitedClientSide.test.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,14 @@ function generateHeartbeatEvent(): Event {
154154
blocked: 0,
155155
total: 0,
156156
},
157+
blocked: {
158+
total: 0,
159+
allowedIpsRoute: 0,
160+
userAgent: 0,
161+
ipBlocklist: 0,
162+
userBlocked: 0,
163+
},
164+
rateLimited: 0,
157165
},
158166
},
159167
agent: {

0 commit comments

Comments
 (0)