Skip to content

Commit d444b04

Browse files
committed
specify usage for the Go SDK
1 parent 34f6db6 commit d444b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ 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 you catch and 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)