Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Revamp sentryhttp documentation #304

Merged
merged 1 commit into from Nov 27, 2020

Conversation

rhcarvalho
Copy link
Contributor

The major point is to promote instrumenting higher up in the HTTP
handler hierarchy, such that Sentry instrumentation takes only one line,
instead of wrapping many individual handlers.

  • Add go doc example with minimal steps for instrumenting web servers.
  • Overhaul doc comments.
  • Replace executable example with something a little bit more realistic,
    which we can build upon to show tracing instrumentation later.

The major point is to promote instrumenting higher up in the HTTP
handler hierarchy, such that Sentry instrumentation takes only one line,
instead of wrapping many individual handlers.

- Add go doc example with minimal steps for instrumenting web servers.
- Overhaul doc comments.
- Replace executable example with something a little bit more realistic,
which we can build upon to show tracing instrumentation later.
@rhcarvalho rhcarvalho merged commit 93be356 into getsentry:master Nov 27, 2020
@rhcarvalho rhcarvalho deleted the sentryhttp-example branch November 27, 2020 11:38
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.

None yet

2 participants