Skip to content

Exception are grouped the wrong way due to wrong stacktrace #31

@Jean85

Description

@Jean85

We are using 0.5 and sentry/sentry 1.5.0 in production, and we are currently seeing a strange behavior in Sentry: it's grouping together exceptions that came from very different places, just because they are the same classes (\LogicException).

I thing the culprit is the stacktrace.

Due to how Symfony is build, there is a $response = call_user_func_array($controller, $arguments); in every handled request. If do not ask to see the full stacktrace, Sentry shows only it up to that line, hiding al the code that belong to my project; I think this leads to the wrong grouping.

Screenshot
sentry-screenshot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions