File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import { Exceptionless } from "../../packages/ browser/dist/index" ;
1+ import { Exceptionless } from "../../node_modules/@exceptionless/ browser/dist/index.min.js " ;
22import { divide } from "./math.js" ;
33import { TextAreaLogger } from "./text-area-logger.js" ;
44
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ const app = express();
44import { Exceptionless } from "@exceptionless/node" ;
55
66await Exceptionless . startup ( ( c ) => {
7- c . apiKey = "LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw " ;
8- c . serverUrl = "http://localhost:5000" ;
7+ c . apiKey = "W7pdTehUAH8IrCxd4PllAs6ZheUpGLcrd6WpodDl " ;
8+ // c.serverUrl = "http://localhost:5000";
99 c . useDebugLogger ( ) ;
1010
1111 c . defaultTags . push ( "Example" , "Node" ) ;
You can’t perform that action at this time.
0 commit comments