I'm a little late, but I recently released the Sentry client for Android. This is in the early stages, so feel free to request any changes you see.
https://github.com/joshdholtz/Sentry-Android
public class MainActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main);
source share