Skip to content

remove sentry#8665

Merged
jigar-f merged 2 commits intomainfrom
jay/86-sentry
Apr 16, 2026
Merged

remove sentry#8665
jigar-f merged 2 commits intomainfrom
jay/86-sentry

Conversation

@jay-418
Copy link
Copy Markdown
Contributor

@jay-418 jay-418 commented Apr 15, 2026

@jay-418 jay-418 marked this pull request as ready for review April 16, 2026 02:30
Copilot AI review requested due to automatic review settings April 16, 2026 02:30
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes remaining build/git artifacts related to Sentry integration, aligning this repo with the upstream dependency mentioned in the PR description.

Changes:

  • Deleted the unused require-gomobile Makefile target that referenced sentry-cli/SENTRY.
  • Removed /.sentry-native from .gitignore now that Sentry isn’t used.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
Makefile Removes a stale Sentry-related guard/target that’s no longer referenced by other build targets.
.gitignore Stops ignoring .sentry-native, consistent with fully removing Sentry from the repo.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jay-418 jay-418 requested review from atavism and jigar-f April 16, 2026 02:32
Copy link
Copy Markdown
Contributor

@jigar-f jigar-f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jigar-f jigar-f merged commit 23a983f into main Apr 16, 2026
12 checks passed
@jigar-f jigar-f deleted the jay/86-sentry branch April 16, 2026 11:39
myleshorton added a commit that referenced this pull request Apr 17, 2026
PR #8655 ("Save last server location") accidentally downgraded
sing-box-minimal from v1.12.21-lantern back to v1.12.19-lantern in
go.mod during review churn. v1.12.21-lantern contains commit 9c79c311
("fix: make initial remote rule-set fetch non-fatal"), which turns the
Android bootstrap deadlock ("no available network interface" during
initial rule-set fetch) from a fatal libbox startup error into a
WARN + retry-after-start. Without it, nightly builds from main fail
to connect on any smart-routing country (Macao, Bulgaria, etc.).

Confirmed by comparing Freshdesk #172722 (broken, rule_set_remote.go:235,
v1.12.19-lantern) with #172795 (working, rule_set_remote.go:113,
v1.12.21-lantern). Same user, same device, same 9.0.25 version, same
smart-routing-bg-common-direct fetch failure — only the sing-box-minimal
version differs. The v9.0.25-beta-android tag was cut before #8655
merged, which is why Alexander's beta works while the nightly doesn't.

`go mod tidy` also dropped stale go.sum entries for superseded radiance
and lantern-box pseudo-versions and removed the unused getsentry/sentry-go
indirect (left behind after #8665).
myleshorton added a commit that referenced this pull request Apr 17, 2026
PR #8655 ("Save last server location") accidentally downgraded
sing-box-minimal from v1.12.21-lantern back to v1.12.19-lantern in
go.mod during review churn. v1.12.21-lantern contains commit 9c79c311
("fix: make initial remote rule-set fetch non-fatal"), which turns the
Android bootstrap deadlock ("no available network interface" during
initial rule-set fetch) from a fatal libbox startup error into a
WARN + retry-after-start. Without it, nightly builds from main fail
to connect on any smart-routing country (Macao, Bulgaria, etc.).

Confirmed by comparing Freshdesk #172722 (broken, rule_set_remote.go:235,
v1.12.19-lantern) with #172795 (working, rule_set_remote.go:113,
v1.12.21-lantern). Same user, same device, same 9.0.25 version, same
smart-routing-bg-common-direct fetch failure — only the sing-box-minimal
version differs. The v9.0.25-beta-android tag was cut before #8655
merged, which is why Alexander's beta works while the nightly doesn't.

`go mod tidy` also dropped stale go.sum entries for superseded radiance
and lantern-box pseudo-versions and removed the unused getsentry/sentry-go
indirect (left behind after #8665).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants