datalust / seq-logging

A Node.js client for the Seq HTTP ingestion API
Apache License 2.0
25 stars 15 forks source link

Add an end-to-end sample using the browser #39

Closed KodrAus closed 3 years ago

KodrAus commented 3 years ago

This PR adds an example that uses a (very) simple web app to log an event to Seq. It then waits for that event to resurface via a WebSocket. It includes a cypress test that runs through the whole flow. It might take a couple of goes to get CI happy.