DiederikvandenB / apollo-link-sentry

Apollo Link middleware which enriches SentryJS with GraphQL data
MIT License
123 stars 36 forks source link

fix: suggest `@sentry/browser:^7.41.0` as peer dependency #451

Closed zichongkao closed 1 year ago

zichongkao commented 1 year ago

When building our packaged Electron app, we ran into this error:

image

Further tracing led us to a recent thread in the sentry-browser repo which indicated that the problem was fixed in a recent version by removing rrweb as a package dependency. This change bumps the use of sentry-browser to include those fixes.

I tested this by running the test suite.

spawnia commented 1 year ago

Thanks!