-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf1fa81
commit 450d98a
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
エラーログを収集するためのツールです。 |