Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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