browser-logging-client
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

browser-logging-client

Sends browser logs to browser-logging-server.

This is useful for retrieving Cypress UI test browser logs.

Any message sent to console.log, console.warn and console.error will be sent to and logged by the logging server.

Usage

Add the dependency to your project with:

yarn add browser-logging-client

or

npm install browser-logging-client

Then import & initialise at the root of your application.

import browserLoggingClient from "browser-logging-client";
browserLoggingClient.initialise();

Note calling initialise more than once has no effect.

Ensure the server is running before starting your application.

Publishing

Install np - https://github.com/sindresorhus/np:

yarn global add np

Run np and follow instructions.

License

MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i browser-logging-client

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

11.8 kB

Total Files

13

Last publish

Collaborators

  • pwfcurry