Skip to content
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

feat(otel): Parse better op/description from otel span where possible #6084

Merged
merged 1 commit into from Oct 28, 2022

Commits on Oct 28, 2022

  1. feat(otel): Parse better op/description from otel span where possible

    Based on https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/7422ce2a06337f68a59b552b8c5a2ac125d6bae5/exporter/sentryexporter/sentry_exporter.go#L306, we now try to parse a better `op`/`description` from the otel span data, and update the span accordingly when it ends.
    
    Note that we do not do anything for transactions for now.
    mydea committed Oct 28, 2022
    Copy the full SHA
    466faa3 View commit details
    Browse the repository at this point in the history