Skip to content

Commit

Permalink
docs: fix some session tracking docs typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Jun 6, 2018
1 parent 58baad8 commit 6432b4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 4.X.X (TBD)

**Note**: this release alters the behaviour of the notifier to track session automatically. If you
**Note**: this release alters the behaviour of the notifier to track sessions automatically. If you
use Bugsnag On-Premise, it is now also recommended that you set your notify and session endpoints
via `config.setEndpoints(String notify, String sessions)`.

Expand Down
4 changes: 2 additions & 2 deletions sdk/src/main/java/com/bugsnag/android/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void setEndpoint(String endpoint) {

/**
* Set the endpoints to send data to. By default we'll send error reports to
* https://notify.bugsnag.com, and sessions to https://session.bugsnag.com, but you can
* https://notify.bugsnag.com, and sessions to https://sessions.bugsnag.com, but you can
* override this if you are using Bugsnag Enterprise to point to your own Bugsnag endpoint.
*
* Please note that it is recommended that you set both endpoints. If the notify endpoint is
Expand Down Expand Up @@ -189,7 +189,7 @@ public String getSessionEndpoint() {

/**
* Set the endpoint to send Session Tracking data to. By default we'll send reports to
* the standard https://session.bugsnag.com endpoint, but you can override
* the standard https://sessions.bugsnag.com endpoint, but you can override
* this if you are using Bugsnag Enterprise to point to your own Bugsnag
* endpoint.
*
Expand Down

0 comments on commit 6432b4c

Please sign in to comment.