Jeff Ward
Jeff Ward
Logs sent before process death are not sent during the current session -- they will, however be sent during the next session (and, if you are using RUM, they will...
Yes we'll leave it open. I do think there's potential use for it in the future, but I want to make sure we're solving your actual problem first 🙂
Not in the Flutter SDK at the moment no. The native SDKs support multiple instances, but that's meant more for SDK monitoring. If you have enough pre-sampled sessions, you may...
Looks good, I would just cleanup that one swift `if let`
Hi @rouddy, There are multiple issues that this is surfacing, some we'll look into and others we probably won't fix. First up, the inability to send dates is a limitation...
Hi @rouddy, Did this help you? Do you need any more assistance or can I close this issue?
Closing from lack of response.
Hi @khanjasir90, This is a duplicate of #580, which contains a possible workaround, at least for logs. It may also work for HttpTracking as well, but I haven't tested it....
@khanjasir90 Is this potentially a race condition on initialization? Are you trying to log while Datadog is being initialized, or calling `attachToExisting` very early in the application's lifecycle? We've seen...
Hi @tshedor thanks for the detailed report! I'll take a look, but my guess here is that the bottom sheet isn't calling into the NavigationObserver as part of a route...