feat: hooking observability.

This commit is contained in:
redglow
2026-07-25 22:26:07 +02:00
parent bc7297c6bc
commit dad5027e0e
9 changed files with 93 additions and 1 deletions
+7
View File
@@ -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"/>