chrome-snowplow-inspector icon indicating copy to clipboard operation
chrome-snowplow-inspector copied to clipboard

Web Extension for debugging Snowplow pixels.

Results 7 chrome-snowplow-inspector issues
Sort by recently updated
recently updated
newest added

Have used the inspector for a while. Has suddenly stopped working whereby no events appear in the inspector window whilst clicking on the website. Suspect it's a setting that has...

question

At the moment we only validate schemas for Self-Describing Events and Entities. As part of the enrichment process, the pipeline also validates the overall enriched payload against the [`atomic`](https://github.com/snowplow/iglu-central/blob/f89b6aea3231abb49fb86e87f999b66f9131db3e/schemas/com.snowplowanalytics.snowplow/atomic/jsonschema/1-0-0#L214) schema....

enhancement

It'd be nice to be able to copy a dataLayer event (or JSON example) and generate a schema from it. [Quicktype](https://app.quicktype.io/) seems to do a reasonably good job of this...

enhancement

Similar to the network debug panel it would be nice to have the ability to 'Copy As' an event. Initially we could keep this simple (cURL support) by right clicking...

If the debugger is actively monitoring a tab, the extension badge should update in the main browser window when that tab is active so it's easier to know which tab...

enhancement

Build an interface to generate test events. - Take a collector URL (prod, mini, micro, whatever) - Allow selection of the different hit-types (Pageview, Struct Event, Self Describing Event, etc)...

Hi all! We're batching POST requests in batches of 10 and then using a `beacon` config to send them. One of the issues with QAing this setup is that there's...

enhancement