provider error_tracking POST /api/projects/{project_id}/error_tracking/symbol_sets/bulk_start_upload/
@utdk/posthog /api/projects/{project_id}/error_tracking/symbol_sets/bulk_start_upload/
error_tracking_symbol_sets_bulk_start_upload_create
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
errorTrackingSymbolSetsBulkStartUploadCreate
POST/api/projects/{project_id}/error_tracking/symbol_sets/bulk_start_upload/

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

Legacy list of symbol set references to upload, all associated with `release_id`.

Optional error tracking release ID used with `chunk_ids`.

Symbol sets to upload with per-symbol release IDs and content hashes.

Whether to overwrite uploaded symbol sets whose content hash changed.

Whether to skip uploaded symbol sets whose content hash changed instead of failing.

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.errorTrackingSymbolSetsBulkStartUploadCreate({
  "force": false,
  "skip_on_conflict": false
})