refactor(core): Update backend sentry setup to reduce noise (no-changelog) (#8026)

## Summary
This PR updates our backend sentry setup to remove integrations that
don't provide us any value. This also reduces the amount of PII that
gets sent to Sentry.

[Sample event](https://n8nio.sentry.io/issues/4725315362/)

## Related tickets
[ENG-95](https://linear.app/n8n/issue/ENG-95)

## Review / Merge checklist
- [x] PR title and summary are descriptive.
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-12-18 14:26:07 +01:00
committed by GitHub
parent 614f488386
commit a651089a10
3 changed files with 68 additions and 43 deletions

View File

@@ -106,8 +106,8 @@
"@oclif/core": "1.16.6",
"@oclif/errors": "1.3.6",
"@rudderstack/rudder-sdk-node": "1.0.6",
"@sentry/integrations": "7.86.0",
"@sentry/node": "7.86.0",
"@sentry/integrations": "7.87.0",
"@sentry/node": "7.87.0",
"axios": "0.21.4",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",