Itmo.Dev.Platform.Observability 1.0.124

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Itmo.Dev.Platform.Observability --version 1.0.124
                    
NuGet\Install-Package Itmo.Dev.Platform.Observability -Version 1.0.124
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Itmo.Dev.Platform.Observability" Version="1.0.124" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Itmo.Dev.Platform.Observability" Version="1.0.124" />
                    
Directory.Packages.props
<PackageReference Include="Itmo.Dev.Platform.Observability" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Itmo.Dev.Platform.Observability --version 1.0.124
                    
#r "nuget: Itmo.Dev.Platform.Observability, 1.0.124"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Itmo.Dev.Platform.Observability&version=1.0.124
                    
Install Itmo.Dev.Platform.Observability as a Cake Addin
#tool nuget:?package=Itmo.Dev.Platform.Observability&version=1.0.124
                    
Install Itmo.Dev.Platform.Observability as a Cake Tool

Itmo.Dev.Platform.Observability

Usage

Call AddPlatformObservability extension method on your WebApplicationBuilder.

Configuration

Tracing

{
  "Platform": {
    "Observability": {
      "Tracing": {
        "IsEnabled": bool,
        "Sources": [
          string
        ]
      }
    }
  }
}

Logging

{
  "Platform": {
    "Observability": {
      "Logging": {
        "Serilog": {
          // Your serilog configuration
        }
      }
    }
  }
}

Sentry

{
  "Platform": {
    "Observability": {
      "Sentry": {
        "IsEnabled": bool
        "Configuration": {
          // Your Sentry configuration
        }
      }
    }
  }
}
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.294 112 5/28/2025
1.4.292 105 5/27/2025
1.4.290 127 5/27/2025
1.4.288 79 5/17/2025
1.4.282 150 5/11/2025
1.4.275 41 5/10/2025
1.4.269 45 5/10/2025
1.4.261 149 2/16/2025
1.4.259 85 2/16/2025
1.4.255 116 2/6/2025
1.4.251 86 2/3/2025
1.4.234 658 11/18/2024
1.4.230 159 10/31/2024
1.4.228 61 10/31/2024
1.4.226 70 10/31/2024
1.4.224 57 10/31/2024
1.4.220 66 10/31/2024
1.3.218 72 10/30/2024
1.3.216 67 10/30/2024
1.2.214 76 10/30/2024
1.2.212 77 10/30/2024
1.2.210 65 10/30/2024
1.2.208 71 10/30/2024
1.2.206 67 10/30/2024
1.2.204 84 10/29/2024
1.2.202 58 10/29/2024
1.1.196 62 10/29/2024
1.1.193 64 10/29/2024
1.1.190 67 10/26/2024
1.0.174 63 10/25/2024
1.0.133 64 10/25/2024
1.0.132 67 10/24/2024
1.0.131 128 10/24/2024
1.0.130 72 10/24/2024
1.0.129 71 10/24/2024
1.0.128 72 10/24/2024
1.0.127 76 10/23/2024
1.0.126 85 10/11/2024
1.0.125 78 10/11/2024
1.0.124 71 10/11/2024
1.0.123 76 10/11/2024
1.0.122 71 10/11/2024
1.0.121 79 10/11/2024
1.0.120 77 10/11/2024
1.0.119 81 10/11/2024
1.0.118 90 10/11/2024
1.0.117 81 10/10/2024
1.0.115 80 10/10/2024

Itmo.Dev.Platform