-
Notifications
You must be signed in to change notification settings - Fork 1
sentryをセットアップ #214
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
Merged
Merged
sentryをセットアップ #214
Changes from 15 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
725e96e
sentryをセットアップ
na-trium-144 d01e487
bundleSizeOptimizationを指定
na-trium-144 7546d08
sentryとopentelemetryを別ファイルにしてみる
na-trium-144 ae747fa
instrumentation.tsでsentryをトップレベルimportしない
na-trium-144 0267ef6
名前を消してみる
na-trium-144 b673c21
sentry/nextjsをexternalPackagesにしてみる
na-trium-144 ac0474c
Revert "instrumentation.tsでsentryをトップレベルimportしない"
na-trium-144 6715573
catchしたエラーとチャットエラーをsentryに送信
na-trium-144 9e32c6d
動作確認用に新しいコミットをpush
na-trium-144 fba2718
eventIDの表示を追加、エラーページのレイアウトを修正
na-trium-144 f2f9a04
dev環境でエラーを記録しない
na-trium-144 8d2d357
Merge remote-tracking branch 'origin/main' into sentry
na-trium-144 f3d76b7
エラーページにEventIDつきフォームリンクを追加、全エラーページをコンポーネントにまとめる
na-trium-144 e270b49
runtime初期化/実行の異常系を `onError` + `fatalError` で分離伝播 (#218)
Copilot 99c4ca7
テストのエラーもsentryに送る
na-trium-144 eb2c861
Update app/errorMessage.tsx
na-trium-144 8e6fc66
Update app/errorMessage.tsx
na-trium-144 9368760
sentry関連の設定をすべて環境変数に & debugオフ
na-trium-144 36a1128
global-errorページのスタイル修正 & フォームパラメータ修正
na-trium-144 c95258b
sentryの環境変数をREADMEに書いておく
na-trium-144 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
captureExceptionis called withextra: { prompt, fullText }, which likely includes user 질문/入力・ドキュメント断片・AI応答などの機微情報をそのまま外部のエラートラッカーに送ります。必要最小限の情報(例: 長さ/ハッシュ/一部マスク)に絞るか、明示的なデバッグフラグが有効なときだけ添付するようにしてください。