Jeff Ward
Jeff Ward
CSM is your Customer Success Manager. Not every client has one, but they would be your primary contact with Datadog if you do. If you don't have one, you can...
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 crashes at startup...
@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 we...
@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 by...
Hi @NashIlli , I'll look into it ASAP. Any chance you can post what's now working or the errors you're seeing when compiling to WASM?
Closing and tracking as part of #615
We're currently gaging interest in session replay for Flutter. If we do it, it will likely start with mobile and add in web later.
Hi @diegolechado, Because of how we do Session Replay in iOS and Android, it is not directly portable to Flutter. We're still definitely interested in doing it, it will just...
Yes this is limitation of the Datadog SDK at the moment, you can only use it from the main isolate at the moment. If you have a need for this,...
@dballance Yes, I'll try to raise it in priority. Because Datadog acts as a singleton, you should still only configure once from your primary isolate, but I'll look into ways...