Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Jul 4, 2024
1 parent a3146c9 commit d4aa8f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev-packages/test-utils/src/event-proxy-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ export async function waitForPlainRequest(
/** Wait for a request to be sent. */
export async function waitForRequest(
proxyServerName: string,
timestamp: number,
callback: (eventData: SentryRequestCallbackData) => Promise<boolean> | boolean,
timestamp: number = Date.now(),
): Promise<SentryRequestCallbackData> {
Expand Down Expand Up @@ -339,7 +338,6 @@ export async function waitForRequest(
/** Wait for a specific envelope item to be sent. */
export function waitForEnvelopeItem(
proxyServerName: string,
timestamp: number,
callback: (envelopeItem: EnvelopeItem) => Promise<boolean> | boolean,
timestamp: number = Date.now(),
): Promise<EnvelopeItem> {
Expand Down

0 comments on commit d4aa8f1

Please sign in to comment.