We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple
CocoaPods
0.9.0
Throwable
A
captureException()
B
Exception on the dashboard should include the stack trace at the time the exception was instantiated (i.e. site A)
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Platform
Apple
Installed
CocoaPods
Version
0.9.0
Steps to Reproduce
Throwable
at siteA
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. siteB
)Notice how the top of the stack includes Sentry. Breadcrumbs seem accurate though.
Works as expected on Android, but not on iOS.
The text was updated successfully, but these errors were encountered: