Skip to content

Commit

Permalink
Merge pull request #126 from markspolakovs/patch-1
Browse files Browse the repository at this point in the history
Remove documentation for call to init with baseUrl
  • Loading branch information
Josh Holtz authored May 25, 2017
2 parents e755505 + 4446deb commit 549a512
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: [[email protected]](mailto:[email protected])<br/>
Expand Down

0 comments on commit 549a512

Please sign in to comment.