Skip to content

Commit 14a10c1

Browse files
committed
Updated deps
1 parent 152d0a6 commit 14a10c1

File tree

9 files changed

+3580
-138
lines changed

9 files changed

+3580
-138
lines changed

example/svelte-kit/src/hooks.server.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Exceptionless.startup(c => {
88
c.defaultTags.push("Example", "svelte-kit", "server");
99
});
1010

11-
/** @type {import('@sveltejs/kit').HandleServerError} */
11+
/** @type {import("@sveltejs/kit").HandleServerError} */
1212
export async function handleError({ error, event }) {
13-
console.log('server error handler');
13+
console.log("server error handler");
1414
await Exceptionless.submitException(toError(error));
1515
}

0 commit comments

Comments
 (0)