We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da12a5b commit fe6a0ceCopy full SHA for fe6a0ce
internal/buildscripts/packaging/installer/install.ps1
@@ -687,6 +687,7 @@ if ($with_dotnet_instrumentation) {
687
echo "Installing SignalFx Dotnet Auto Instrumentation..."
688
Install-SignalFxDotnet
689
690
+ $regkey = "HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment"
691
if ($deployment_env -ne "") {
692
echo "Setting SIGNALFX_ENV environment variable to $deployment_env ..."
693
update_registry -path "$regkey" -name "SIGNALFX_ENV" -value "$deployment_env"
0 commit comments