> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Trigger Error



## OpenAPI

````yaml /openapi.json get /sentry-debug
openapi: 3.1.0
info:
  title: AITasker
  version: 0.1.0
servers: []
security: []
paths:
  /sentry-debug:
    get:
      summary: Trigger Error
      operationId: trigger_error_sentry_debug_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````