Olivier Beaulieu

Results 13 comments of Olivier Beaulieu

I'm also experiencing this issue - and it doesn't seem like any of the proposed solutions are working - I'm using the latest `analytics.browser.es.js`.

I have updated to `7.0.0-alpha.0` and everything seems to work fine! (Although I did have to mess around a bunch of react-scripts related errors all morning...) Thanks a lot!

Would you guys be open to making this feature configurable? I love TLDJS, but this "valid host" check is causing issues in my product, and unless I can disable it...

Digging further I'm realizing that there is no distinction in `rules.json` between "domains" marking themselves as invalid and legit TLDs like `.co.uk`... Hmm I feel like this is going to...

Aligning sentry versions didn't work for me. [RewriteFrames from v.7.76.0](https://github.com/getsentry/sentry-javascript/blob/7.76.0/packages/integrations/src/rewriteframes.ts#L46-L48) has the noop `setupOnce`, which [email protected] [expects to not be a noop](https://github.com/robertcepa/toucan-js/blob/toucan-js%403.3.1/packages/toucan-js/src/integration.ts#L19). Unless I'm misunderstanding something? Thanks!

I've experimented with applying this POC to our large vite app, and it works brilliantly!

The Chromium issue was just updated and closed - apparently it's working as expected! https://bugs.chromium.org/p/chromium/issues/detail?id=1058404#c21 > It looks to me it is working as expected (at least from the CDP...

I managed to create a reproduction of the issue here: https://github.com/microsoft/playwright/compare/main...olivierbeaulieu:playwright:postdata-clone I've also tried to implement the solution, which almost works, but there's a bug to resolve. Basically we need...

Hi! I've keeping an eye on this issue for a while and finally decided to take a stab at it. I think I've found a pretty simple solution that doesn't...