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";
3
3
Exceptionless . startup ( c => {
4
4
c . apiKey = "LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw" ;
5
5
c . serverUrl = "http://localhost:5000" ;
6
+ c . useDebugLogger ( ) ;
7
+
8
+ c . defaultTags . push ( "Example" , "svelte-kit" , "client" ) ;
6
9
} ) ;
7
10
8
11
/** @type {import('@sveltejs/kit').HandleClientError } */
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ import { Exceptionless } from "@exceptionless/node";
3
3
Exceptionless . startup ( c => {
4
4
c . apiKey = "LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw" ;
5
5
c . serverUrl = "http://localhost:5000" ;
6
+ c . useDebugLogger ( ) ;
7
+
8
+ c . defaultTags . push ( "Example" , "svelte-kit" , "server" ) ;
6
9
} ) ;
7
10
8
11
/** @type {import('@sveltejs/kit').HandleServerError } */
You can’t perform that action at this time.
0 commit comments