Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added instructions to download from Bower #5

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Added instructions to download from Bower

  • Loading branch information
psquickitjayant
psquickitjayant committed Oct 6, 2014
commit 0fa963726dc3d9837eb9d90fea7c1dea79e62920
@@ -1,11 +1,22 @@
loggly-jslogger
===============


Client-side (browser) logger to use with Loggly gen2.

Installation
------------

**Using Bower repository**
```
bower install loggly-jslogger
```

**Using CloudFront**
```html
<script type="text/javascript" src="http://cloudfront.loggly.com/js/loggly.tracker.js" ></script>
```

Place the following on your page, and replace the logglyKey value with the key provided by the website:
```html
<script type="text/javascript" src="/js/loggly.tracker.js" async></script>
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.