Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 368 Bytes

File metadata and controls

16 lines (11 loc) · 368 Bytes

The Trubrics SDK is compatible with both Javascript Web and Node.js applications. For more information please visit Trubrics docs

import { Trubrics } from  "@trubrics/trubrics";

export  const  trubrics = new  Trubrics({
	apiKey:  TRUBRICS_API_KEY
});

trubrics.track({
	event:  "Report downloaded",
	user_id: "username"
});