Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 594 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 594 Bytes

Contributing

Development

This repository is broken into different packages

  • /posthog-core > All common code goes here.
  • /posthog-node > Node.js specific code
  • /posthog-react-native > React Native specific code
  • /posthog-web > Web (DOM) specific code
  • /posthog-ai > Node.js SDK for LLM Observability

For Session Replay, See posthog-react-native-session-replay

Running tests

yarn test
# Run the RN tests - these are separate due to specific babel configs
yarn test:rn