Skip to main content
Glama

MCP Sentry para Cursor

sentry_capture_exception

Capture and log exceptions in applications by sending error details, severity levels, tags, and user context to Sentry for effective monitoring and debugging.

Instructions

Capture and send an exception to Sentry

Input Schema

NameRequiredDescriptionDefault
contextNoAdditional context data
errorYesError message or description
levelNoSeverity level of the errorerror
tagsNoKey-value pairs to tag the error
userNoUser information

Input Schema (JSON Schema)

{ "properties": { "context": { "additionalProperties": true, "description": "Additional context data", "type": "object" }, "error": { "description": "Error message or description", "type": "string" }, "level": { "default": "error", "description": "Severity level of the error", "enum": [ "fatal", "error", "warning", "info", "debug" ], "type": "string" }, "tags": { "additionalProperties": { "type": "string" }, "description": "Key-value pairs to tag the error", "type": "object" }, "user": { "description": "User information", "properties": { "email": { "type": "string" }, "id": { "type": "string" }, "username": { "type": "string" } }, "type": "object" } }, "required": [ "error" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/diegofornalha/sentry-mcp-cursor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server