Skip to content

Commit

Permalink
Remove useReferenceIds
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jun 23, 2021
1 parent 94d6c4e commit ba43bea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ a callback as shown below:
await Exceptionless.startup((c) => {
c.apiKey = "API_KEY_HERE";
c.usePersistedQueueStorage = true;
c.useReferenceIds();
});
```

Expand Down Expand Up @@ -204,7 +203,6 @@ try {
} catch (error) {
await Exceptionless.createException(error)
// Set the reference id of the event so we can search for it later (reference:id).
// This will automatically be populated if you call Exceptionless.config.useReferenceIds();
.setReferenceId("random guid")
// Add the order object (the ability to exclude specific fields will be coming in a future version).
.setProperty("Order", order)
Expand Down

0 comments on commit ba43bea

Please sign in to comment.