Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electron and React package are not compatible #825

Closed
3 tasks done
elvince opened this issue Feb 14, 2024 · 1 comment · Fixed by #827
Closed
3 tasks done

Electron and React package are not compatible #825

elvince opened this issue Feb 14, 2024 · 1 comment · Fixed by #827

Comments

@elvince
Copy link

elvince commented Feb 14, 2024

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/react

SDK Version

7.100.1

Framework Version

7.100.1

Link to Sentry event

No response

SDK Setup

No response

Steps to Reproduce

Import those 2 packages:

"@sentry/electron": "^4.17.0",
"@sentry/react": "^7.100.1",

Expected Result

No issue

Actual Result

There are some conflict issue as the dependency packages are not the same:
"@sentry/core": "7.92.0",
"@sentry/core": "7.100.1",
Could you please update them?

@lforst lforst transferred this issue from getsentry/sentry-javascript Feb 14, 2024
@timfish
Copy link
Collaborator

timfish commented Feb 14, 2024

The current release of the Electron SDK (v4.17.0) uses v7.92.0 of the JavaScript SDKs.

I'll get a new release out this evening!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants