Skip to content

Commit

Permalink
fix: explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed Mar 26, 2024
1 parent 313708d commit f867746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/guides/metrics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Your DApp will now start collecting and transmitting data on every wallet reques
:::important
When `enableMetrics` is set to `true`, an initial request is sent to our backend.
This serves two key purposes: verifying if the dApp is authorized to send metrics to our system and preemptively checking for any potential network issues.
It's crucial to note that if this initial request, or any subsequent metric-related request, fails, Beacon will automatically disable all metrics collection to prevent any operational disruptions and reliability of the metrics collection process.
It's crucial to note that if this initial request fails because of a Netwrok error, Beacon will automatically disable all metrics collection to prevent any operational disruptions and reliability of the metrics collection process.
:::

## Performance Metrics Object
Expand Down

0 comments on commit f867746

Please sign in to comment.