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

Sentry SDK incompatibility with other packages #694

Closed
bruno-garcia opened this issue Jan 13, 2022 · 2 comments
Closed

Sentry SDK incompatibility with other packages #694

bruno-garcia opened this issue Jan 13, 2022 · 2 comments

Comments

@bruno-garcia
Copy link
Member

Sentry latest version is incompatible with http plugin and if another version of sentry is used then it is also not compatible with rest of the other already used packages in project. Even without version I tried to get its compatible version but this also not worked.
Sentry SDK version 6.2.2. flutter version used - 2.5.3 and http plugin version used - 0.12.2 –

From: https://stackoverflow.com/questions/70679984/sentry-version-incompatibility?noredirect=1#comment124970388_70679984

@ueman
Copy link
Collaborator

ueman commented Jan 13, 2022

This is because Sentry uses http: ^0.13.0 because that's the earliest version which is null safe. The user uses a pretty outdated version of http.

@marandaneto
Copy link
Contributor

Yep, what @ueman said, feel free to use https://github.com/getsentry/sentry-dart/releases/tag/4.0.6 which is non-null-safety.

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

No branches or pull requests

3 participants