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

Enhance DefaultUnhandledExceptionsReporter for Better Exception Reporting #5567

Open
minwoox opened this issue Apr 4, 2024 · 2 comments · May be fixed by #5601
Open

Enhance DefaultUnhandledExceptionsReporter for Better Exception Reporting #5567

minwoox opened this issue Apr 4, 2024 · 2 comments · May be fixed by #5601
Labels
improvement sprint Issues for OSS Sprint participants

Comments

@minwoox
Copy link
Member

minwoox commented Apr 4, 2024

Currently, the DefaultUnhandledExceptionsReporter stores only one exception and the number of unhandled exceptions in an interval. However, this implementation lacks sufficient information for effective debugging and analysis. To address this limitation, we propose enhancing the reporter to provide more detailed information about unhandled exceptions.

Proposed Changes:

  • Store Every Unique Exception and Its Count.
    • Modify the reporter to store every unique exception encountered along with its occurrence count. A unique exception refers to instances where the class type and stack traces are identical.
  • Include Corresponding Context
    • Enhance the reporting mechanism to include the corresponding context of each exception.
@minwoox minwoox added improvement sprint Issues for OSS Sprint participants labels Apr 4, 2024
@injae-kim
Copy link
Contributor

Relate issue: #5150

I'll handle this issue with @coderclcl ~! 🙇

@coodercl
Copy link

I made a new account 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement sprint Issues for OSS Sprint participants
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants