Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/platforms/go/common/usage/index.mdx
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: Usage
description: "Use the SDK to manually capture errors and other events."
description: "Use the SDK to capture errors and other events."
sidebar_order: 10
---

Sentry's SDK hooks into your runtime environment and automatically reports errors, uncaught exceptions, and unhandled rejections as well as other types of errors depending on the platform.
Sentry's SDK hooks into your runtime environment, letting recover from panics and also manually capture and report errors and other events.

<Alert>

Key terms:

- An _event_ is one instance of sending data to Sentry. Generally, this data is an error or exception.
- An _event_ is one instance of sending data to Sentry. Generally, this data is an error or panic.
- An _issue_ is a grouping of similar events.
- The reporting of an event is called _capturing_.
When an event is captured, it’s sent to Sentry.
Expand Down