Maciek Grzybowski
Maciek Grzybowski
@Reflejo thanks for the response 🙂. In our case, I want to use our Datadog pool: ``` 0.datadog.pool.ntp.org 1.datadog.pool.ntp.org 2.datadog.pool.ntp.org 3.datadog.pool.ntp.org ``` Should I just set it to `datadog.pool.ntp.org` then?
Hey @Reflejo 👋. We work on logging and tracing SDK. Our goal is to synchronise time of events in a distributed environment (where tracing span starts on the mobile client...
Hey @rogerluan 👋. I think I was looking at wrong value (I've been only searching for `"15"` in this file). When it comes to `Xcode.SDK.iPhoneSimulator.15` I can see exactly the...
Hello @narvik01 👋. Thank you for feedback! Your observations are correct - we don't support Linux yet. And I agree - the error message in such circumstance should be vastly...
> The second case, we use Mac OS just for building the app and the rest of the CICD pipeline runs on (Alpine) linux, working with exported files. Got it...
@matyasatfp: I see, `backgroundSessionConfigurationWithIdentifier:` is available from iOS8. On iOS7 it should use deprecated `backgroundSessionConfiguration:`. You can either do a pull request with the fix or wait untill I can...
Could anyone 🙏 help on that 🙂? This blocks us from releasing our pod under our `Datadog` trademark and forces us to make up an artificial name 🙅♂. Wrapping up,...
Hey @AliSoftware, thanks for looking into this issue. Our goal was to re-claim our `Datadog` trademark for the pod name. Thus, what we want to ship is not related to...
Hello @khsora34 👋. Thanks for explaining the full context. Our SDKs implement a hard limit of data obsolescence, which is designed to stay in sync with Datadog ingestion constraints, e.g....
@khsora34 if you consider changing the timestamp of logs, then I think you need to look into our [`POST /logs`](https://docs.datadoghq.com/api/latest/logs/) API and make the transport by yourself. Logs are always...