Documentation Index
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
During day-to-day operations, end users are triggering countless actions within your application. As part of your provided user experience, end users will generate keys, sign transactions and perform additional actions such as connecting their wallet to a dApp or export their private key material. Due to the complexity and variety of actions an end user may perform, different issues or errors may arise. In order to proactively monitor and treat such problems that may appear, the EW SDK lets you toggle whether events and logs will be automatically sent to Fireblocks, through your backend. Thus, Fireblocks may be able to proactively suggest and point onto issues or problems that your user base is facing, providing you with the ability to resolve it before any major impact. It’s important to note Fireblocks does not retrieve any PII regarding the end user. Please review the Shared Data section to validate the data that is shared with Fireblocks.Configuration
As part of theFireblocksOptions object, you will now have a new flag, reporting.
reporting is enabled. If you do not want to share telemetry logs with Fireblocks, just set reporting to false.
Shared Data
When reporting on errors, the SDK will collect a few fields:- type
- message
- code
- level
- method
- logs
- navigator_appCodeName (e.g. Mozilla)
- navigator_appName
- navigator_language
- navigator_platform
- navigator_product
- navigator_userAgent
- navigator_vendor
- timezoneOffset