Magno Castro
Magno Castro
Any updates???
Any update???
> Hi folks, > > `datadog_flutter_plugin` 2.5.0 has a change in the iOS and Android SDKs that will start sending data immediately on initialization. While this doesn't ensure that all...
> @magno-castro This issue is specifically related to when crashes are sent, which are application terminating errors on mobile. These errors cannot be sent to Datadog when they happen, so...
> @magno-castro Make sure you have a view active. If you're experiencing an issue early in the application before the `RouterObserver` has started your view, you can workaround this issue...
I was experiencing the same sheets issue with localizations, but accorging to the [doc](https://docs.widgetbook.io/addons#order-of-addons), the order of the addons matters, so when I push the `LocalizationAddons` above the `DeviceAddons` it...