Ce produit n'est pas pris en charge par le site Datadog que vous avez sélectionné. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Overview

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

Documentation, liens et articles supplémentaires utiles: