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

Add errors to Report/Event #691

Merged
merged 2 commits into from
Sep 7, 2021
Merged

Add errors to Report/Event #691

merged 2 commits into from
Sep 7, 2021

Conversation

imjoehaines
Copy link
Contributor

@imjoehaines imjoehaines commented Sep 6, 2021

Goal

This PR adds an errors attribute to the Report/Event class, containing an array of Bugsnag::Error objects. The Error object is a Struct with error_class, error_message and type attributes

This will replace the current Report#exceptions in the next major version, after the addition of a Error#stacktrace method (currently exceptions contains the stacktrace)

@imjoehaines imjoehaines merged commit 91eee12 into next Sep 7, 2021
@imjoehaines imjoehaines deleted the add-report-errors branch September 7, 2021 15:18
@imjoehaines imjoehaines mentioned this pull request Sep 17, 2021
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 this pull request may close these issues.

2 participants