- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
As a frontend engineer, an essential and often time-consuming part of the debugging process is reproducing bugs. But it can be difficult to do so without a clear understanding of the actions a user took before your application throws an error.
Error Tracking Replay Snippets allows you to view a pixel-perfect recreation of a user’s journey 15 seconds before and after an error occurred so you can reproduce bugs, save time, and eliminate any guesswork.
If you have not set up Datadog Frontend Error Tracking, follow the in-app setup instructions or see the setup documentation for browser and mobile.
During SDK initialization, configure your application’s replay sample rate.
Set the sessionReplaySampleRate
between 1 and 100.
import { datadogRum } from '@datadog/browser-rum';
datadogRum.init({
applicationId: '<APP_ID>',
clientToken: '<CLIENT_TOKEN>',
service: '<SERVICE>',
env: '<ENV_NAME>',
sessionReplaySampleRate: 20,
trackResources: true,
trackUserInteractions: true,
});
Follow these steps to setup and configure your mobile application’s error replay for this platform.
Follow these steps to setup and configure your mobile application’s error replay for this platform.
Follow these steps to setup and configure your mobile application’s error replay for this platform.
Follow these steps to setup and configure your mobile application’s error replay for this platform.
After reviewing key information about the error, such as the error message and stack trace, you can immediately pivot directly from the issue summary to a live reproduction of the most recent session that experienced the error. Scroll down below the stack trace and click on the preview of the replay to see a users actions before the error occured.