mirror of
https://github.com/SigNoz/signoz.git
synced 2026-06-26 10:00:28 +01:00
* feat(authz): add transaction group schema and validations * fix(authz): drop constant errorFormat param from wrapValidationError unparam flagged wrapValidationError's errorFormat parameter since all call sites passed the same "%s: %s". Inline the format and trim the argument at each call site. No behavior change. * feat(authz): better error handling * chore(authz): suffix generated web settings schema with .schema.json Rename webSettings.json to webSettings.schema.json to follow the JSON Schema file-naming convention and match transactionGroups.schema.json. Updates the generator output path, the json2ts input + banner in package.json, and the generated banner comment. * feat(authz): add schema titles