Skip to main content
Glama

Sentry MCP

Official
by getsentry
instrument.ts335 B
import * as Sentry from "@sentry/react"; import { sentryBeforeSend } from "@sentry/mcp-server/telem/sentry"; Sentry.init({ dsn: import.meta.env.VITE_SENTRY_DSN, sendDefaultPii: true, tracesSampleRate: 1, beforeSend: sentryBeforeSend, environment: import.meta.env.VITE_SENTRY_ENVIRONMENT ?? import.meta.env.NODE_ENV, });

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