Skip to main content
Glama

MCP Sentry para Cursor

sentry_set_release

Set the release version and distribution identifier for accurate release health tracking in Sentry, enabling effective error and performance monitoring for applications.

Instructions

Set the release version for release health tracking

Input Schema

NameRequiredDescriptionDefault
distNoDistribution identifier
releaseYesRelease version (e.g., 'myapp@1.0.0')

Input Schema (JSON Schema)

{ "properties": { "dist": { "description": "Distribution identifier", "type": "string" }, "release": { "description": "Release version (e.g., 'myapp@1.0.0')", "type": "string" } }, "required": [ "release" ], "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