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

Support Sentry v8

Open Slessi opened this issue 1 year ago • 5 comments

Is your feature request related to a problem? Please describe. I am trying to update my project to use sentry v8, but was blocked by apollo-link-sentry. I tried to update that package in https://github.com/DiederikvandenB/apollo-link-sentry/pull/467 but the tests are failing, and it may be due to this package.

Tests pass individually, but fail if ran together, so I am not sure the testkit.reset() is working in v8 anymore.

Describe the solution you'd like sentry-testkit to work with sentry v8

Describe alternatives you've considered Quitting JS development and starting a farm

Additional context

Slessi avatar May 17 '24 10:05 Slessi

Seems like there was actually just a problem on my part in https://github.com/DiederikvandenB/apollo-link-sentry/pull/467#discussion_r1607118365, so I'm not blocked by this. Worth keeping the issue open though as probably still desirable to update.

Slessi avatar May 20 '24 18:05 Slessi

hey @Slessi yeah you are right... we need to add support for the new major version of Sentry@8 packages. I actually believe we are also compatible with Sentry@8 but first let's read the breaking changes carefully and add some tests.

I think the go to from here is to be able to install different sentry versions in the github action CI workflow and by that to verify we are always on the good side of things :)

zivl avatar May 22 '24 07:05 zivl

Stale issue message

github-actions[bot] avatar Jul 21 '24 10:07 github-actions[bot]

hey @zivl, are pull requests appreciated? We are currently blocked in the update of the Sentry library

arnaudcombes avatar Aug 22 '24 16:08 arnaudcombes

@arnaudcombes sure! I'll be happy for your help 🙏 🙏 🙏

zivl avatar Aug 22 '24 17:08 zivl

Stale issue message

github-actions[bot] avatar Jan 01 '25 10:01 github-actions[bot]

Stale issue message

github-actions[bot] avatar Mar 03 '25 10:03 github-actions[bot]

work started and in progress

zivl avatar Mar 03 '25 13:03 zivl