atom / exception-reporting

Catches exceptions and forwards them to bugsnag
MIT License
10 stars 19 forks source link

Don't send dev mode errors #1

Closed kevinsawicki closed 11 years ago

kevinsawicki commented 11 years ago

Exception are more "normal" in dev mode and maybe shouldn't be reported at all since throwing things is something done just for debugging purposes.

mcolyer commented 11 years ago

I'm not convinced that we shouldn't send them. I think in general it's better to send and then filter. I am up for #3 though.

kevinsawicki commented 11 years ago

Yeah, as long as we can filter and limit the size then yeah, let's keep them.