Update README with branded header and documentation links

- 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 <noreply@anthropic.com>
This commit is contained in:
David Friedel 2025-12-27 11:08:26 +00:00
parent f31d55373c
commit cf8340e731
1 changed files with 43 additions and 7 deletions

View File

@ -1,9 +1,30 @@
# IronTelemetry.Client <p align="center">
<a href="https://irontelemetry.com">
<img src="https://irontelemetry.com/logo.png" alt="IronTelemetry" width="120" />
</a>
</p>
Error monitoring and crash reporting SDK for .NET applications. Capture exceptions, track user journeys, and get insights to fix issues faster. <h1 align="center">IronTelemetry SDK for .NET</h1>
[![NuGet](https://img.shields.io/nuget/v/IronTelemetry.Client.svg)](https://www.nuget.org/packages/IronTelemetry.Client) <p align="center">
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) <strong>Error monitoring and crash reporting for .NET applications</strong>
</p>
<p align="center">
<a href="https://www.nuget.org/packages/IronTelemetry.Client"><img src="https://img.shields.io/nuget/v/IronTelemetry.Client.svg" alt="NuGet"></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
</p>
<p align="center">
<a href="https://irontelemetry.com">Website</a>
<a href="https://irontelemetry.com/docs">Documentation</a>
<a href="https://irontelemetry.com/docs/dotnet">.NET Guide</a>
<a href="https://git.marketally.com/ironservices">Git</a>
</p>
---
**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 ## Installation
@ -153,10 +174,25 @@ IronTelemetry.Flush();
await IronTelemetry.FlushAsync(); await IronTelemetry.FlushAsync();
``` ```
## Links ## Documentation
- [Documentation](https://www.irontelemetry.com/docs) For complete documentation, visit [irontelemetry.com/docs](https://irontelemetry.com/docs).
- [Dashboard](https://www.irontelemetry.com)
## 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 ## License