joshdholtz / Sentry-Android

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

Uncaught exceptions don't contain device & os metadata #72

Closed bgerstle closed 8 years ago

bgerstle commented 8 years ago

Overview

Uncaught exceptions should have the same metadata as manually-reported exceptions.

Steps to reproduce

  1. Raise an uncaught exception

    Expected results

Event is annotated with OS, device, and app information. For example, here's an exception I sent manually:

image

Actual results

Only manually-set information via captureListener is sent:

image