Skip to content

Conversation

@KyleTryon
Copy link
Contributor

This pull request makes changes to the Sentry configuration and middleware to increase observability and simplify distributed tracing setup. The most important changes are:

Sentry Tracing Configuration:

  • The tracesSampleRate for Sentry is now set to 1.0 (100%) in all environments, instead of being reduced to 0.1 in production. This ensures complete tracing coverage for both backend (sentry.ts) and frontend (main.tsx) applications. [1] [2]

Middleware Simplification:

  • The distributed tracing middleware responsible for manually extracting and continuing Sentry traces from frontend requests has been removed from hono/app.ts, simplifying the tracing setup in the backend application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants