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

Ensure more unique grouping key when parsed stack trace is not available. #331

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 30, 2024

  1. Ensure more unique grouping key when parsed stack trace is not availa…

    …ble.
    
    OpenTelemetry today just sends a tree of `exception.message` and `exception.type`
    
    The current logic for `haveExceptionStackTrace` determines there is a stack trace if there is an
    exception tree.
    
    This PR ensures that when an exception tree has no stacktrace anywhere in the tree we include
    `exception.message` into the hash so that we don't just hash over `exception.type`.
    Mpdreamz committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    54a1845 View commit details
    Browse the repository at this point in the history