Amirhosein Barati

Results 5 comments of Amirhosein Barati

I will make the changes and commit again, thank you.

چی میگی داداش

is there a problem?

```kt val config = CountlyConfig(this, countlyAppKey, countlyUrl) config.setApplication(this) config.setLoggingEnabled(true) config.setEventQueueSizeToSend(3) config.setUpdateSessionTimerDelay(10) config.setIdMode(DeviceId.Type.ADVERTISING_ID) config.setShouldIgnoreAppCrawlers(false) config.setViewTracking(true) config.setAutoTrackingUseShortName(true) config.enableCrashReporting() config.setCustomCrashSegment(mapOf( "debug" to if (BuildConfig.DEBUG) "true" else "false", "app_version_code" to BuildConfig.VERSION_CODE, "devices" to sh("Main").getString("devices",...

Crash overview > Crash Occurences > Crash Logs (BreadCrumb) I have seen this on Chrome and Opera browsers. I think this issue is related to Back-end and not Front. ![Screenshot...