-
Notifications
You must be signed in to change notification settings - Fork 495
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
Semantic logs don't show exceptions #173
Comments
It looks like OTEL has intentionally disabled sending exceptions and some other .NET-specific data: |
External - There will be work in the dashboard once fixed and update to latest OpenTelemetry. Need to ask when the next release is. |
Requires open-telemetry/opentelemetry-dotnet#4892 Reaction in Aspire: Update OTEL version when available, pass environment variable. |
waiting on preview release -- need this week in order to react. cc @samsp-msft |
We have a release! https://www.nuget.org/packages/OpenTelemetry.Exporter.OpenTelemetryProtocol/1.7.0-alpha.1 https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.7.0-alpha.1 I'm going to try this out. |
I setup these packages to be mirrored |
- This adds 2 experimental flags to for projects to enable the semantic conventions for event ids and exceptions Fixes #173
* Update to the 1.7.0-alpha release of otel - This adds 2 experimental flags to for projects to enable the semantic conventions for event ids and exceptions Fixes #173 * Updated the otel in memory exporter to make tests pass
They seem to be missing
The text was updated successfully, but these errors were encountered: