getsentry / getsentry/sentry-javascript

Capture replays on backend errors (MPAs, SSR)

オープン
#9,468 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
Browser Improvement Replays
主要言語
TypeScript
スター
8.7k
フォーク
1.8k
平均マージ
1日 17時間
マージ済み PR(30日)
515

説明

Currently for MPAs error-based replay sampling will not necessarily work when the error is not thrown in JS.

We _can_ do this manually today (users can call `replay.flush()`), but maybe we can add some more/better logic there.

For example, when a page is rendered with a non-200 status code, we could consider this as an error and flush immediately.

And/or we could add another meta tag to the rendered HTML that tells replay that an error happened server side (e.g. ``).

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。