feat: hooking observability.
This commit is contained in:
@@ -7,9 +7,15 @@
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Diagnostics" Version="10.0.0"/>
|
||||
<PackageReference Include="OpenTelemetry" Version="1.17.0"/>
|
||||
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.17.0"/>
|
||||
<PackageReference Include="R3" Version="1.3.1"/>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="OwofGames.AetherBind.Observability">
|
||||
<HintPath>..\OwofGames.Godot\OwofGames.AetherBind.Observability\bin\Debug\net8.0\OwofGames.AetherBind.Observability.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="OwofGames.GodotHost">
|
||||
<HintPath>..\OwofGames.Godot\OwofGames.GodotHost\bin\Debug\net8.0\OwofGames.GodotHost.dll</HintPath>
|
||||
</Reference>
|
||||
@@ -33,6 +39,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="addons\AetherBind\README.md"/>
|
||||
<Content Include="appsettings.json"/>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Analyzer Include="..\OwofGames.Godot\OwofGames.AetherBind.SourceGenerators\bin\Debug\netstandard2.0\OwofGames.AetherBind.SourceGenerators.dll"/>
|
||||
|
||||
Reference in New Issue
Block a user