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: src/docs/product/data-management-settings/data-forwarding.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,14 @@ redirect_from:
8
8
description: "Learn about forwarding processed events to third-party providers."
9
9
---
10
10
11
-
Sentry provides the ability to forward processed events to certain third-party providers, such as [Segment](https://segment.com) and [Amazon SQS](https://aws.amazon.com/sqs/).
11
+
Sentry provides the ability to forward processed error events to certain third-party providers, such as [Segment](https://segment.com) and [Amazon SQS](https://aws.amazon.com/sqs/).
12
12
13
13
This is often useful when you may want to analyze exceptions more deeply, or empower other teams, such as a Business Intelligence function.
14
14
15
15
Configure Data Forwarding by navigating to your **[Project] » Settings » Data Forwarding**, then providing the required information for the given integration.
16
16
17
+
Only error events will be forwarded. Forwarding of transaction events is not supported.
18
+
17
19
## Amazon SQS
18
20
19
21
Integration with Amazon SQS makes it quick and easy to pipe exceptions back into your own systems.
0 commit comments