-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
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
fatalError message is lost #187
Comments
Is this bug back in ? Looks like any of my fatalError calls are missing the descriptions... CocoaPods |
Thanks @martindufort for reaching out to us. Can you give us more context on when you experience the issue? It would be nice if you would open up another issue for this and reference this issue here. |
Thanks for your reply @philipphofmann. Was sure I opened up an issue for this here. Upon further investigation, it was opened in the general Sentry repo: https://github.com/getsentry/sentry/issues/19870 Do you want me to create a new one here and delete the other one ? |
I transferred the issue to this repo @martindufort #662. Thanks for opening it. |
Thanks for looking into this... |
Platform:
Swift:
sentry-cocoa installed with:
Version of sentry-cocoa:
3.0.11
I have following issue:
fatalError("message goes here about what went wrong")
produces a Sentry issue that doesn't include the message text.Example issue: https://sentry.io/recharge/consumer-ios/issues/308295368/
The text was updated successfully, but these errors were encountered: