DataDog / dd-sdk-flutter

Flutter bindings and tools for utilizing Datadog Mobile SDKs
Apache License 2.0
41 stars 40 forks source link

fix: Enforce a stricter version in webview plugin #585

Closed fuzzybinary closed 3 months ago

fuzzybinary commented 3 months ago

What and why?

A loose version in the webview plugin is causing a crash because it's pulling down the latest version of Datadog Core while not pulling down the latest version of Datadog RUM, which has a binary incompatibility.

refs: #583

How?

I'm using a version range, as the webiew package should still be able to use anything in the 2.x line up to 2.7

Review checklist