Skip to content

Nexys Client Library will automatically detect any errors on your application and reports them to the Nexys Dashboard. Nexys will allow you to customize how your logs being sent. Logs also include device data such as screen size, device type, platform type, user agent and much more.

License

erenkulaksiz/nexys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexys

  • 0 dependency
  • Consistent
  • Customizable & Flexible
  • Clientside & Serverside

More information on nexys.app

Let's get you started!

Install Nexys client library with npm

npm install nexys

Import Nexys to your project

import Nexys from "nexys";

or put this on your HTML file's <head> tag:

<script src="https://cdn.jsdelivr.net/gh/erenkulaksiz/nexys/packages/nexys/bundle.min.js"></script>

Then initialize Nexys

const nexys = new Nexys("API_KEY", { appName: "APP_NAME" });
nexys.log("and start logging!");

Throw an error to see automatic error handling

throw new Error("I should be able to see this error on dashboard");

Documentation

View documentation here

About

Nexys Client Library will automatically detect any errors on your application and reports them to the Nexys Dashboard. Nexys will allow you to customize how your logs being sent. Logs also include device data such as screen size, device type, platform type, user agent and much more.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published