Bastien Caudan
Bastien Caudan
Hi @CallMeHK, Indeed, we don't have an adequate support for MFE for now and we don't allow to overwrite tags at SDK level. However, similarly to the [error stack remapping](https://docs.datadoghq.com/logs/error_tracking/browser_and_mobile/?tab=browser#overview),...
Hi @minJaebak, In order to validate that your proxy configuration works as expected, you could: 1. Ensure that the data collection works correctly without the proxy configuration, to be sure...
We are providing a functionality allowing you to use your own proxy but unfortunately we are not providing a proxy solution for you to use directly. If needed, we can...
Hello @snaumov, We don't allow to use several instances of the SDK on the same page. However, we are planning to address some use cases related to micro frontend approaches....
Hi, No updates on this topic and given the underlying complexity, it is probably not something that we will address soon. Some issues could be solved with this approach if...
# blocked status - **\*jasmine\***: v4 blocked by IE support - **ansi-regex 6**: moved to ESM-only, wait for IE support drop - **ajv >6**: does not work out-of-the-box with IE11...
Hi @chitezh, As explained in those web.dev articles, TBT and TTI are [lab metrics](https://web.dev/articles/user-centric-performance-metrics#in_the_lab) while RUM is a field measurement tool. From the TBT doc: > While it is possible...
Compared to lab measurements, user interaction and page visibility may impact the LCP values that are reported on the field, which may explain the observed difference. Let us know if...
Hello, For manual flush, we want to be careful and avoid to end up in situations where every event is sent in a dedicated request, impacting both the end user...
> Does stopSession() have a delay, or is it a synchronous call? it is a synchronous call. > maybe a middle ground could be a rate limit so end users...