AGENTDDS.com

Changelog

Branch cursor/sentry-instrumentation-and-deploy: changelog

April 23, 2026Branch cursor/sentry-instrumentation-and-deploy1 min readAI Generated

Branch cursor/sentry-instrumentation-and-deploy: changelog

Automated summary for branch cursor/sentry-instrumentation-and-deploy. This post is generated on push; commit it with your changes.

Commits

  • 0824b5d0 feat: Sentry for webapp, OTEL instrumentation split, deploy and rust telemetry

Files changed

.github/workflows/deploy-azure.yml                 |  28 +-
 .github/workflows/deploy-rust-api.yml              |   9 +
 .github/workflows/deploy-webapp.yml                |   2 +
 .gitignore                                         |   3 +
 Cargo.lock                                         | 888 ++++++++++++++++++++-
 bun.lock                                           | 323 ++++++++
 docs/deployment/github-actions-secrets.md          |  21 +
 services/rust-api/Cargo.toml                       |   1 +
 services/rust-api/src/main.rs                      |  15 +-
 services/rust-api/src/telemetry/mod.rs             |  58 ++
 webapp/Dockerfile.prod                             |   5 +
 webapp/content/pr-posts/main/versions/ai.md        |  21 +-
 webapp/next.config.ts                              |  11 +-
 webapp/package.json                                |   1 +
 webapp/sentry.client.config.ts                     |  14 +
 webapp/sentry.edge.config.ts                       |  10 +
 webapp/sentry.server.config.ts                     |  10 +
 .../app/api/admin/console/invite-admins/route.ts   |  20 +
 webapp/src/app/global-error.tsx                    |  39 +
 webapp/src/instrumentation-client.ts               |   4 +
 .../instrumentation.ts => instrumentation-otel.ts} |   9 +-
 webapp/src/instrumentation.ts                      |  20 +
 webapp/src/lib/api.ts                              |  14 +-
 23 files changed, 1485 insertions(+), 41 deletions(-)

How this works

This file is produced by webapp/tools/sync-pr-blog-post.ts. Add a versions/human.md file in the same folder to publish a human-written alternative; the site will show tabs for AI Draft and Human when both exist.