We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
handleErrorWithSentry
1 parent ad32f94 commit be56361Copy full SHA for be56361
packages/sveltekit/src/index.types.ts
@@ -18,7 +18,7 @@ import type * as serverSdk from './server';
18
export declare function init(options: Options | clientSdk.BrowserOptions | serverSdk.NodeOptions): void;
19
20
export declare function handleErrorWithSentry<T extends HandleClientError | HandleServerError>(
21
- handleError: T,
+ handleError?: T,
22
): ReturnType<T>;
23
24
export declare function wrapLoadWithSentry<S extends ServerLoad>(origLoad: S): S;
0 commit comments