-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Milestone
Description
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.