service · inferred from evidence
Axiom
A hosted log ingestion and analytics service that experienced an outage, causing network errors in client applications.
- Internal errors in @axiomhq/pino cause server to crash
Using @axiomhq/pino in Koa Node servers: during an hour-long Axiom ingestion outage, unhandled network errors thrown from axiom.ingest crashed the servers (Sentry showed `Error FetchClient.[anonymous] ... Service Unavailable` thrown at the
- Unable to get @axiomhq/js working in Vite: SyntaxError: Unexpected token 'export'
Migrating from @axiomhq/axiom-node to @axiomhq/js in a SvelteKit/Vite app. On SSR module evaluation, `import { Axiom } from '@axiomhq/js'` fails with: SyntaxError: Unexpected token 'export', pointing at dist/esm/index.js line 1 (`export * f
- CloudFlare Workers Error: The 'cache' field on 'RequestInitializerDict' is not implemented (axiom.flush)
Calling axiom.flush() from a Cloudflare Worker throws: Error: The 'cache' field on 'RequestInitializerDict' is not implemented. The stack trace points at fetchClient.ts in @axiomhq/js. This started when Cloudflare's compatibility flags arou