Skip to content

Add ability to specify description in Rollbax.Exception#122

Open
astery wants to merge 1 commit into
ForzaElixir:masterfrom
watergate-ai:exception-description
Open

Add ability to specify description in Rollbax.Exception#122
astery wants to merge 1 commit into
ForzaElixir:masterfrom
watergate-ai:exception-description

Conversation

@astery

@astery astery commented Sep 6, 2021

Copy link
Copy Markdown

No description provided.

@astery

astery commented Oct 14, 2021

Copy link
Copy Markdown
Author

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
Copy Markdown
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

tomdos commented Apr 12, 2022

Copy link
Copy Markdown

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

@whatyouhide

Copy link
Copy Markdown
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.

3 participants