@sentry/junior-hex
v0.75.0
Published
`@sentry/junior-hex` adds Hex data warehouse query workflows to Junior through Hex's hosted MCP server.
Readme
@sentry/junior-hex
@sentry/junior-hex adds Hex data warehouse query workflows to Junior through Hex's hosted MCP server.
Install
pnpm add @sentry/junior @sentry/junior-hexConfigure
Add the package name to the plugin set exported from plugins.ts:
import { defineJuniorPlugins } from "@sentry/junior";
export const plugins = defineJuniorPlugins(["@sentry/junior-hex"]);No API token is needed. Each user completes OAuth the first time Junior calls a Hex MCP tool on their behalf.
For non-standard Hex deployments, set HEX_MCP_URL in your environment:
- Single-tenant:
https://your-company.hex.tech/mcp - EU multi-tenant:
https://eu.hex.tech/mcp - HIPAA:
https://hc.hex.tech/mcp
Requires a Hex Team or Enterprise plan.
