This repository was archived by the owner on Jan 7, 2026. It is now read-only.
Remove all Sentry dependencies and references#613
Merged
Conversation
Co-authored-by: bajtos <1140553+bajtos@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove Sentry
Remove all Sentry dependencies and references
Aug 5, 2025
bajtos
approved these changes
Aug 6, 2025
bajtos
approved these changes
Aug 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR removes all Sentry error tracking dependencies from the spark-evaluate repository as requested. The changes include:
What was removed:
"@sentry/node": "^9.43.0"from package.jsonimport * as Sentry from '@sentry/node'from 8 files across bin/ and lib/ directoriesSentry.init()calls from binary scriptsSentry.captureException()calls while preserving console error logging'@sentry/'from Dependabot auto-approve workflowFiles modified:
package.json- Removed Sentry dependencypackage-lock.json- Updated (59 packages removed).github/workflows/dependabot-auto-approve-minor.yml- Removed Sentry from auto-approve listindex.js- Removed Sentry import and 5 exception capture callsbin/spark-evaluate.js- Removed Sentry import and initializationbin/fetch-recent-miner-measurements.js- Removed Sentry import and initializationbin/dry-run.js- Removed Sentry import, initialization, and exception capturelib/platform-stats.js- Removed Sentry import and 2 exception captureslib/provider-retrieval-result-stats.js- Removed Sentry import and exception capturelib/evaluate.js- Removed Sentry import and 5 exception captureslib/public-stats.js- Removed Sentry import and 2 exception capturesTesting:
The error handling behavior is preserved - all error conditions that previously logged to Sentry now only log to the console, maintaining the same visibility for debugging while removing the external dependency.
Fixes #612.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
api.filspark.comnode /home/REDACTED/work/spark-evaluate/spark-evaluate/node_modules/.bin/mocha(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.