0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

PhoneGap(Cordova) で Sentry を使う

Posted at

ローカルにファイルを持っているので普通の設定だとできないっぽい。
けどこの設定はこの設定で微妙感ある。

Sentry 管理画面の設定

プロジェクト設定で許可ドメインを * にする

HTML 側の設定

こちらは通常どおり。

index.html
<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>

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?