Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Created November 23, 2012 14:33
Show Gist options
  • Save PanosJee/4135881 to your computer and use it in GitHub Desktop.
Save PanosJee/4135881 to your computer and use it in GitHub Desktop.
BugSense JS init
<script src="http://www.bugsense.com/static/js/global/bugsense.js" type='text/javascript'></script>
<script type="text/javascript">
var bugsense = new Bugsense( { apiKey: 'YOUR_API_KEY' } );
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment