mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2026-02-04 20:27:16 +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>