I am trying custom telemetry events from an extension as described in learn.microsoft.com/.../devenv-instrument-application-for-telemetry-app-insights. I also use the same code examples.
It is about an onPrem server in version 21.0.52534.52761.
In the server settings is
ApplicationInsightsConnectionString: has a correct Connection String
TraceLevel: Normal
In the app.json the ApplicationInsightsConnectionString is also correct.
I use separate ApplicationInsightsConnectionStrings for the server settings and the app.json.
Telemetry data from Business Central arrives in both ApplicationInsights as well.
The only thing that does not arrive are the custom events.
Does anyone know why?