Skip to main content
Glama

MCP Sentry para Cursor

sentry_set_user

Assign user context in Sentry by specifying ID, email, username, IP address, and segment. Enables precise error and performance monitoring for applications.

Instructions

Set user context for Sentry

Input Schema

NameRequiredDescriptionDefault
emailNoUser email
idNoUser ID
ip_addressNoUser IP address
segmentNoUser segment
usernameNoUsername

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "User email", "type": "string" }, "id": { "description": "User ID", "type": "string" }, "ip_address": { "description": "User IP address", "type": "string" }, "segment": { "description": "User segment", "type": "string" }, "username": { "description": "Username", "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