microsoft / ApplicationInsights-JS

Microsoft Application Insights SDK for JavaScript
MIT License
647 stars 239 forks source link

dependency.target with correlationContext is in the wrong format #1030

Closed freerangeeggs closed 5 years ago

freerangeeggs commented 5 years ago

1021 added the correlationContext to dependency.target in the following format:

<url>| cid:<guid>

Although when running, the following was the result image

image

This was not true, as I can access the telemetry in the AI for that environment.

When testing, changing the format to have a space before the pipe cleared up the problem i.e.:

<url> | cid:<guid>
github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.