-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sentryを導入 #260
Sentryを導入 #260
Conversation
prettierのCIのエラーは、Sentryがエラーの通知をしているかどうか確認するために作成したファイルでエラーが出ていそうです。 |
094c83e
to
70fb7e7
Compare
メモ: CDを動かすためにrebaseしました |
Deploying sos24-client with Cloudflare Pages
|
status: なぜかこれが報告される |
import * as Sentry from "@sentry/nextjs"; | ||
|
||
Sentry.init({ | ||
dsn: "https://46644e4ad167a3a09182716f44bc953d@o4507113970466816.ingest.us.sentry.io/4507114421747712", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Myxogastria0808 ここらへんって直書きして問題ないですか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@appare45
SentryのDocsに以下のような記載がありましたので、dsnを直書きしていても問題ないはずです。
DSN Utilization
DSNs are safe to keep public because they only allow submission of new events and related event data; they do not allow read access to any information.
引用元サイト: https://docs.sentry.io/product/sentry-basics/concepts/dsn-explainer/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます!
@Myxogastria0808 ありがとうございました! |
close #85