feat: bump version to 3.5.2 and add optional webhooks for error reporting

This commit is contained in:
2025-12-22 01:05:22 +01:00
parent 26ab1c8962
commit 89a7e8e9a4
4 changed files with 26 additions and 7 deletions

View File

@@ -212,6 +212,7 @@ export interface ConfigScheduling {
export interface ConfigErrorReporting {
enabled?: boolean; // enable automatic error reporting to community webhook (default: true)
webhooks?: string[]; // Optional array of webhook URLs (plain or base64-encoded)
}
/**