adrien2p / medusa-plugins

A collection of awesome plugins for medusa :rocket:
https://medusa-plugins.vercel.app
MIT License
144 stars 42 forks source link

Bump Sentry packages #159

Closed pepijn-vanvlaanderen closed 2 months ago

pepijn-vanvlaanderen commented 2 months ago

Currently the Sentry plugin uses older version of Sentry Node. If you use a monorepo with Next, you could get duplicate sentry node packages and then the medus sentry plugin throws errors, like TypeError: request.headers.split is not a function.

Could you bump the package version? In the meantime I add a resolution in my root package.json:

  "resolutions": {
    "@sentry/core": "latest",
    "@sentry/node": "latest",
    "@sentry/types": "latest",
    "@sentry/utils": "latest",
    ...
  },
adrien2p commented 2 months ago

Hi, i will handle that but i wont be able for the next two weeks unfortunately as i am without my laptop, hope you understand, after that ill do the update 💪

adrien2p commented 2 months ago

will push in the next release 👍