fatalError message not captured by BugSnag #1679
Labels
backlog
We hope to fix this feature/bug in the future
needs discussion
Requires internal analysis/discussion
Describe the bug
Hi there, we are in the process of evaluating BugSnag to switch from Crashlytics.
We use GRDB and sometimes have
fatalConversionError
crashes. This crash happens when there is an attempt to read a value from a missing column for instance.I noticed that Crashlytics populates a
crash_info_entry_0
key with data such as this:I checked GRDB's source and it's using a fatalError with a dynamic message:
We can't see the error message in BugSnag
I noticed there was this old PR fixing fatalError reporting #948 and #1010
I'm wondering if something's changed in the swift runtime that might have broken this.
Environment
The text was updated successfully, but these errors were encountered: