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/personas/debugger.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Using the Personas Source Debugger, you can inspect and monitor the events that
6
6
7
7
Because Personas generates a unique Source for every Destination connected to a Space, the Debugger gives you insight into how Personas sends events before they reach their Destination.
8
8
9
-
The Debugger provides you with the payload information you need to troubleshoot potential formatting issues and ensure process and sends events as your Destinations expect.
9
+
The Debugger provides you with the payload information you need to troubleshoot potential formatting issues and ensure Personas sends events as your Destinations expect.
10
10
11
11
## Working with the Debugger
12
12
@@ -23,4 +23,4 @@ The Debugger displays the payload in two tabs:
23
23
***Pretty view** shows the actual API call Segment sends to your Destination.
24
24
***Raw view** shows the full JSON object Segment sends to your Destination from the calls you sent, including timestamps, properties, traits, and ids.
25
25
26
-
Similar to the Connections Debugger, the Personas Debugger allows you to search through events, using information contained within the event's payload.
26
+
Similar to the Connections Debugger, the Personas Debugger allows you to search through events using information contained within the event's payload.
0 commit comments