airbrake / airbrake-android

Exception tracking for Android Apps.
19 stars 26 forks source link

Insecure http url used by airbrake android - Notifier does not work. #12

Closed giantslogik closed 5 years ago

giantslogik commented 5 years ago

The url in the Notifier needs to be changed to https

private static final String AIRBRAKE_ENDPOINT = "http://airbrakeapp.com/notifier_api/v2/notices";

Http is blocked on newer android versions.