Git Product home page Git Product logo

logerr's Issues

Show notifications on page

Popup notifications on the page incase if devtools window is not active. This will help warn users to debug.

Remove the listener

Right now, you're not remove the event listener before re-initialize.
So, if i wrote:

Error.init();
Error.init({ detailedErrors: false });

It's still write to console all the details.

Even worse, in case i want to remote-logging only piece of code, i write:

Error.init(
{
  remoteLogging: true,
  remoteSettings: {...}
});
// some code
Error.init({ remoteLogging: false });

If an error throw after this, two things happen:

  • POST request sent to remote logger,
  • It's logged in the console TWICE

Add git tags

Hi @i-break-codes ,
We are cdnjs team, we're going to host this library.
The git auto-updater in cdnjs relies on git tags so that it can recognize the correct version and automatically update the repo.
Could you please add git tags for the repo? Thank you.

cdnjs/cdnjs#9364

NPM package

Would be great to have this available on npm.
To this be possible you could initialize a package.json and export Logerr in a module.

Chrome plugin

A nice improvement to every day programming... thanks!

This would be sweet as a chrome plugin... Any plans for anything like this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.