You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/go/common/usage/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
2
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."
4
4
sidebar_order: 10
5
5
---
6
6
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.
8
8
9
9
<Alert>
10
10
11
11
Key terms:
12
12
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.
14
14
- An _issue_ is a grouping of similar events.
15
15
- The reporting of an event is called _capturing_.
0 commit comments