Eric Karnis
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'm also experiencing this. I was wondering if there is a workaround?
I think this library has been abandoned, the last commit was ages ago. Does anyone know of a good alternative?
Sorry, I was referring to this plugin.