Skip to content

Renames the sentrybrowser7 package to sentrybrowser

Sam Beckham requested to merge sentry7-sentry into master

What does this MR do and why?

Renames the sentrybrowser7 package to sentrybrowser

Renovate is currently unable to pick up the sentry upgrades as it's looking for the @sentry/browser package and we've renamed/aliased them to sentrybrowser5 and sentrybrowser7.

This allows us to add it to rennovate for upgrades without the potential confusion if we bump up the major version number.

We would also need to update renovate to look for this new alias with this line:

matchPackagePatterns: ["@sentry/browser", "sentrybrowser"]

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Sam Beckham

Merge request reports