Skip to content

Ability to customize how objects are repr()'d #67

@brianr

Description

@brianr

pyrollbar uses reprlib to get representations of objects gathered as local variables. This means that to customize it, the only current option is to define/override __repr__. That isn't a good option in some cases, including:

  • objects coming from external libraries
  • objects where something else depends on the existing __repr__ implementation

Creating this issue to discuss the design for how to make this customizable.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions