Back to Tools

Sentry

DevOps

Sentry error tracking and performance monitoring. Capture errors and monitor application health.

Available Actions
captureissuesreleasesprojects
Input Schema
{
  "type": "object",
  "required": [
    "message"
  ],
  "properties": {
    "extra": {
      "type": "object"
    },
    "level": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/sentry

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/sentry \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "capture"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.