provider error_tracking PATCH /api/environments/{environment_id}/error_tracking/bypass_rules/{id}/
@utdk/posthog /api/environments/{environment_id}/error_tracking/bypass_rules/{id}/
environments_error_tracking_bypass_rules_partial_update
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
string

Try it

Authentication
Configure credentials for PostHog API
environmentsErrorTrackingBypassRulesPartialUpdate
PATCH/api/environments/{environment_id}/error_tracking/bypass_rules/{id}/

Parameters

required

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

required

Input

Property-group filters that define which incoming error events bypass rate limiting. Must contain at least one filter. Omit to preserve the existing filters.

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