Skip to content

Commit 2c4c55b

Browse files
committed
use function for sentryHandle
1 parent d6a3373 commit 2c4c55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e-tests/test-applications/sveltekit/src/hooks.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ const myErrorHandler = ({ error, event }: any) => {
1414

1515
export const handleError = Sentry.handleErrorWithSentry(myErrorHandler);
1616

17-
export const handle = Sentry.sentryHandle;
17+
export const handle = Sentry.sentryHandle();

0 commit comments

Comments
 (0)