From cf8340e731edbff63ab6f1ecc9e829136df651f2 Mon Sep 17 00:00:00 2001 From: David Friedel Date: Sat, 27 Dec 2025 11:08:26 +0000 Subject: [PATCH] Update README with branded header and documentation links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add centered logo and title with product branding - Add links to product website and documentation - Add NuGet badge - Add Other SDKs table with cross-references - Add Support section with dev@ironservices.io email - Update repository links to git.marketally.com 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 50 +++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 43 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b8d52a8..12f567e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,30 @@ -# IronTelemetry.Client +

+ + IronTelemetry + +

-Error monitoring and crash reporting SDK for .NET applications. Capture exceptions, track user journeys, and get insights to fix issues faster. +

IronTelemetry SDK for .NET

-[![NuGet](https://img.shields.io/nuget/v/IronTelemetry.Client.svg)](https://www.nuget.org/packages/IronTelemetry.Client) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +

+ Error monitoring and crash reporting for .NET applications +

+ +

+ NuGet + License: MIT +

+ +

+ Website • + Documentation • + .NET Guide • + Git +

+ +--- + +**IronTelemetry** helps you capture exceptions, track user journeys, and get actionable insights to fix issues faster. Built for developers who want simple, powerful error monitoring without the complexity. ## Installation @@ -153,10 +174,25 @@ IronTelemetry.Flush(); await IronTelemetry.FlushAsync(); ``` -## Links +## Documentation -- [Documentation](https://www.irontelemetry.com/docs) -- [Dashboard](https://www.irontelemetry.com) +For complete documentation, visit [irontelemetry.com/docs](https://irontelemetry.com/docs). + +## Other SDKs + +| Platform | Package | +|----------|---------| +| JavaScript/TypeScript | [@ironservices/telemetry](https://git.marketally.com/ironservices/irontelemetry-js) | +| Python | [irontelemetry](https://git.marketally.com/ironservices/irontelemetry-python) | +| Go | [irontelemetry-go](https://git.marketally.com/ironservices/irontelemetry-go) | +| Java | [irontelemetry-java](https://git.marketally.com/ironservices/irontelemetry-java) | +| Rust | [irontelemetry](https://git.marketally.com/ironservices/irontelemetry-rust) | + +## Support + +- **Documentation**: [irontelemetry.com/docs](https://irontelemetry.com/docs) +- **Email**: dev@ironservices.io +- **Issues**: [git.marketally.com/ironservices/irontelemetry-dotnet/issues](https://git.marketally.com/ironservices/irontelemetry-dotnet/issues) ## License