Skip to content

[Sentry] Error: Migration 155: BridgeStatusController not found. #33296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
sentry-io bot opened this issue May 30, 2025 · 1 comment
Open

[Sentry] Error: Migration 155: BridgeStatusController not found. #33296

sentry-io bot opened this issue May 30, 2025 · 1 comment
Labels
area-Sentry error reporting to sentry regression-prod-12.18.0 Regression bug that was found in production in release 12.18.0 Sev2-normal Normal severity; minor loss of service or inconvenience. team-swaps-and-bridge For issues with Swaps or Bridging type-bug Something isn't working

Comments

@sentry-io
Copy link

sentry-io bot commented May 30, 2025

Sentry Issue: METAMASK-XK7V

Error: Migration 155: BridgeStatusController not found.
  at versionedData.data (app/scripts/migrations/155.ts:36:7)
  at r.migrate (app/scripts/migrations/155.ts:26:24)
  at Migrator.migrateData (app/scripts/lib/migrator/index.js:43:46)
  at loadStateFromPersistence (app/scripts/background.js:693:9)
  at initialize (app/scripts/background.js:509:11)
...
(1 additional frame(s) were not displayed)
@sleepytanya sleepytanya added area-Sentry error reporting to sentry type-bug Something isn't working labels May 30, 2025
@github-project-automation github-project-automation bot moved this to To be triaged in Bugs by team May 30, 2025
@github-project-automation github-project-automation bot moved this to To be fixed in Bugs by severity May 30, 2025
@sleepytanya sleepytanya added regression-prod-12.18.0 Regression bug that was found in production in release 12.18.0 regression-prod-12.18.1 Regression bug that was found in production in release 12.18.1 area-Sentry error reporting to sentry type-bug Something isn't working regression-prod-12.18.2 team-wallet-framework and removed type-bug Something isn't working area-Sentry error reporting to sentry labels May 30, 2025
@metamaskbot metamaskbot changed the title Error: Migration 155: BridgeStatusController not found. [Sentry] Error: Migration 155: BridgeStatusController not found. May 30, 2025
@Gudahtt Gudahtt added team-swaps-and-bridge For issues with Swaps or Bridging Sev2-normal Normal severity; minor loss of service or inconvenience. and removed regression-prod-12.18.1 Regression bug that was found in production in release 12.18.1 regression-prod-12.18.2 team-wallet-framework labels Jun 2, 2025
@Gudahtt
Copy link
Member

Gudahtt commented Jun 2, 2025

We're erroneously reporting an error when we find the BridgeStatusController state to be missing. This is not an error, it's expected for that to be missing for users upgrading from older versions (from before we added that controller).

We can update this migration to log a warning and exit the migration early, rather than capturing an exception.

No negative user impact, just unnecessary errors in the console and in Sentry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Sentry error reporting to sentry regression-prod-12.18.0 Regression bug that was found in production in release 12.18.0 Sev2-normal Normal severity; minor loss of service or inconvenience. team-swaps-and-bridge For issues with Swaps or Bridging type-bug Something isn't working
Projects
Status: To be fixed
Status: To be triaged
Development

No branches or pull requests

2 participants