Skip to content

test(sveltekit): Add e2e build test for sveltekit #7881

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Apr 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/e2e-tests/test-applications/sveltekit/src/hooks.serve…
…r.ts

Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
  • Loading branch information
AbhiPrasad and Lms24 authored Apr 27, 2023
commit 70c702ef10a25ec3ac7a28b98502f89b38a7b5b2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Sentry.init({
});

const myErrorHandler = ({ error, event }: any) => {
console.error('An error occurred on the client side:', error, event);
console.error('An error occurred on the server side:', error, event);
};

export const handleError = Sentry.handleErrorWithSentry(myErrorHandler);
Expand Down