Files
aptabase-js/examples/plasmo-browserext/background.ts
Lectom C Han 421105f082
Some checks failed
Release / Release (push) Failing after 1m44s
first commit
2025-07-07 18:53:25 +09:00

6 lines
124 B
TypeScript

import { init, trackEvent } from '@aptabase/browser';
init('A-DEV-0000000000');
trackEvent('background_service_started');