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

Update README file for new flag #55

Merged
merged 1 commit into from Aug 3, 2018
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update README file for new flag

  • Loading branch information
Shweta Jain
Shweta Jain committed Aug 3, 2018
commit ea88c012420984f744a4830e5095284f18bcd999
@@ -63,6 +63,21 @@ _LTracker.push({
});
```

Special Characters Support
----
Keeping <strong>useUtfEncoding</strong> to <i>true</i> will prevent the Special Characters to being garbled on Loggly Search. You will be able to read and understand the included Special Characters in your log events more easily.

Please see the usage below-

```Javascript
_LTracker.push({
'logglyKey': 'your-customer-token',
'sendConsoleErrors' : true,
'tag' : 'javascript-logs',
'useUtfEncoding': true
});
```

Setup Proxy for Ad blockers
----------
You can proxy the requests from your own domain if the script or its requests are blocked by Ad blockers. To do this, you need to perform following steps
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.