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

Exceptions in breadcrumbs having a link to their error report #1731

Closed
emrys90 opened this issue Jul 22, 2024 · 1 comment
Closed

Exceptions in breadcrumbs having a link to their error report #1731

emrys90 opened this issue Jul 22, 2024 · 1 comment
Labels
Feature New feature or request

Comments

@emrys90
Copy link

emrys90 commented Jul 22, 2024

It's very common that one exception could cause other exceptions to be triggered as well. This winds up looking like this in the breadcrumb logs:
Image

It would be very helpful to either have the stacktrace of errors in their breadcrumb as well, or some link to open the associated event that ties to that previous exception.

@bitsandfoxes
Copy link
Contributor

Hey @emrys90, thanks for the feature request! I can see this being a lot more helpful than the breadcrumbs from the screenshot.
The problem with adding the stacktrace to the breadcrumbs is that at the time of writing the logmessage, the stacktrace at that time is very much raw. But at the very least we could try to grab the name of the gameobject or component to give some additional context.

Alternative, we could either control adding the stacktrace via a dedicated option or we look up the Player Settings -> Other Settings -> Stacktrace*.

We're tracking splitting the logging integration from the error capturing here #1608

@bitsandfoxes bitsandfoxes added the Feature New feature or request label Jul 22, 2024
@github-project-automation github-project-automation bot moved this to Done in GDX Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
Status: Done
Archived in project
Development

No branches or pull requests

3 participants