Skip to content

Commit

Permalink
fix unit tests after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Oct 7, 2024
1 parent 638ad46 commit 73eb9c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sveltekit/test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { resolvedSyncPromise } from '@sentry/utils';

export function getDefaultNodeClientOptions(options: Partial<ClientOptions> = {}): ClientOptions {
return {
dsn: 'http://examplePublicKey@localhost/0',
integrations: [],
transport: () => createTransport({ recordDroppedEvent: () => undefined }, _ => resolvedSyncPromise({})),
stackParser: () => [],
Expand Down

0 comments on commit 73eb9c4

Please sign in to comment.