File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ import { Exceptionless } from "@exceptionless/browser";
33Exceptionless . startup ( c => {
44 c . apiKey = "LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw" ;
55 c . serverUrl = "http://localhost:5000" ;
6+ c . useDebugLogger ( ) ;
7+
8+ c . defaultTags . push ( "Example" , "svelte-kit" , "client" ) ;
69} ) ;
710
811/** @type {import('@sveltejs/kit').HandleClientError } */
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ import { Exceptionless } from "@exceptionless/node";
33Exceptionless . startup ( c => {
44 c . apiKey = "LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw" ;
55 c . serverUrl = "http://localhost:5000" ;
6+ c . useDebugLogger ( ) ;
7+
8+ c . defaultTags . push ( "Example" , "svelte-kit" , "server" ) ;
69} ) ;
710
811/** @type {import('@sveltejs/kit').HandleServerError } */
You can’t perform that action at this time.
0 commit comments