Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

the-bugging

TheBugging is a complete SaaS platform that offers error logging, helping identifying and fixing production bugs in real-world web applications. We also strongly believe in open-source and giving back to the community that has supported us.

Table of Contents


Requirements

Important: This is only for web projects and thus only runs on the client-side.


Installation

  • First, add the dependency to your project
  npm install the-bugging
  • Or alternatively, with yarn:
  yarn add the-bugging
  • With a valid projectKey, simply start at the very top of your web project like so:
import TheBugging from "the-bugging";

TheBugging.init({ projectKey: "VALID-PROJECT-KEY" });

For more detailed installation instructions for specific frameworks, please see our documentation.

Open-source

As a part of our commitment to the open-source community, we have made available these packages:


We hope our packages can help you in your development process. If you have any questions or feedback, please don't hesitate to reach out to us