ReportErrors
POST/gitpod.v1.ErrorsService/ReportErrors
ReportErrors allows clients to report batches of errors that will be sent to error reporting systems. The structure is fully compatible with Sentry’s event payload format.
Use this method to:
- Report client-side errors and exceptions
- Track application crashes and panics
- Send error context and metadata for debugging
Examples
- Report a JavaScript error with Sentry-compatible structure: The service accepts events with comprehensive error information including stack traces, identity context, breadcrumbs, and metadata that align with Sentry’s event payload format.
ReportErrors
curl https://app.gitpod.io/api/gitpod.v1.ErrorsService/ReportErrors \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $GITPOD_API_KEY" \
-d '{}'{}Returns Examples
{}