provider error_tracking PATCH /api/projects/{project_id}/error_tracking/settings/update_settings/
@utdk/posthog /api/projects/{project_id}/error_tracking/settings/update_settings/
error_tracking_settings_update_settings_partial_update
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
errorTrackingSettingsUpdateSettingsPartialUpdate
PATCH/api/projects/{project_id}/error_tracking/settings/update_settings/

Parameters

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

Input

Maximum number of exception events ingested per bucket for the entire project. Null removes the limit.

Bucket window over which the project-wide rate limit applies, in minutes.

Maximum number of exception events ingested per bucket for each individual issue. Null removes the limit.

Bucket window over which the per-issue rate limit applies, in minutes.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.errorTrackingSettingsUpdateSettingsPartialUpdate()