1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-10 04:14:41 -05:00

Add New Relic monitoring package to Notifications project (#1643)

This commit is contained in:
Vince Grassia
2021-10-22 10:22:25 -04:00
committed by GitHub
parent e744ffe499
commit 7da15af92f
2 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="5.0.9" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="5.0.9" />
<PackageReference Include="NewRelic.Agent" Version="8.41.0" />
</ItemGroup>
<ItemGroup>