Commit 94e91ef
authored
chore: remove
## Explanation
Removes the `@metamask/error-reporting-service` package from the
monorepo. Its `captureException` messenger action has been replaced by
the built-in `messenger.captureException` in `@metamask/messenger`. Both
extension and mobile have already removed their dependency on this
package:
- Extension: MetaMask/metamask-extension#41301
- Mobile: MetaMask/metamask-mobile#28027
## References
N/A
## Checklist
- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've communicated my changes to consumers by [updating changelogs
for packages I've
changed](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md)
- [ ] I've introduced [breaking
changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md)
in this PR and have prepared draft pull requests for clients and
consumer packages to resolve them
<!-- CURSOR_SUMMARY -->
---
> [!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-service` package
from the repo (source, tests, configs, and metadata) now that error
reporting is handled via `Messenger.captureException`.
>
> Cleans up monorepo wiring by dropping the package from `README.md`
lists/graphs, `CODEOWNERS`/`teams.json`, ESLint suppressions, TypeScript
project references (`tsconfig*.json`), and `yarn.lock` workspace
entries.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
e9bfd81. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->@metamask/error-reporting-service package (#8323)1 parent 15a0b47 commit 94e91ef
File tree
23 files changed
+1
-762
lines changed- .github
- packages
- error-reporting-service
- src
- eth-json-rpc-middleware
- network-controller
23 files changed
+1
-762
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
138 | | - | |
139 | 137 | | |
140 | 138 | | |
141 | 139 | | |
| |||
313 | 311 | | |
314 | 312 | | |
315 | 313 | | |
316 | | - | |
317 | | - | |
318 | 314 | | |
319 | 315 | | |
320 | 316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
834 | 834 | | |
835 | 835 | | |
836 | 836 | | |
837 | | - | |
838 | | - | |
839 | | - | |
840 | | - | |
841 | | - | |
842 | 837 | | |
843 | 838 | | |
844 | 839 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments