feat: Enable Sentry Sampling by gavindsouza [frappe] PR#28304
From: https://github.com/frappe/frappe/pull/28304
Date: 2024-10-28 11:27:51+01:00
- feat: Enable Sentry Sampling
Diagnostics
Conflicts detected for source commit: ecb4795ed3f5691d056695e865f618e76832d12f
- DU frappe/utils/sentry.py
pre-commit failed for source commit: ecb4795ed3f5691d056695e865f618e76832d12f
[WARNING] top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
frappe/hooks.py:468:4: F821 Undefined name `os`
frappe/hooks.py:469:2: F821 Undefined name `os`
frappe/hooks.py:470:5: F821 Undefined name `os`
frappe/hooks.py:471:5: F821 Undefined name `os`
Found 4 errors.
Suspicious changes found (Telemetry / telemetry):
* 81aaf13094b5d2224c8e30e0af8587bfa1f9d693 feat: Enable Sentry Sampling
```diff
```
Suspicious changes found (Telemetry / sentry):
* 81aaf13094b5d2224c8e30e0af8587bfa1f9d693 feat: Enable Sentry Sampling
```diff
```
Suspicious changes found (Dokos Only / dokos):
* 81aaf13094b5d2224c8e30e0af8587bfa1f9d693 feat: Enable Sentry Sampling
```diff
```
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-28304
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-28304
# 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