()
| 7 | } |
| 8 | |
| 9 | export function getAppContext(): AppContext | undefined { |
| 10 | return window.POSTHOG_APP_CONTEXT || undefined |
| 11 | } |
| 12 | |
| 13 | export function getDefaultEventName(): string { |
| 14 | return getAppContext()?.default_event_name || PathType.PageView |
no outgoing calls
no test coverage detected
searching dependent graphs…