From 4446deb34c33c6f1e53f9db245183baa69dce34e Mon Sep 17 00:00:00 2001 From: Marks Polakovs Date: Sat, 25 Mar 2017 17:36:47 +0100 Subject: [PATCH] Remove documentation for call to init with baseUrl This API isn't available, and the baseUri parsing is done by the Sentry library anyway --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index c81f0bf..dbc2f56 100644 --- a/README.md +++ b/README.md @@ -190,14 +190,6 @@ Sentry.setCaptureListener(new SentryEventCaptureListener() { ``` -## Use for self hosted Sentry - -### Init with your base url -``` java -Sentry.init(this, "http://your-base-url.com" "YOUR-SENTRY-DSN"); - -``` - ## Contact Email: [josh@rokkincat.com](mailto:josh@rokkincat.com)