Skip to content

Commit

Permalink
chore: add readme (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamashita-kenngo authored Jun 2, 2024
1 parent cf1fa81 commit 450d98a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions app/src/tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# What ?
フロントエンド・オブザビリティ向上のためのツールを格納するディレクトリです。

# Tools

## web-vitals library
https://www.npmjs.com/package/web-vitals
Google Analytics Data APIを使用して、Web Vitalsを計測するためのライブラリです。

## Lighthouse CI
https://github.com/GoogleChrome/lighthouse-ci
Lighthouse CIは、LighthouseをCIで実行するためのツールです。

## Firebase Performance Monitoring
https://firebase.google.com/docs/perf-mon
Firebase Performance Monitoringは、Firebaseを使用して、Webアプリケーションのパフォーマンスを監視するためのツールです。

## Firebase Analytics
https://firebase.google.com/docs/analytics
Firebase Analyticsは、Firebaseを使用して、Webアプリケーションのアクセス解析を行うためのツールです。

## Sentry
https://sentry.io/welcome/
エラーログを収集するためのツールです。

0 comments on commit 450d98a

Please sign in to comment.