-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add trouble shoot for newrelic maui agent #19944
Conversation
Hi @ndesai-newrelic 👋 Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days. We will automatically generate a preview of your request, and will comment with a link when the preview is ready (usually 10 to 20 minutes). |
✅ Deploy Preview for docs-website-netlify ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
||
### Missing Distributed Tracing Data in the UI | ||
|
||
If you're experiencing issues with missing Distributed Tracing data in the UI and are using static methods to report HTTP data, please note that Distributed Tracing will not function under these circumstances. To enable Distributed Tracing, ensure that you are using `HttpMessageHandler` within `HttpClient`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're experiencing issues with missing Distributed Tracing data in the UI and are using static methods to report HTTP data, please note that Distributed Tracing will not function under these circumstances. To enable Distributed Tracing, ensure that you are using `HttpMessageHandler` within `HttpClient`. | |
Distributed Tracing does not work when you use static methods to report HTTP data. To enable Distributed Tracing, you must use `HttpMessageHandler` with `HttpClient`. |
…t/monitor-your-net-maui-application.mdx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Please follow conventional commit standards
in your commit messages and pull request title.
Give us some context
links to related docs, screenshots, etc.