atom / exception-reporting

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

Hard-code LIB_VERSION for now because it breaks inside packaged Atom #23

Closed nathansobo closed 8 years ago

nathansobo commented 8 years ago

We delete the package.json of all bundled packages during our slug compilation step. I don’t feel comfortable changing that on stable, but we’ll need exception reporting to work in the meantime. Once we change this to retain this information, we can restore the original code. The original PR claims we delete the originals to make the bundle "a little leaner", so I think we can ultimately remove the deletion code.

/cc @lee-dohm @kattrali

nathansobo commented 8 years ago

I've reverted this PR in 0.38.4, which will be included in Atom via atom/atom#12342, which will released in Atom 1.11.0.