We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1286a commit 30182b1Copy full SHA for 30182b1
2 files changed
example/browser/index.js
@@ -1,4 +1,4 @@
1
-import { Exceptionless } from "../../packages/browser/dist/index";
+import { Exceptionless } from "../../node_modules/@exceptionless/browser/dist/index.min.js";
2
import { divide } from "./math.js";
3
import { TextAreaLogger } from "./text-area-logger.js";
4
example/express/app.js
@@ -4,8 +4,8 @@ const app = express();
import { Exceptionless } from "@exceptionless/node";
5
6
await Exceptionless.startup((c) => {
7
- c.apiKey = "LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw";
8
- c.serverUrl = "http://localhost:5000";
+ c.apiKey = "W7pdTehUAH8IrCxd4PllAs6ZheUpGLcrd6WpodDl";
+ // c.serverUrl = "http://localhost:5000";
9
c.useDebugLogger();
10
11
c.defaultTags.push("Example", "Node");
0 commit comments