3.0.0 • Published 4 months ago

react-bug-tracker v3.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

A comprehensive bug tracking tool tailored for React, ensuring that no UI bug goes unnoticed!

Development 🔧

  • Install Dependency
npm install react-bug-tracker

Example Setup

import BugReporter from "react-bug-tracker";

// pass server endpoint where you need to store the bug report
const report = new BugReporter("https://your-api-endpoint.com/report");

// Set up the error listener when the script loads
const cleanupErrorListener = bugReporter.setupErrorListener();

const root = ReactDOM.createRoot(document.getElementById("root"));
root.render(
  <React.StrictMode>
    <App />
  </React.StrictMode>
);

// Clean up the error listener when the component unmounts
if (cleanupErrorListener) {
  window.addEventListener("beforeunload", cleanupErrorListener);
}

Author ✨

2.0.7

4 months ago

2.0.6

4 months ago

2.0.9

4 months ago

2.0.8

4 months ago

3.0.0

4 months ago

1.8.2

4 months ago

1.6.4

4 months ago

1.8.1

4 months ago

1.6.3

4 months ago

1.8.0

4 months ago

1.6.2

4 months ago

1.6.1

4 months ago

1.6.0

4 months ago

1.4.0

4 months ago

2.0.3

4 months ago

2.0.2

4 months ago

2.0.5

4 months ago

2.0.4

4 months ago

2.0.1

4 months ago

2.0.0

4 months ago

1.9.9

4 months ago

1.9.8

4 months ago

1.9.7

4 months ago

1.7.9

4 months ago

1.9.6

4 months ago

1.7.8

4 months ago

1.9.5

4 months ago

1.7.7

4 months ago

1.9.4

4 months ago

1.7.6

4 months ago

1.9.3

4 months ago

1.7.5

4 months ago

1.9.2

4 months ago

1.7.4

4 months ago

1.9.1

4 months ago

1.7.3

4 months ago

1.9.0

4 months ago

1.7.2

4 months ago

1.7.1

4 months ago

1.7.0

4 months ago

1.5.0

4 months ago

1.3.0

4 months ago

1.8.9

4 months ago

1.8.8

4 months ago

1.8.7

4 months ago

1.6.9

4 months ago

1.8.6

4 months ago

1.6.8

4 months ago

1.8.5

4 months ago

1.6.7

4 months ago

1.8.4

4 months ago

1.8.3

4 months ago

1.6.5

4 months ago

1.2.0

4 months ago

1.1.0

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago