joshdholtz / Sentry-Android

[Deprecated] Use official "raven-java" library
https://github.com/getsentry/sentry-java
MIT License
180 stars 48 forks source link

Support for self hosted Sentry #3

Closed suda closed 10 years ago

suda commented 10 years ago

Base URL to Sentry is hardcoded to "https://app.getsentry.com". It would be great if it could be set to something else during initiation.

joshdholtz commented 10 years ago

Will get a new build made in 30 minutes for ya.

joshdholtz commented 10 years ago

Sentry v0.1.4 allows a base url to bet set - https://github.com/joshdholtz/Sentry-Android#init-with-your-base-url

@suda Let me know if you are still having issues!

suda commented 10 years ago

It's working great :) Having issues with AsyncTask thou: https://github.com/joshdholtz/Sentry-Android/issues/4