Skip to content

Trapper enables you to log your website information in a much better way than console.log, this not only logs detailed information about the log but also show you the state at which the particular event was triggered , in this way you can get the exact state at which your application is causing trouble , once you install it ,go to your developer…

License

pranaydutta89/trapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trapper Chrome Extension

New way logging your applications error or info messages

Steps to follow
  1. Install chrome extension from https://chrome.google.com/webstore/detail/trapper/ibgiefpdocmkhbcjbblbiipgpefigafl

  2. Include below line where you want to log

window.postMessage({ error_type: "log", message: "Hello log from the webpage!" }, "*");
//or 
window.postMessage({ error_type: "warn", message: "Hello warn from the webpage!" }, "*");
//or
window.postMessage({ error_type: "error", message: "Hello error from the webpage!" }, "*");
  1. Open developer tools and go to Trapper tab
  2. Logs will be published automatically,in trapper tab
  3. That's it !!!

About

Trapper enables you to log your website information in a much better way than console.log, this not only logs detailed information about the log but also show you the state at which the particular event was triggered , in this way you can get the exact state at which your application is causing trouble , once you install it ,go to your developer…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages