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 ability to specify description in Rollbax.Exception #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

astery
Copy link

@astery astery commented Sep 6, 2021

No description provided.

@astery
Copy link
Author

astery commented Oct 14, 2021

This change will add missing description exception field (it is described here - https://explorer.docs.rollbar.com/#operation/create-item - data.trace.exception.description)

Example:

%Rollbax.Exception{
  class: "NameError",
  message: "global name 'foo' is not defined",
  description: "Something went wrong while trying to save the user object", # here is the one
  stacktrace: stacktrace,
  custom: metadata,
  occurrence_data: occurrence_data
}
|> Rollbax.report_exception()

@jgmchan, @whatyouhide, @lexmag - I tag you in a hope that you can help to review and merge that PR, thank you.

@whatyouhide
Copy link
Contributor

Hey @astery, I'm not among the maintainers of this library anymore. @lexmag are you? Should we try to find new maintainers for this?

@tomdos
Copy link

tomdos commented Apr 12, 2022

Hi @whatyouhide @lexmag , do yo think there is any chance to merge this one ? Thanks

@whatyouhide
Copy link
Contributor

As I said, I’m not maintaining this library anymore, sorry.

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.

None yet

3 participants