provider error_tracking POST
/api/projects/{project_id}/error_tracking/query/issue_events/ @utdk/posthog
/api/projects/{project_id}/error_tracking/query/issue_events/ List sampled exception events for an error tracking issue
Fetch sampled exception events, stack traces, browser/SDK context, URL, and $session_id values for one issue.
- project_id path required
- Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.errorTrackingQueryIssueEventsCreate({
"filterTestAccounts": true,
"orderDirection": "DESC",
"limit": 1,
"offset": 0,
"verbosity": "summary",
"onlyAppFrames": true
})