use the correct instrumentation key (#355)

This commit is contained in:
bmc-msft
2020-12-01 18:44:10 -05:00
committed by GitHub
parent 0182dc597d
commit 9b3ccf37ea

View File

@ -84,7 +84,7 @@ def get_subscription() -> Any: # should be str
@cached
def get_insights_instrumentation_key() -> Any: # should be str
return os.environ["ONEFUZZ_TELEMETRY"]
return os.environ["APPINSIGHTS_INSTRUMENTATIONKEY"]
@cached