Eric Karnis

Results 7 comments of Eric Karnis

Try this ```javascript const hasKey = Boolean(import.meta.env.SEGMENT_TOKEN) export const track = async (...args: Parameters) => { if (hasKey) { await analytics.track(...args) } } ```

Hey, I was just wondering if there were any updates on the docs?

Thanks! They look great.

Hi, could you add a warning on your readme somewhere about this? It would save people from trying to debug their eslint.

I think this library has been abandoned, the last commit was ages ago. Does anyone know of a good alternative?