chore: remove @metamask/error-reporting-service package#8323
Merged
cryptodev-2s merged 2 commits intomainfrom Mar 27, 2026
Merged
chore: remove @metamask/error-reporting-service package#8323cryptodev-2s merged 2 commits intomainfrom
@metamask/error-reporting-service package#8323cryptodev-2s merged 2 commits intomainfrom
Conversation
@metamask/error-reporting-service package
Mrtenz
approved these changes
Mar 27, 2026
FrederikBolding
approved these changes
Mar 27, 2026
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.
Explanation
Removes the
@metamask/error-reporting-servicepackage from the monorepo. ItscaptureExceptionmessenger action has been replaced by the built-inmessenger.captureExceptionin@metamask/messenger. Both extension and mobile have already removed their dependency on this package:@metamask/error-reporting-servicemetamask-extension#41301@metamask/error-reporting-servicemetamask-mobile#28027References
N/A
Checklist
Note
Medium Risk
Moderate risk because it deletes a published workspace package and removes TS project references, which could break any downstream consumers still importing it or relying on its build outputs.
Overview
Removes the deprecated
@metamask/error-reporting-servicepackage from the repo (source, tests, configs, and metadata) now that error reporting is handled viaMessenger.captureException.Cleans up monorepo wiring by dropping the package from
README.mdlists/graphs,CODEOWNERS/teams.json, ESLint suppressions, TypeScript project references (tsconfig*.json), andyarn.lockworkspace entries.Written by Cursor Bugbot for commit e9bfd81. This will update automatically on new commits. Configure here.