Cameron Jensen

Results 6 comments of Cameron Jensen

I've just encountered this. The problem I had was that Segment would load but fail to fetch settings (request was blocked by browser). This would mean that `analytics.ready` would _never_...

Still no progress on this? Still doesn't seem to be a way to use anonymous_ids

Experiencing this to. Very frustrating. Update: so the fix is to force your package.json to use whatever version of these packages is listed in your firebase dependency (eg. by using...

Can confirm. Running in a web worker fixes it

The use-case I'm having trouble with is when using ES6 NPM modules. They aren't being transpiled: eg: https://github.com/jsdom/whatwg-url ```javascript // app.js import "npm:whatwg-url"; import Ember from "ember"; ... ``` The...