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 30182b1 commit 4b19c12Copy full SHA for 4b19c12
1 file changed
example/express/app.js
@@ -4,8 +4,8 @@ const app = express();
4
import { Exceptionless } from "@exceptionless/node";
5
6
await Exceptionless.startup((c) => {
7
- c.apiKey = "W7pdTehUAH8IrCxd4PllAs6ZheUpGLcrd6WpodDl";
8
- // c.serverUrl = "http://localhost:5000";
+ c.apiKey = "LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw";
+ c.serverUrl = "http://localhost:5000";
9
c.useDebugLogger();
10
11
c.defaultTags.push("Example", "Node");
0 commit comments