Skip to content

Commit 9c45503

Browse files
committed
more edits
1 parent 69fe19f commit 9c45503

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/getting-started/06-testing-debugging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ For monitoring purposes, you'll also see alerts in the [Workspace Health](/docs/
1414

1515
<!-- Source: https://segment.com/docs/connections/sources/debugger/ -->
1616

17-
The Source Debugger is a real-time tool that helps you confirm that API calls made from your website, mobile app, or servers arrive to your Segment Source, so you can troubleshoot your Segment set up even quicker. With the Debugger, you can check that you're sending calls in the expected format, without having to wait for any data processing.
17+
The Source Debugger is a real-time tool that confirms that API calls made from your website, mobile app, or servers arrive to your Segment Source, so you can troubleshoot your Segment set up even quicker. With the Debugger, you can check that you're sending calls in the expected format, without having to wait for any data processing.
1818

1919
![Debugger view](/docs/connections/sources/images/debugger_view.png)
2020

2121
The Debugger is separate from your workspace's data pipeline and is not an exhaustive view of all the events ever sent to your Segment workspace. The Debugger only shows a sample of the events that the source receives in real time, with a cap of 500 events. The Debugger is a great way to test specific parts of your implementation to validate that events are being fired successfully and arriving to your source.
2222

2323
To see a more complete view of all your events, we recommend that you set up either a [warehouse](/docs/connections/storage/warehouses/) or an [S3 destination](/docs/connections/storage/catalog/amazon-s3/).
2424

25-
The Debugger shows a live stream of sampled events arriving into the source, but you can also pause the stream from displaying new events by toggling "Live" to "Pause". Events continue to arrive to your source while you pause the stream.
25+
The Debugger shows a live stream of sampled events arriving into the source, but you can also pause the stream from displaying new events by toggling **Live** to **Pause**. Events continue to arrive to your source while you pause the stream.
2626

2727
You can search in the Debugger to find a specific payload using any information you know is available in the event's raw payload. You can also use advanced search options to limit the results to a specific event.
2828

2929
![Debugger search options](/docs/connections/sources/images/debugger_search.png)
3030

31-
Two views are available when viewing a payload:
31+
When you open an event, two payload views are available:
3232

3333
* The **Pretty view** is a recreation of the API call you made that was sent to Segment.
3434
* The **Raw view** is the complete JSON object Segment received from the calls you sent. These calls include all the details about what is being tracked: timestamps, properties, traits, ids, and [contextual information Segment automatically collects](/docs/connections/spec/common/#context-fields-automatically-collected) the moment the data is sent.

0 commit comments

Comments
 (0)