Edge Inspector: Why You Need a DevTools Extension for Adobe Web SDK

If you work with Adobe Experience Platform Web SDK (alloy.js), Adobe Target, or Adobe Analytics, you’ve probably spent time in the Network tab digging through `adobedc.net`, `tt.omtrdc.net`, and `sc.omtrdc.net` requests, trying to see what fired when and whether your implementation is healthy. Edge Inspector is a Chrome DevTools extension built to make that job easier.

Why It’s Needed

The Adobe Web SDK and related products (Launch, Target, Analytics) generate a lot of client-side and network activity. Out of the box you get:

Edge Inspector exists to capture, normalize, and surface that activity in one place, with a clear timeline and basic health checks, so you can debug and validate implementations faster.

What It Does

Everything runs in the browser; there’s no backend and no data leaves your machine beyond what the page already sends to Adobe.

Pros

Benefit
Description
One place for Adobe activity
No more jumping between Network filters and scripts; Edge, Target, Analytics, and Launch in a single timeline.
Faster debugging
See sequence and payloads at a glance, with copy-paste for sharing or further analysis.
Product-aware
Badges and filters let you focus on the product you care about (e.g. only Target or only Analytics).
Fits your workflow
Lives in DevTools where you already inspect the page.
AI-friendly
xplain view helps you build prompts from real session data for LLM-assisted analysis.

Who It’s For

If you’re already opening DevTools to inspect alloy.js or Adobe endpoints, Edge Inspector is built to make that inspection focused and repeatable—so you spend less time correlating requests and more time fixing or improving the implementation.