Skip to content

Commit 24d5518

Browse files
committed
fix unit tests after rebase
1 parent 1886c87 commit 24d5518

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sveltekit/test/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { resolvedSyncPromise } from '@sentry/utils';
44

55
export function getDefaultNodeClientOptions(options: Partial<ClientOptions> = {}): ClientOptions {
66
return {
7+
dsn: 'http://examplePublicKey@localhost/0',
78
integrations: [],
89
transport: () => createTransport({ recordDroppedEvent: () => undefined }, _ => resolvedSyncPromise({})),
910
stackParser: () => [],

0 commit comments

Comments
 (0)