UNPKG

@objectivity/angular-schematic-app-insights

Version:

Adds Azure AppInsights integration to Angular project.

20 lines 568 B
{ "$schema": "http://json-schema.org/schema", "id": "objectivity-angular-schematic-app-insight-monitor-module", "title": "Azure AppInsights integration - monitoring module", "type": "object", "properties": { "project": { "type": "string", "description": "Name of the project.", "$default": { "$source": "projectName" } }, "skipCoreModule": { "description": "When true, does not add core module.", "type": "boolean" } }, "required": [] }