some fix and add disable error telemetry config

This commit is contained in:
alexcrea 2026-03-03 03:12:35 +01:00
parent 48f0cab15d
commit 7044860267
Signed by: alexcrea
GPG key ID: E346CD16413450E3
8 changed files with 54 additions and 13 deletions

View file

@ -22,6 +22,7 @@ object ConfigOptions {
// ----------------------
const val METRIC_TYPE = "metric_type"
const val METRIC_COLLECT_ERROR = "metric_collect_errors"
const val CAP_ANVIL_COST = "limit_repair_cost"
const val MAX_ANVIL_COST = "limit_repair_value"