Skip to main content
Glama

MCP Sentry para Cursor

sentry_add_breadcrumb

Add debugging context to error tracking by logging breadcrumbs with messages, categories, severity levels, and additional data for enhanced application monitoring.

Instructions

Add a breadcrumb for debugging context

Input Schema

NameRequiredDescriptionDefault
categoryNoCategory of the breadcrumb
dataNoAdditional data for the breadcrumb
levelNoSeverity levelinfo
messageYesBreadcrumb message

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category of the breadcrumb", "type": "string" }, "data": { "additionalProperties": true, "description": "Additional data for the breadcrumb", "type": "object" }, "level": { "default": "info", "description": "Severity level", "enum": [ "fatal", "error", "warning", "info", "debug" ], "type": "string" }, "message": { "description": "Breadcrumb message", "type": "string" } }, "required": [ "message" ], "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