1.3.1 • Published 10 months ago
@axiomhq/js v1.3.1
Axiom JavaScript SDK
The Axiom JavaScript SDK allows you to send data from a JavaScript app to Axiom.
import { Axiom } from '@axiomhq/js';
const axiom = new Axiom({
token: process.env.AXIOM_TOKEN,
});
axiom.ingest('DATASET_NAME', [{ foo: 'bar' }]);
await axiom.flush();
Install
npm install @axiomhq/js
Documentation
For more information about how to set up and use the Axiom JavaScript SDK, read documentation on axiom.co/docs/guides/javascript.
License
1.3.1
10 months ago
1.3.0
11 months ago
1.2.0
1 year ago
1.1.1
1 year ago
1.1.0
1 year ago
1.0.0
1 year ago
1.0.0-rc.4
1 year ago
1.0.0-rc.3
2 years ago
1.0.0-rc.2
2 years ago
1.0.0-rc.1
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago