[exception-reporting] Remove core package#1486
Merged
Merged
Conversation
DeeDeeG
approved these changes
Mar 23, 2026
Member
|
FWIW, I don't think any of these need anything, but just mentioning I have looked through all of these other hits for the package name in the repo: % git grep exception-reporting
CHANGELOG.md:- Removed: `fs-plus` from `exception-reporting` [@Sertonix](https://github.com/pulsar-edit/pulsar/pull/118)
docs/build-instructions/build-status.md:> - [exception-reporting](https://github.com/atom/atom/tree/master/packages/exception-reporting)
docs/build-instructions/build-status.md:| [Exception Reporting](https://github.com/atom/atom/tree/master/packages/exception-reporting) | | [](https://david-dm.org/atom/exception-reporting) |
docs/rfcs/003-consolidate-core-packages.md:| **[exception-reporting]** | 5 | 0 | 0 | 2/6/18 |
docs/rfcs/003-consolidate-core-packages.md:[exception-reporting]: https://github.com/atom/exception-reporting
script/electron-builder.js: "!**/{link,grammar-selector,json-schema-traverse,exception-reporting,one-light-ui,autoflow,about,go-to-line,sylvester,apparatus}/spec",
|
Member
Author
|
@DeeDeeG Thanks for the approval! I could certainly see us removing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a core package inherited from the Atom days. Back in #40 I removed all functionality related to telemetry and remote crash reports.
At the time I left the
exception-reportingpackage around under the idea we could always try to repurpose it for remote logging capabilities or something. But considering that hasn't been attempted or needed for the last 4 years, I think we are good to just delete this, which also removes the concern that a keen-eyed user may have that we are collecting telemetry without disclosing it.Resolves #1013