joshdholtz / Sentry-Android

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

Change SentryEventCaptureListener to an interface #64

Closed marcomorain closed 8 years ago

marcomorain commented 8 years ago

This is not a backwards compatible change - users of this class will have to change their code to replace the 'extends' keyword with 'implements'.

Fixes #42

marcomorain commented 8 years ago

Hi @joshdholtz - any interest in this change?

marcomorain commented 8 years ago

Ping @joshdholtz

joshdholtz commented 8 years ago

Woot, thanks for this!