Skip to content

docs(go): Add gRPC integration guide#17376

Merged
giortzisg merged 3 commits into
masterfrom
giortzisg/docs/add-go-grpc-integration-guide
May 13, 2026
Merged

docs(go): Add gRPC integration guide#17376
giortzisg merged 3 commits into
masterfrom
giortzisg/docs/add-go-grpc-integration-guide

Conversation

@giortzisg
Copy link
Copy Markdown
Collaborator

DESCRIBE YOUR PR

Adds documentation for the new sentry-go/grpc package introduced in getsentry/sentry-go#938.

  • New guide at /platforms/go/guides/grpc/ covering server-side interceptors (UnaryServerInterceptor, StreamServerInterceptor), client-side interceptors (UnaryClientInterceptor, StreamClientInterceptor), ServerOptions configuration, and hub usage within handlers
  • Added a gRPC section to the Auto Instrumentation page so users browsing tracing docs can discover the integration

IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs to go live.

  • Urgent deadline (GA date, etc.):
  • Other deadline:
  • None: Not urgent, can wait up to 1 week+

SLA

  • Teamwork makes the dream work, so please add a reviewer to your PRs.
  • Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it.
    Thanks in advance for your help!

PRE-MERGE CHECKLIST

Make sure you've checked the following before merging your changes:

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

Add a new guide for the sentry-go/grpc package, covering server-side
and client-side interceptor setup, ServerOptions configuration, and
hub usage within handlers. Also add a gRPC section to the
auto-instrumentation page so users browsing tracing docs can discover it.

Co-Authored-By: Claude <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sentry-docs Ready Ready Preview, Comment May 13, 2026 11:17am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
develop-docs Ignored Ignored Preview May 13, 2026 11:17am

Request Review

Comment thread docs/platforms/go/guides/grpc/index.mdx Outdated
Comment on lines +33 to +34
// Whether you want to block the request before moving forward with the response.
// Useful when you want to restart the process after it panics.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think it makes sense to elaborate further why it's useful when you want to restart? I don't see the immediate connection between those things

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah this doesn't make much sense. The second part is for when repanic is true, so that we wait to deliver before crashing the server.

@giortzisg giortzisg requested a review from Litarnus May 13, 2026 11:07
Copy link
Copy Markdown
Contributor

@Litarnus Litarnus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice :shipit:

@giortzisg giortzisg enabled auto-merge (squash) May 13, 2026 11:10
@giortzisg giortzisg merged commit f9126e9 into master May 13, 2026
20 checks passed
@giortzisg giortzisg deleted the giortzisg/docs/add-go-grpc-integration-guide branch May 13, 2026 11:19
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