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

Event without exceptions and an empty message #820

Closed
notFloran opened this issue May 22, 2019 · 4 comments · Fixed by #822
Closed

Event without exceptions and an empty message #820

notFloran opened this issue May 22, 2019 · 4 comments · Fixed by #822
Milestone

Comments

@notFloran
Copy link
Contributor

Hi, I use the last version of sentry-symfony integration and I have issues with the excluded_exceptions option.

If an exception that match excluded_exceptions is throw then an <unlabeled event> event is created in Sentry:

Capture d’écran 2019-05-22 à 07 29 43

Is seems the problem came from this: https://github.com/getsentry/sentry-php/blob/master/src/EventFactory.php#L148 -> the event has no message and no exception as the exception are ignored.

@DanielSchwiperich
Copy link

Experiencing the same Problem with sentry-symfony 3.0.0
We've excluded HttpNotFoundExceptions bug get now unlabeled events

@Jean85
Copy link
Collaborator

Jean85 commented May 28, 2019

#822 has been merged. Please test it, it should fix your issue.

@notFloran
Copy link
Contributor Author

@Jean85 It's good, that fix the issue

@JanMikes
Copy link
Contributor

JanMikes commented Jun 7, 2019

Hi, i run into same issue (fixed in master), looking forward to this gets tagged 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants