Localized description #1883
-
Beta Was this translation helpful? Give feedback.
Answered by
philipphofmann
Jun 15, 2022
Replies: 1 comment 2 replies
-
If you capture an We don't use localized descriptions in error titles because this would create different error groups and the descriptions are especially useless if you don't speak the language. Still, they should end up in the user info section below the stacktrace in Sentry. Where in Sentry did you take your screenshot? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Shiaulis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you capture an
NSError
the error description in Sentry should be the error name and code.We don't use localized descriptions in error titles because this would create different error groups and the descriptions are especially useless if you don't speak the language. Still, they should end up in the user info section below the stacktrace in Sentry.
Where in Sentry did you take your screenshot?
Which Cocoa SDK version are you using?
Can you paste a code snipped of a sample error and how you capture this error, please?