Skip to content

Commit 03a6227

Browse files
committed
Removed extra config from readme.
1 parent dacadcf commit 03a6227

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

packages/browser/README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,10 @@ or
1717

1818
```js
1919
await Exceptionless.startup(c => {
20-
c.useDebugLogger();
21-
c.services.log = new TextAreaLogger("logs", c.services.log);
22-
2320
c.apiKey = "LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw";
2421
c.serverUrl = "http://localhost:5000";
25-
c.updateSettingsWhenIdleInterval = 15000;
26-
c.usePersistedQueueStorage = true;
2722
c.setUserIdentity("12345678", "Blake");
2823
c.useSessions();
29-
30-
// set some default data
31-
c.defaultData["SampleUser"] = {
32-
id: 1,
33-
name: "Blake",
34-
password: "123456",
35-
passwordResetToken: "a reset token",
36-
myPasswordValue: "123456",
37-
myPassword: "123456",
38-
customValue: "Password",
39-
value: {
40-
Password: "123456"
41-
}
42-
};
43-
4424
c.defaultTags.push("Example", "JavaScript");
45-
c.settings["@@error:MediaError"] = "Off"
4625
});
4726
```

0 commit comments

Comments
 (0)