adonis5-sentry icon indicating copy to clipboard operation
adonis5-sentry copied to clipboard

Version upgrade @sentry/node

Open LerenDevTeam opened this issue 3 years ago • 2 comments

In project Dashboard, Sentry is asking me to upgrade from 6.x to 7.x:

https://github.com/getsentry/sentry-javascript/blob/7.0.0/MIGRATION.md#upgrading-from-6x-to-7x

Package version "adonis5-sentry": "^3.1.0"

LerenDevTeam avatar Jul 27 '22 02:07 LerenDevTeam

@reg2005 Can you please upgrade it?

laxadev avatar Sep 06 '22 22:09 laxadev

Just sent a PR with the upgraded version. (#11)

@reg2005 can you merge it for us?

thalesog avatar Sep 29 '22 21:09 thalesog

@reg2005 @VladyslavParashchenko bump!

thalesog avatar Dec 09 '22 20:12 thalesog

@reg2005 bump!

tsatsujnr139 avatar Feb 01 '23 15:02 tsatsujnr139

Guys, as the maintainer of this repository isn't accepting our PR, we upgraded using the yarn resolutions method.

Insert the following parameters on package.json file:

  "resolutions": {
    "@sentry/node": "7.34.0"
  }

thalesog avatar Feb 01 '23 21:02 thalesog

Less than a year later, we did it)

reg2005 avatar Oct 24 '23 20:10 reg2005