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

support latest version of Sentry #79

Open
SogoGolf opened this issue Oct 4, 2021 · 1 comment
Open

support latest version of Sentry #79

SogoGolf opened this issue Oct 4, 2021 · 1 comment

Comments

@SogoGolf
Copy link

SogoGolf commented Oct 4, 2021

Because sentry_flutter >=6.0.0 <6.1.0-alpha.1 depends on sentry ^6.0.0 and sentry_flutter >=6.1.0-alpha.1 depends on sentry ^6.1.0-alpha.1, sentry_flutter >=6.0.0 requires sentry ^6.0.0. And because sentry_lumberdash >=3.1.0 depends on sentry ^5.0.0, sentry_lumberdash >=3.1.0 is incompatible with sentry_flutter >=6.0.0.

So, because sogogolf depends on both sentry_flutter ^6.0.0 and sentry_lumberdash ^3.1.0, version solving failed.
pub get failed (1; So, because sogogolf depends on both sentry_flutter ^6.0.0 and sentry_lumberdash ^3.1.0, version solving failed.)

@chadrickman
Copy link

chadrickman commented Oct 20, 2021

While we wait for them to publish the update to pub.dev. You can change this entry in your pub spec file to reference their git repo and the specific commit that adds the update.

sentry_lumberdash:
  git:
    url: git://github.com/bmw-tech/lumberdash
    path: sentry_lumberdash
    ref: c265583

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants