mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2026-03-26 21:35:08 +08:00
Changed from accessing non-existent className/packageName properties to using flattenToShortString() method which returns the component name in a standard format. This fixes the Kotlin compilation errors: - Unresolved reference 'className' - Unresolved reference 'packageName' Co-authored-by: fankes <37344460+fankes@users.noreply.github.com>