Ludwig Bäcklund

Results 6 comments of Ludwig Bäcklund

@looptheloop88 I see, thank you. However, I think you're a bit quick to close this. 263 kb of entirely unused code is a lot to download, parse and evaluate for...

@mark922 Open `node_modules/@firebase/auth/dist/esm2017/index-somehash.js`. Find the `_shouldInitProactively()` function. Change `return _isMobileBrowser() || _isSafari() || _isIOS();` to `return false`. Follow the patch-package README instructions to generate the patch and commit it.

> @ludwigbacklund there are multiple index-somehash.js files, which one should I take? Or all of them? Why are there multiple? (they all look the same) Search in the @firebase/auth node_modules...

This integration would definitely be very appreciated! Now that Prisma has opened up the possibility for tracing, is there a chance that someone at Datadog could take another stab at...

> Hi @ludwigbacklund, aren't you able to use `RumInitConfiguration['site']` instead? Ah yeah that works! I think the Site type would make sense to expose though, but it's up to you.