hyperdx/packages/api
Drew Davis 00222da68f
fix: Hide potentially-sensitive alert errors (#2136)
## Summary

This PR updates the recent alert runner error persistence + display (#2132) to hardcode webhook and unknown-type errors. The raw error messages could contain potentially sensitive information, so we won't persist them or show them in the UI.

<img width="664" height="183" alt="Screenshot 2026-04-20 at 7 13 57 AM" src="https://github.com/user-attachments/assets/0f4f600b-2cdd-47e5-ba72-cec4dbc40423" />

### How to test locally or on Vercel

This can be tested locally by running an alert with an invalid webhook destination.
2026-04-20 15:23:19 +00:00
..
bin [HDX-2712] Unified hyperdx entrypoint script for API and tasks (#1951) 2026-03-20 18:27:40 +00:00
docs/auto_provision feat: Set up default sources/connections with env var in server mode (#817) 2025-05-16 23:17:37 +00:00
migrations feat: support sample-weighted aggregations for sampled trace data (#1963) 2026-03-30 19:52:18 +00:00
scripts chore: Add automatic api doc generation (#1397) 2025-11-21 21:14:02 +00:00
src fix: Hide potentially-sensitive alert errors (#2136) 2026-04-20 15:23:19 +00:00
.Dockerignore first commit 2023-09-12 20:08:05 -07:00
.env.development Fix dev env port resolution and improve multi-worktree support (#2025) 2026-04-01 20:53:09 +00:00
.env.e2e feat: isolate dev environment for multi-agent worktree support (#1994) 2026-03-31 18:24:24 +00:00
.env.test chore: improve integration test infrastructure (#2126) 2026-04-16 00:12:13 +00:00
.spectral.yaml ci: Add linting for openapi specs (#1945) 2026-03-20 15:13:19 +00:00
CHANGELOG.md Release HyperDX (#2097) 2026-04-20 00:00:40 -07:00
Dockerfile ci: Replace QEMU with native ARM64 runners for release builds (#1952) 2026-03-20 23:04:49 +00:00
eslint.config.mjs chore(eslint): add @typescript-eslint/no-unsafe-type-assertion rule (#1534) 2025-12-30 16:01:11 +00:00
jest.config.js chore: improve integration test infrastructure (#2126) 2026-04-16 00:12:13 +00:00
jest.setup.ts chore: improve integration test infrastructure (#2126) 2026-04-16 00:12:13 +00:00
migrate-mongo-config.ts feat: setup clickhouse migration tool + update metrics schema (add is_delta + is_monotonic fields) (#138) 2023-12-03 14:06:50 -08:00
nodemon.json Improve common-utils build performance and add support for .env.local (#1466) 2025-12-11 23:07:16 +00:00
openapi.json feat: Show alert execution errors in the UI (#2132) 2026-04-17 13:15:49 -04:00
package.json Release HyperDX (#2097) 2026-04-20 00:00:40 -07:00
tsconfig.build.json fix: Update tsconfigs to resolve IDE type errors (#1150) 2025-09-11 08:55:14 -04:00
tsconfig.json feat: integrate Model Context Protocol (MCP) server for dashboards & investigations (#2030) 2026-04-14 14:39:07 +00:00