Skip to content

Commit e9e289d

Browse files
Update data-forwarding.mdx (#3599)
Clarifies that only errors are supported and not transactions.
1 parent 67a2ef8 commit e9e289d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/docs/product/data-management-settings/data-forwarding.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ redirect_from:
88
description: "Learn about forwarding processed events to third-party providers."
99
---
1010

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/).
1212

1313
This is often useful when you may want to analyze exceptions more deeply, or empower other teams, such as a Business Intelligence function.
1414

1515
Configure Data Forwarding by navigating to your **[Project] » Settings » Data Forwarding**, then providing the required information for the given integration.
1616

17+
Only error events will be forwarded. Forwarding of transaction events is not supported.
18+
1719
## Amazon SQS
1820

1921
Integration with Amazon SQS makes it quick and easy to pipe exceptions back into your own systems.

0 commit comments

Comments
 (0)