Last active
May 27, 2024 15:17
-
-
Save tiagorangel1/e202ea3c89088dbb7c9e70cf945ed14d to your computer and use it in GitHub Desktop.
The logr.js setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Default, logs are injected on the page --> | |
<script src="https://jscdn.glitch.me/cdn/[email protected]" crossorigin="anonymous"></script> | |
<!-- Logs are only on the console --> | |
<script src="https://jscdn.glitch.me/cdn/[email protected]" crossorigin="anonymous"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment