Skip to content

Commit d4aa8f1

Browse files
author
Luca Forstner
committed
.
1 parent a3146c9 commit d4aa8f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev-packages/test-utils/src/event-proxy-server.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ export async function waitForPlainRequest(
282282
/** Wait for a request to be sent. */
283283
export async function waitForRequest(
284284
proxyServerName: string,
285-
timestamp: number,
286285
callback: (eventData: SentryRequestCallbackData) => Promise<boolean> | boolean,
287286
timestamp: number = Date.now(),
288287
): Promise<SentryRequestCallbackData> {
@@ -339,7 +338,6 @@ export async function waitForRequest(
339338
/** Wait for a specific envelope item to be sent. */
340339
export function waitForEnvelopeItem(
341340
proxyServerName: string,
342-
timestamp: number,
343341
callback: (envelopeItem: EnvelopeItem) => Promise<boolean> | boolean,
344342
timestamp: number = Date.now(),
345343
): Promise<EnvelopeItem> {

0 commit comments

Comments
 (0)