Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Goshoom. NET Dev Blog / Custom properties in monito...

Custom properties in monitoring and telemetry

Martin Dráb Profile Picture Martin Dráb 234,178 Most Valuable Professional
Two years ago, I wrote a blog post Monitoring and telemetry in F&O where, among other things, I showed how to add a custom trace message and even include a custom property: Map properties = new Map(Types::String, Types::String); properties.add('Feature', 'My feature 1'); properties.add('MyCorrelationId', '123456');   SysGlobalTelemetry::logTraceWithCustomProperties('Custom message from X++', properties) Microsoft keep evolving this area ...

Continue reading ‘Custom properties in monitoring and telemetry’ »


This was originally posted here.

Comments

*This post is locked for comments