Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]feat: sentryを導入 #329

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

[WIP]feat: sentryを導入 #329

wants to merge 2 commits into from

Conversation

IkumaTadokoro
Copy link
Owner

sentryはproductionでのみ有効化することを想定しています
環境変数SENTRY_DSNを設定してください


PR提出前のチェックリスト:

  • PRの関心はただ一つだけになっている & 文法的に正しく、明確かつ完全なタイトルと本文になっている
  • 良いコミットメッセージを書いている
  • 関連issueがある場合、コミットメッセージにClosing Keywordsを使っている
  • Featureブランチは最新版のmainブランチに追随している (そうでなければrebaseすること)
  • 関連するコミットはsquashした
  • テストを追加した
  • bin/lintbin/rspecを実行した

@IkumaTadokoro IkumaTadokoro linked an issue Apr 25, 2022 that may be closed by this pull request
11 tasks
環境変数SENTRY_DSNを設定してください
@IkumaTadokoro IkumaTadokoro linked an issue Apr 29, 2022 that may be closed by this pull request
`yarn add @sentry/vue @sentry/tracing dotenv`

## 申し送り事項

- 環境変数SENTRY_DSNを設定してください
(開発環境用にdotenvを導入したので、開発環境では`.env`に指定してください)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sentryを導入する 障害発生時にメールに通知する
1 participant