Skip to content

Instantly share code, notes, and snippets.

@moqada
Created June 30, 2014 07:08
Show Gist options
  • Save moqada/7edd35cd03d751b03da6 to your computer and use it in GitHub Desktop.
Save moqada/7edd35cd03d751b03da6 to your computer and use it in GitHub Desktop.
PhoneGap(Cordova) で Sentry を使う ref: http://qiita.com/moqada/items/824241db74cd81f0daed
<script src="//cdn.ravenjs.com/1.1.15/jquery,native/raven.min.js"></script>
<script>
Raven.config('https://<key>@app.getsentry.com/<id>').install();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment