Giter Club home page Giter Club logo

bugsnag's People

Contributors

fernandes avatar fridgerator avatar jwoertink avatar russ avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bugsnag's Issues

release_stage should not be a bool

In this commit release_stage was changed to Bool, but the Bugsnag API actually wants a String here. This should be the name of the release stage (i.e. "staging", "production", "development", etc...)

27c6ba8

undefined method 'x=' for Nil (compile-time type is (Bugsnag::App | Nil))

The event.app is nilable

property app : Bugsnag::App?
though, it shouldn't be. We need to in order for Bugsnag to know which release we're on. If you wanted to customize anything on this, you'll get the compile-time error since it doesn't know if it's nil or not.

For now, you can either not_nil! or cast .as(Bugsnag::App)... but we can probably just make this required and have Event build it or something.

No way to use Bugsnag outside of a web request

The Bugsnag.report method requires an HTTP::Server::Context to be passed in which pulls data for the Bugsnag::Request, but if you wanted to use this in say Mosquito, there's no context.

Maybe in this case, there could be an overload that doesn't take context, and it builds a fake one?

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.