Skip to content

Adding a way to disable friendly errors #3368

@martinos

Description

@martinos

All my scripts have at_exit handle that logs all the uncaught exception to a file. This is very useful for diagnosing issues. This was working very well for a while but now all programs that are executed with bundle exec are run insides the FriendlyErrors.with_friendly_errors method which changes the raised exception.

I think that it should have a way to disable that filtering because it changes the behaviour the original program. I would expect that program to have exactly the same output either it's run inside bundler or not.

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