Skip to main content
Glama

MCP Sentry para Cursor

sentry_end_session

Terminate the current session by specifying its end status, such as exited, crashed, abnormal, or errored, to ensure accurate session monitoring in Sentry integrations.

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