mirror of
https://github.com/bitwarden/server
synced 2026-01-06 10:34:01 +00:00
Update qa env (#1504)
* deploying directly to the production slot of the App Service * Update Azure Service Bus package * adding a app service shutdown to qa * reverting QA env deploy change * Update qa-deploy workflow with debugging statement * Disable start/stop in QA deploy workflow * Fix UserKdf and UserApiKey migrations to only update null values (#1494) * Add proper New Relic NuGet package for .NET 5 * Test NewRelic changes Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
This commit is contained in:
@@ -8,4 +8,8 @@
|
||||
<ProjectReference Include="..\..\..\src\Core\Core.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="NewRelic.Agent" Version="8.41.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
6
bitwarden_license/src/Portal/newrelic.config
Normal file
6
bitwarden_license/src/Portal/newrelic.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration xmlns="urn:newrelic-config">
|
||||
<application></application>
|
||||
<service licenseKey="SECRET"></service>
|
||||
<log directory="/home/LogFiles/NewRelic" level="info"></log>
|
||||
</configuration>
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Sso' " />
|
||||
<ItemGroup>
|
||||
<PackageReference Include="NewRelic.Agent" Version="8.41.0" />
|
||||
<PackageReference Include="Sustainsys.Saml2.AspNetCore2" Version="2.7.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
6
bitwarden_license/src/Sso/newrelic.config
Normal file
6
bitwarden_license/src/Sso/newrelic.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration xmlns="urn:newrelic-config">
|
||||
<application></application>
|
||||
<service licenseKey="SECRET"></service>
|
||||
<log directory="/home/LogFiles/NewRelic" level="info"></log>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user