Giter VIP home page Giter VIP logo

Comments (4)

starrhorne avatar starrhorne commented on May 27, 2024

Good point. It's going to be a little more complicated than just rescue Exception though, since we don't want to rescue things like SignalException. I'm assigning this to our chief gemologist.

from honeybadger-ruby.

joshuap avatar joshuap commented on May 27, 2024

I'm not sure I have a problem rescuing SignalException. That rescue statement is only rescuing exceptions raised from the #send_to_honeybadger method, which is what delivers the notice payload to our servers. When the exception is rescued, the result is a log message, and no exception re-raised. Thoughts?

from honeybadger-ruby.

nirvdrum avatar nirvdrum commented on May 27, 2024

Couldn't a signal be raised while that method is running? And if you're only concerned with exceptions raised from your own method, it seems to me you should be able to restrict the set to rescue, not broaden it. I'm -1 on this.

from honeybadger-ruby.

joshuap avatar joshuap commented on May 27, 2024

Yeah, I take back my original statement... In this case, rescuing StandardError is the desired behavior (and rescuing Exception is a really bad idea). We could limit it further, but I don't think it makes much difference here. The goal is to make sure that application errors encountered during notification don't get raised. If anyone has a specific example of it causing problems, I'm happy to re-evaluate my position.

from honeybadger-ruby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.