Skip to content

Commit 339ec7a

Browse files
authored
Merge pull request #5637 from segmentio/prigiattiperrut-patch-2
Add mentions of Segment Inspector.md
2 parents 26167a3 + f40734c commit 339ec7a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ ENV === 'production' ? writeKey = 'A' : writeKey = 'B';
3030

3131
## Do you see events appear in your debugger?
3232

33-
When you reload the page, does your debugger show a new [`page`](/docs/connections/spec/page) and an [`identify`](/docs/connections/spec/identify) call? You can also check the JavaScript console in the browser and manually fire an `identify` call as such, which would show up in the debugger.
33+
When you reload the page, does your debugger show a new [`page`](/docs/connections/spec/page)? You can also check the JavaScript console in the browser and manually fire an event, like an Identify call, which would show up in the debugger.
34+
35+
- You can also use [Segment's Chrome extension](/docs/connections/sources/catalog/libraries/website/javascript/#segment-inspector)to inspect events.
3436

3537
![Making an identify call](images/7Ymnh2S.gif)
3638

@@ -40,6 +42,10 @@ If the call doesn't appear in the debugger, open up the JavaScript console and c
4042

4143
In the above, the `p` is a [`page`](/docs/connections/spec/page) call and the `i` is an [`identify`](/docs/connections/spec/identify) call. If you don't at least see the `p`, then check if you are loading Analytics.js correctly.
4244

45+
## Using the Segment Chrome extension to validate your implementation
46+
47+
The [Segment Inspector](/docs/connections/sources/catalog/libraries/website/javascript/#segment-inspector) is a Chrome extension designed for debugging Segment integrations in web applications using Analytics.js. The Inspector lets you view and verify event data before it's sent to destinations. Additionally, the tool confirms that API calls from your website reach your Analytics.js source correctly.
48+
4349

4450
## Is data being transmitted to your third-party destinations?
4551

0 commit comments

Comments
 (0)