applicationinsights
Version:
Microsoft Application Insights module for Node.js
8 lines (7 loc) • 414 B
TypeScript
import Contracts = require("../Declarations/Contracts");
import Context = require("../Library/Context");
/**
* @deprecated The method should not be called, Azure Properties will be added always when available
* A telemetry processor that handles Azure specific variables.
*/
export declare function azureRoleEnvironmentTelemetryProcessor(envelope: Contracts.EnvelopeTelemetry, context: Context): void;