GitHub Raw JSON API

PostHog / posthog

37,641 Python

:hedgehog: PostHog is the leading platform for building self-driving products. Our developer tools – AI observability, analytics, session replay, flags, experiments, error tracking, logs, and more – capture all the context agents need to diagnose problems, uncover opportunities, and ship fixes. Steer it all from Slack, web, desktop, or the MCP.

posthog Specification

Located in .github/openapi-problem-matcher.json on branch HEAD

Unknown JSON 0.4 KB
Raw JSON Specification
{
  "problemMatcher": [
    {
      "owner": "openapi-schema",
      "severity": "warning",
      "pattern": [
        {
          "regexp": "^([^:]*):(\\d+): (Warning|Error) \\[([^\\]]+)\\]: (.*)$",
          "file": 1,
          "line": 2,
          "severity": 3,
          "code": 4,
          "message": 5
        }
      ]
    }
  ]
}