GET /api/v1/debug-sentry

Throws a test error for Sentry monitoring (debug purposes only)

Responses

  • 400 application/json

    Default bad request error 400 response

    Hide response attributes Show response attributes object
    • message string Required

      Response message

    • error string Required
    • statusCode number Required
  • 500

    Test error thrown

GET /api/v1/debug-sentry
curl \
 --request GET 'http://localhost:3500/api/v1/debug-sentry'
Response examples (400)
{
  "message": "string",
  "error": "string",
  "statusCode": 42.0
}