Add badges and clean up links in README

This commit is contained in:
David Friedel 2025-12-25 09:31:44 +00:00
parent ebe7731b46
commit 64177a5434
1 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,9 @@
# IronTelemetry.Client # IronTelemetry.Client
Error monitoring and crash reporting SDK for .NET applications. Error monitoring and crash reporting SDK for .NET applications. Capture exceptions, track user journeys, and get insights to fix issues faster.
[![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)
## Installation ## Installation
@ -154,4 +157,7 @@ await IronTelemetry.FlushAsync();
- [Documentation](https://www.irontelemetry.com/docs) - [Documentation](https://www.irontelemetry.com/docs)
- [Dashboard](https://www.irontelemetry.com) - [Dashboard](https://www.irontelemetry.com)
- [Support](https://www.irontelemetry.com/support)
## License
MIT License - see [LICENSE](LICENSE) for details.