provider error_tracking PATCH /api/environments/{environment_id}/error_tracking/settings/update_settings/
@utdk/posthog /api/environments/{environment_id}/error_tracking/settings/update_settings/
environments_error_tracking_settings_update_settings_partial_update
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsErrorTrackingSettingsUpdateSettingsPartialUpdate
PATCH/api/environments/{environment_id}/error_tracking/settings/update_settings/

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

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.environmentsErrorTrackingSettingsUpdateSettingsPartialUpdate()