Analytics: Reduce Error Report Noise With Custom Rules and First Seen Version Tracking
Robloxは、開発者がノイズを排除し、新しいバグをより効果的に特定できるようエラーレポートページを刷新しました。主な更新点として、「初回検出」バージョン追跡機能や、正規表現を使用して特定のエラーを無視・グループ化できるカスタムルールが追加されました。
Roblox has revamped the Error Reports page to help creators filter out noise and identify new bugs more effectively. Key updates include 'First seen' version tracking and the ability to create custom regex rules to ignore or group specific errors.
Vibe スコア
-100 〜 +100
このトピックは10分後に自動的に公開されました。
This topic was automatically opened after 10 minutes.
多くの人には些細なことに思えるかもしれませんが、これは素晴らしい機能です。私が抱えているいくつかのゲームでは、エラーレポートが非常にノイズが多く、それを使ってデバッグするのが非常に困難でした。素晴らしい仕事ですね。
This may seem insignificant to most but this is a fantastic feature. I have several games that suffer from pretty noisy error reports which made it much more difficult to debug anything using it. Great work.
制御できないソースからのエラーを無視するトグルを追加できませんか?CoreScriptやRoblox固有のエラー・警告を除外するボタンがあれば非常に助かります。ログの9割がそれらで占められており、自分が修正可能なエラーを見つけるために手作業で選別しなければならないからです。
Can we have a toggle to ignore errors from sources we can’t control? A built-in button filtering out coresciript or Roblox-specific errors or warnings would be great, since that’s 90% of all errors in my logs and I have to manually sift through them to find errors that I can actuall fix.
これは単にエラーメッセージを出力メッセージに変換するだけなのでしょうか?「グループ」機能では、展開や折りたたみができて生の(詳細な)エラーを確認できるような場所は作成されないのでしょうか?また、分析ビューごとに個別の閲覧権限を設定することは可能でしょうか?
Does this just convert the Error Message into the Output Message? Does Group not create a place that I can expand and collapse and see the raw errors of? Also will there be individual analytic view permissions to assign?
エラーテーブルの各行にあるコンテキストメニュー(3つの点)をクリックして、「エラーを無視」オプションを使用できます。また、より広範囲に適用される独自のカスタムルールを作成することも可能です。例えば、「CoreScripts.*」という式でルールを作成して「無視」を選択すると、CoreScriptsを含むすべてのエラーメッセージが対象となります。
You can use the “Ignore error” option by clicking on the context menu (three dots) for any row on the error table. Or you can create your own custom rules that apply to a wider range. If you create a rule with expression CoreScripts.* and choose to ignore, any error message that has CoreScripts in i
「はい」を選択した場合、エラーレポートページに表示される出力メッセージのみに影響します。
Yes only impacts the output message you see on the error reports page
素晴らしいですね、正規表現を共有していただきありがとうございます。自分なりに試行錯誤していたところなので、チートシートとしてまとめられた記事があるのは助かります。ということは、グループ化を使えば、プレイヤーのユーザー名のようなカスタム要素が含まれるエラーもグループ化できるということでしょうか?
This is great, thanks for sharing the regular expressions. I’ve been figuring this out by my own, good to have a post as a cheat sheet. So technically with grouping I could group the errors that have custom stuff like player username?
今回のアップデートはかなりいいですね。意外にもクソじゃない。
This is a really good update. Its surprisingly not buns
はい、グループ化することをお勧めします。「エラーレポート」ページには件数の多い上位500件のエラーのみが表示され、「新規エラー」にはバージョンごとの新しいエラーの上位100件のみが表示されるためです。エラーを効率的にグループ化すれば、特定のタイプのエラーが非常に頻繁に発生していることが確認できるかもしれません。
Yes and we recommend you to group them. Error reports page shows only top 500 errors by count and new errors since only shows top 100 new by version. If you group errors efficiently, you might see some types of errors occur very frequently.
quazotheduck:任意の行のコンテキストメニュー(3点リーダー)をクリックし、「無視」を選択してください。以降、そのエラーはテーブルやチャートに含まれなくなります。一度無視したエラーを元に戻すことはできますか?また、無視したエラーのリストを確認することは可能でしょうか?
quazotheduck: Click the context menu (three dots) on any row and select “Ignore”. Going forward this error won’t be included in the table or on the chart. Can we un-ignore an error? Can we view the list of ignored errors?
quazotheduck:「New errors since(以降の新規エラー)」フィルター、ありがとうございます!「New errors since」と「First seen version(初出バージョン)」の組み合わせはとても役立ちます。すでにアップデートで混入した最新のエラーを遡って特定するために活用しています。
quazotheduck: “New errors since” filter Thanks! The “New errors since” along with “First seen version” will be so helpful. I am already using to retroactively find latest introduced errors in our updates
thank you i probably needed this image 462×209 7.04 KB
Yes ignored errors should be on your Rules tab. You can remove them later too.
I really needed this. My “Failed to load sound” errors were up in the tens of millions and completely drowning out all of the other errors that are actually from the scripts that I wrote. I’ve created a lot of rules for ignored errors but they are still there after I refreshed. Does it take a while
Hi: The rules will start to apply all ongoing errors. Old errors that have been showing will not be removed but if you wait for a few minutes and check last 1 hour data you should be able to see those errors are not showing up anymore. You can confirm by keyword search.
I’m aware that this option exists, but there may be other errors I haven’t ignored or new kinds of errors added in the future I have to manually add to the filter (which is a point of friction). It would be helpful if there was some premade filter that automatically filters out all of these that we
is this internal Roblox error, which should be ignored? image 1474×136 12.2 KB
今回のアップデートは最高です!エラーを手動でフィルタリングしたり、どれが最新のアップデートに関連しているのかを確認したりする必要がなくなったのは本当に助かります。特に内部エラーが頻発する現状ではなおさらです。Robloxさん、素晴らしい仕事をありがとうございます。開発者にとって、また素晴らしい一週間になりそうです。
this is an AMAZING update, no longer having to manually filter through errors or determine which ones even apply to the newest updates, especially with how often internal errors are great job roblox, this might be another great week for developers
はい、これは無視すべきコアスクリプトです。こちらで対処できるものではありません。
Yes, this is a core script that should ignored since you can’t do anything to prevent it.

自分の動画を自分で再生して再生回数を稼ぐことはできる?📈 YouTubeで自分の動画を再生して再生回数を増やすことはできるのでしょうか?その答えを解説します!次の動画作成にはVEEDをぜひお試しください...
Can I Watch My Own Videos to Get Views? 📈 Can I watch my own videos to get views on Youtube? Well, let's find out! Try VEED to create your next video ...

飛行機事故に遭うって、こういう感覚なんだ…😳 #shorts
What being in a plane crash feels like…😳 #shorts

Roblox UGCの「真実」を暴露します… ugc, roblox ugc, 2024年にRoblox UGCで稼げるのか, 初めてのRoblox UGC, 2024年にRoblox UGC制作で利益は出るのか, 利益は出るのか...
Exposing the TRUTH of Roblox UGCs.. ugc,roblox ugc,Can you profit on roblox ugc in 2024,my first roblox ugc,can you profit making roblox ugc in 2024,can you profit ...

任天堂のせいでSwitchが文鎮化した😞
Nintendo Bricked My Switch 😞

iPhoneがあなたを追跡し、盗聴している?今すぐオフにすべき設定。iPhoneにはデフォルトでオンになっている設定がいくつかあります。これらの設定により、Appleやサードパーティ製アプリがあなたを追跡し……
Your iPhone Tracking You And Listening - TURN THIS OFF Your iPhone comes with certain settings turned on by default. These settings allow Apple and third party apps to track you and ...
勝った! #roblox #robloxgames
i won #roblox #robloxgames