PostHog @posthog.com · Jun 12

Investigating issues like "we've had a big spike in 403's to /insights. Why?" It looks at the specific insight linked, handles an error, uses SQL to query the event, finds the spike, identifies the most likely root cause (an access control change), and suggests next steps.

1 likes 1 replies

?

Replies

PostHog · Jun 12

Profiling performance like "can you look at create_hogql_database's children and see where we are spending the time?" It uses a traces skill we built to get a call tree view, aggregate calls, identify slow traces, and provide an analysis.