You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- Add `DATADOG_DIAGNOSTICS_ENABLE` for quick disable if needed
- Limit spans with `DATADOG_DIAGNOSTICS_MAX_SPANS` (default 100)
- Fix scope of member variables
- Add unit tests
Manual testing:
- Modify `common.djangoapps.student.views.dashboard.student_dashboard` in
edx-platform to call `import time; time.sleep(10)` at the start of the
view.
- Start server and log
- Visit /dashboard
- While the browser is waiting, quickly make a small edit to an
edx-platform file, causing an autoreload.
- Confirm that spans are logged.