rollbax icon indicating copy to clipboard operation
rollbax copied to clipboard

Add ability to specify description in Rollbax.Exception

Open astery opened this issue 4 years ago • 4 comments

astery avatar Sep 06 '21 12:09 astery

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.

astery avatar Oct 14 '21 11:10 astery

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

whatyouhide avatar Oct 26 '21 11:10 whatyouhide

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

tomdos avatar Apr 12 '22 20:04 tomdos

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

whatyouhide avatar Apr 14 '22 13:04 whatyouhide