1.2.0 • Published 4 months ago

nexys v1.2.0

Weekly downloads
-
License
Apache 2.0
Repository
-
Last release
4 months ago
  • 0 dependency
  • Consistent
  • Customizable & Flexible
  • Clientside & Serverside

Nexys is a logging service that will enable to review your errors, metrics and much more in production applications.\ Nexys will gather all device data automatically (screen size, user agent, device memory, language, connection type and geolocation if permitted)\ Also, Nexys will gather all errors on your production application, reports them to dashboard automatically.\ You can examine each error and log's stack trace, which file/page the error occurred and many more details.

Nexys supports TypeScript and JavaScript.

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://unpkg.com/nexys@latest/dist/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");

Want to debug? Use debug parameter on initialization

const nexys = new Nexys("API_KEY", { appName: "APP_NAME", debug: true });

Documentation

View Nexys documentation here

1.2.0

4 months ago

1.1.9

4 months ago

1.1.8

4 months ago

1.1.7

4 months ago

1.1.6

4 months ago

1.1.5

4 months ago

1.1.4

4 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.39

8 months ago

1.0.38

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.0.37

8 months ago

1.0.36

8 months ago

1.0.19

11 months ago

1.0.18

11 months ago

1.0.22

11 months ago

1.0.21

11 months ago

1.0.20

11 months ago

1.0.26

11 months ago

1.0.25

11 months ago

1.0.24

11 months ago

1.0.23

11 months ago

1.0.29

11 months ago

1.0.28

11 months ago

1.0.27

11 months ago

1.0.33

8 months ago

1.0.32

9 months ago

1.0.30

11 months ago

1.0.35

8 months ago

1.0.34

8 months ago

1.0.16

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago