{"version":3,"file":"dev.mjs","names":[],"sources":["../../src/reporters/dev.ts"],"sourcesContent":["import type { Reporter } from '../reporter'\n\nexport const devReporter: Reporter = (diagnostic) => {\n  if (import.meta.hot && typeof import.meta.hot.send === 'function') {\n    import.meta.hot.send('logs-sdk:report', diagnostic)\n  }\n  else {\n    console.warn('[logs-sdk]: import.meta.hot.send() is not available. This must be running on Vite.')\n  }\n}\n"],"mappings":";AAEA,MAAa,eAAyB,eAAe;AACnD,KAAI,OAAO,KAAK,OAAO,OAAO,OAAO,KAAK,IAAI,SAAS,WACrD,QAAO,KAAK,IAAI,KAAK,mBAAmB,WAAW;KAGnD,SAAQ,KAAK,qFAAqF"}