Errors
errors
Methods
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.
Domain types
Breadcrumb information (Sentry-compatible)
ErrorEvent contains comprehensive error information (Sentry-compatible)
Error severity levels (aligned with Sentry levels)
ReportErrorsResponse confirms that the errors were successfully received Success is indicated by HTTP 200 status code, failures by other status codes Empty response - success indicated by HTTP status code
Exception information (Sentry-compatible)
Exception mechanism information (Sentry-compatible)
Request information (Sentry-compatible)
Stack trace frame information (Sentry-compatible)