Closed JavierMartinz closed 2 years ago
Please validate your changes locally and make sure CI passes - see https://github.com/DiederikvandenB/apollo-link-sentry/blob/master/CONTRIBUTING.md
Hey, just to help move this PR along. Looks the migration guide expects you to use the string value now not the enum. https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md#severity-severitylevel-and-severitylevels
E.G.
SeverityLevel.Error
should just be the string literal 'error'
now.
Yeah, that's why I'm using SeverityLevel
, because SeverityLevel.Error === 'error'
.
The issue here is we need to bump @sentry/browser
dependency.
You can make whatever changes are required to make this pull request pass.
Yeah, that test is failing because of the options type, which is inherited from https://github.com/wix/sentry-testkit and it looks like they didn't add support for Sentry 7 yet.
Are we stuck waiting for https://github.com/wix/sentry-testkit/issues/108 or can we work around this issue?
I think we can wait for https://github.com/wix/sentry-testkit/pull/109
:tada: This PR is included in version 3.2.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
https://github.com/getsentry/sentry-javascript/pull/4926