From e6477e447dcce97111730d2c407108a8a84aa79e Mon Sep 17 00:00:00 2001 From: Jeremy Vyska Date: Fri, 17 Oct 2025 09:05:07 +0200 Subject: [PATCH] Add BC Telemetry Buddy (Waldo) to Tools list --- .../CommunityResources/Tools/_index.md | 9 ++++++ .../Tools/waldo-bctelemetrybuddy.md | 28 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 content/docs/agentic-coding/CommunityResources/Tools/waldo-bctelemetrybuddy.md diff --git a/content/docs/agentic-coding/CommunityResources/Tools/_index.md b/content/docs/agentic-coding/CommunityResources/Tools/_index.md index b8b267fd..f0fbd82c 100644 --- a/content/docs/agentic-coding/CommunityResources/Tools/_index.md +++ b/content/docs/agentic-coding/CommunityResources/Tools/_index.md @@ -84,6 +84,15 @@ Each MCP server below has its own dedicated page with detailed information, setu --- +### [BC Telemetry Buddy (Waldo)](waldo-bctelemetrybuddy.md) + +**Key Features**: +- Simple helpers for collecting Business Central telemetry +- Forward telemetry events to a custom endpoint for analysis +- Lightweight and easy to add to development workflows + +--- + ## Contributing Tools **Created a tool for AI-assisted AL development?** diff --git a/content/docs/agentic-coding/CommunityResources/Tools/waldo-bctelemetrybuddy.md b/content/docs/agentic-coding/CommunityResources/Tools/waldo-bctelemetrybuddy.md new file mode 100644 index 00000000..8a45217c --- /dev/null +++ b/content/docs/agentic-coding/CommunityResources/Tools/waldo-bctelemetrybuddy.md @@ -0,0 +1,28 @@ +--- +title: "BC Telemetry Buddy (Waldo)" +linkTitle: "BC Telemetry Buddy" +weight: 7 +description: > + A small utility to help collect and forward Business Central telemetry for analysis and debugging. +--- + +## Overview + +BC Telemetry Buddy (by Waldo) is a community tool that simplifies collecting telemetry from Business Central extensions and forwarding events to analysis endpoints. It's useful for teams who want lightweight telemetry during development or targeted diagnostics in production-like environments. + +**Publisher**: [waldo1001](https://github.com/waldo1001) + +--- + +## Key Features + +- Easy instrumentation helpers for common telemetry scenarios +- Lightweight forwarding to custom endpoints +- Works well in development environments and with local testing setups +- Simple configuration and minimal dependencies + +--- + +## Links + +- **GitHub**: https://github.com/waldo1001/waldo.BCTelemetryBuddy