This product is not supported for your selected Datadog site. ().
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください

Overview

This feature is in limited support.

Exception Replay allows you to inspect the stack trace frames of any Error Tracking code insight and get information about variable values from the code running in production.

To access this feature, you must enable Error Tracking Exception Replay on Datadog.

After the feature has been enabled, you can see an Exception Replay button next to the stack trace section of any APM-instrumented Error Tracking code insight. Click the button to:

  • Access all the information Datadog has about the different frames.
  • Navigate through the production code.
  • Review the value of the different variables involved.

Select an Error Tracking code insight from the Code Insights view. Go to the stack trace and click the Exception Replay button. Two new views appear in the IDE:

  • Variables: Displays the variables related to a particular stack trace frame.
  • Stack Trace: Lists the stack frames for navigation.

Select a stack trace frame and inspect the values of all the variables that Datadog captured from your production code.

Further reading

お役に立つドキュメント、リンクや記事: