DataDog / dd-sdk-flutter

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

fix: int truncation in Flutter Web during trace id generation #559

Closed fuzzybinary closed 7 months ago

fuzzybinary commented 7 months ago

What and why?

Flutter web only supports 32-bit integers as part of shifting, and will truncate past that. This resulted in a range error when generating a TraceId in Flutter Web for the gql_link packages.

refs: #558

Review checklist