fix: Move Monitor dump to after_response by ankush [frappe] PR#26703
From: https://github.com/frappe/frappe/pull/26703
Date: 2024-06-06 20:08:22+05:30
- fix: Move Monitor dump to after_response (#26703)
Diagnostics
pre-commit failed for source commit: 04642edd635f33a589ca3da2fe8b6ce314687b94
Run ruff formatter.......................................................Failed
- hook id: ruff-format
- files were modified by this hook
1 file reformatted, 2 files left unchanged
Suspicious changes found (dokos|telemetry|shipping_rule|capture_doc|sentry|marketplace_apps|subscription_conf):
276ff771412fe83ab10841101c6359a079f27f39 fix: Move Monitor dump to after_response (#26703)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26703
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26703
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease