You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://flowcrypt.com/api/help/error should be replaced with https://flowcrypt.com/shared-tenant-fes/api/v1/log-collector/exception
The new API has the following expected JSON input format:
val name: String, // Exception name
val message: String, // Exception message
val url: String, // Error url
val line: Long, // Error line
val col: Long, // Error line col
val line: Int, // Error line
val col: Int, // Error line col
rohit1729 marked this conversation as resolved.
val trace: String, // Stack trace text
val version: String, // flowcrypt version
val environment: String, // prod/dev/unknown
val product: String, // web-ext/android/ios/web/web-portal
val buildType: String, // consumer/enterprise
The API will be live with FES release 2023-07 later this month.
The text was updated successfully, but these errors were encountered:
@tomholub currently we're not reporting client errors from iOS app, they're collected only in App Store Connect.
So we'll need to implement this functionality from scratch
https://flowcrypt.com/api/help/error
should be replaced withhttps://flowcrypt.com/shared-tenant-fes/api/v1/log-collector/exception
The new API has the following expected JSON input format:
The API will be live with FES release 2023-07 later this month.
The text was updated successfully, but these errors were encountered: