Skip to content

Dynamics 365/CE Application Insights logging for C# plug-ins & workflows

License

Notifications You must be signed in to change notification settings

carltoncolter/D365AppInsights

 
 

Repository files navigation

Dynamics 365/CE Application Insights logging for C# plug-ins & workflows

This contains the source code files needed to implement Azure Application Insights logging without needing an external assembly reference.

Supported telemetry types:

  • Trace
  • Event
  • Metric
  • Dependency
  • Exception

Default D365 Specific Custom Dimensions:

  • ExecutionContext
    • InitiatingUserId
    • ImpersonatingUserId
    • CorrelationId
    • Message
    • Mode
    • Depth
    • InputParameters
    • OutputParameters
    • Stage (plug-in)
    • WorkflowCategory (workflow)
    • PrimaryEntityName
    • PrimaryEntityId
    • OrganizationName
  • Organization version
  • Source (Plug-in or Workflow)

Configurations:

  • Application Insights logging endpoint
  • Application Insights instrumentation key
  • Disable trace tracking
  • Disable exception tracking
  • Disable dependency tracking
  • Disable metric tracking
  • Disable event tracking
  • Percentage of traces logged
  • Percentage of exceptions logged
  • Percentage of dependencies logged
  • Percentage of metrics logged
  • Percentage of events logged
  • Debug mode

Build Status: Build status

https://www.nuget.org/packages/JLattimer.D365AppInsights/

About

Dynamics 365/CE Application Insights logging for C# plug-ins & workflows

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%