mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 11:58:09 +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
|
||||
def get_insights_instrumentation_key() -> Any: # should be str
|
||||
return os.environ["ONEFUZZ_TELEMETRY"]
|
||||
return os.environ["APPINSIGHTS_INSTRUMENTATIONKEY"]
|
||||
|
||||
|
||||
@cached
|
||||
|
Reference in New Issue
Block a user