Skip to main content
Glama

Sentry MCP

Official
by getsentry
index.ts435 B
/** * Telemetry and observability utilities. * * This module provides logging, error tracking, and instrumentation utilities * for monitoring and debugging MCP server operations. */ // Re-export logging utilities export { getLogger, logDebug, logInfo, logWarn, logError, logIssue, type LogIssueOptions, } from "./logging"; // Re-export Sentry instrumentation utilities export { sentryBeforeSend } from "./sentry";

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/getsentry/sentry-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server