Skip to content

Commit e0473d7

Browse files
authored
feat(go): improve conflicting wording on page description (#13919)
1 parent 516c7a2 commit e0473d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/platforms/go/common/usage/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: Usage
3-
description: "Use the SDK to manually capture errors and other events."
3+
description: "Use the SDK to capture errors and other events."
44
sidebar_order: 10
55
---
66

7-
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.
7+
Sentry's SDK hooks into your runtime environment, letting recover from panics and also manually capture and report errors and other events.
88

99
<Alert>
1010

1111
Key terms:
1212

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

0 commit comments

Comments
 (0)