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?

DatadogとVueでログ監視

Posted at

VueのログをDatadogに送信して監視するためのメモ

前回

導入手順1 - Vueのプロジェクトに@datadog/browser-logsを入れて設定する

npm でインストールする

  1. datadogLogs.init({ を main.tsに記載する
  2. clientToken は Datadoの RUMで作成したプロジェクトから取得する
  3. ログ出力処理を実装しする
  4. 画面を動かしログをDatadogに送る

導入手順2 - Datadogでログ確認する

タイトルなし.png

ログ確認できた。
ついでにエラーログを出力したVueプロジェクトの関数名・ファイル名も分かった

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?