-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
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.
aschulz90
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Needs Investigation