mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 04:18:07 +00:00
use the correct instrumentation key (#355)
This commit is contained in:
@ -84,7 +84,7 @@ def get_subscription() -> Any: # should be str
|
|||||||
|
|
||||||
@cached
|
@cached
|
||||||
def get_insights_instrumentation_key() -> Any: # should be str
|
def get_insights_instrumentation_key() -> Any: # should be str
|
||||||
return os.environ["ONEFUZZ_TELEMETRY"]
|
return os.environ["APPINSIGHTS_INSTRUMENTATIONKEY"]
|
||||||
|
|
||||||
|
|
||||||
@cached
|
@cached
|
||||||
|
Reference in New Issue
Block a user