Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 505 Bytes

File metadata and controls

12 lines (9 loc) · 505 Bytes

Exceptionless Svelte Kit Example

This example shows how to use the @exceptionless/browser package for client side Svelte Kit and @exceptionless/node for server side Svelte Kit. These is both a client side error hook hooks.client.js and a server side error hook hooks.server.js.

To run locally, follow these steps:

  1. git clone https://github.com/exceptionless/Exceptionless.JavaScript
  2. cd Exceptionless.Javascript
  3. npm install
  4. cd example/svelte-kit
  5. npm run dev -- --open