Browser Crash Reporting and Error Tracking
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
Error Tracking processes errors collected from the browser by the RUM Browser SDK. Whenever a source or custom error containing a stack trace is collected, Error Tracking processes and groups it under an issue, or group of similar errors.
Your crash reports appear in Error Tracking.
Setup
If you have not set up the Browser SDK yet, follow the in-app setup instructions or see the Browser RUM setup documentation.
- Download the latest version of the RUM Browser SDK.
- Configure your application’s
version
, env
, and service
when initializing the SDK. - Upload your JavaScript source maps to access unminified stack traces.
Link errors with your source code
In addition to sending source maps, the Datadog CLI reports Git information such as the commit hash, repository URL, and a list of tracked file paths in the code repository.
Error Tracking and RUM can use this information to correlate errors with your source code, allowing you to pivot from any stack trace frame to the related line of code in GitHub, GitLab and Bitbucket.
Linking from stack frames to source code is supported in the
Datadog CLI version
0.12.0
version and later.
For more information, see the Datadog Source Code Integration.
Further Reading
Documentation, liens et articles supplémentaires utiles: