Open
Description
Platform
Apple
Installed
CocoaPods
Version
0.9.0
Steps to Reproduce
- create a
Throwable
at siteA
- call
captureException()
from siteB
Expected Result
Exception on the dashboard should include the stack trace at the time the exception was instantiated (i.e. site A
)
Actual Result
Exception on the dashboard includes the stack trace at the time captureException()
is called (i.e. site B
)
Notice how the top of the stack includes Sentry. Breadcrumbs seem accurate though.
Works as expected on Android, but not on iOS.
Metadata
Metadata
Assignees
Type
Projects
Status
Needs Investigation