Skip to content

Commit 4b19c12

Browse files
uncommented custom server url for express example
1 parent 30182b1 commit 4b19c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/express/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ const app = express();
44
import { Exceptionless } from "@exceptionless/node";
55

66
await Exceptionless.startup((c) => {
7-
c.apiKey = "W7pdTehUAH8IrCxd4PllAs6ZheUpGLcrd6WpodDl";
8-
// c.serverUrl = "http://localhost:5000";
7+
c.apiKey = "LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw";
8+
c.serverUrl = "http://localhost:5000";
99
c.useDebugLogger();
1010

1111
c.defaultTags.push("Example", "Node");

0 commit comments

Comments
 (0)