Skip to main content
Glama

MCP Sentry para Cursor

sentry_end_session

End the current Cursor Sentry session with specified status, such as exited, crashed, abnormal, or errored, to monitor application health and error handling.

Instructions

End the current session with a specific status

Input Schema

NameRequiredDescriptionDefault
statusNoHow the session endedexited

Input Schema (JSON Schema)

{ "properties": { "status": { "default": "exited", "description": "How the session ended", "enum": [ "exited", "crashed", "abnormal", "errored" ], "type": "string" } }, "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