MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / track

Method track

packages/sdks/web/src/index.ts:296–298  ·  view source on GitHub ↗
(name: string, properties?: TrackProperties)

Source from the content-addressed store, hash-verified

294 }
295
296 track(name: string, properties?: TrackProperties) {
297 return super.track(name, { ...properties, __path: this.lastPath });
298 }
299
300 screenView(properties?: TrackProperties): void;
301 screenView(path: string, properties?: TrackProperties): void;

Callers 6

testDirectMethodAPIFunction · 0.45
testBothAPIsFunction · 0.45
testExpectedErrorsFunction · 0.45
trackOutgoingLinksMethod · 0.45
trackAttributesMethod · 0.45
screenViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected