From 6432b4c5d816ae7bb32befb8f452e8d931cacda5 Mon Sep 17 00:00:00 2001 From: fractalwrench Date: Wed, 6 Jun 2018 10:30:31 +0100 Subject: [PATCH] docs: fix some session tracking docs typos --- CHANGELOG.md | 2 +- sdk/src/main/java/com/bugsnag/android/Configuration.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c3168fd1..4dd5f898a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)`. diff --git a/sdk/src/main/java/com/bugsnag/android/Configuration.java b/sdk/src/main/java/com/bugsnag/android/Configuration.java index 223f0419da..6af820c41c 100644 --- a/sdk/src/main/java/com/bugsnag/android/Configuration.java +++ b/sdk/src/main/java/com/bugsnag/android/Configuration.java @@ -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 @@ -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. *