fix: replace googlesource submodules with GitHub ones#1628
Merged
supervacuus merged 4 commits intomasterfrom Apr 7, 2026
Merged
fix: replace googlesource submodules with GitHub ones#1628supervacuus merged 4 commits intomasterfrom
googlesource submodules with GitHub ones#1628supervacuus merged 4 commits intomasterfrom
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is kicking off a free cloud agent to fix this issue. This run is complimentary, but you can enable autofix for all future PRs in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3f9f792. Configure here.
markushi
approved these changes
Apr 7, 2026
JoshuaMoelans
approved these changes
Apr 7, 2026
Co-authored-by: Markus Hintersteiner <markus.hintersteiner@sentry.io>
jpnurmi
approved these changes
Apr 7, 2026
1 task
SlySven
pushed a commit
to Mudlet/Mudlet
that referenced
this pull request
Apr 7, 2026
#### Brief overview of PR changes/additions Updates sentry-native from 0.12.3 to 0.13.5, which replaces Google-hosted git submodule URLs with GitHub mirrors to fix CI build failures caused by chromium.googlesource.com returning 403. #### Motivation for adding to Mudlet CI builds are broken because an upstream Google-hosted git dependency is inaccessible. #### Other info (issues closed, discussion etc) Upstream fix: getsentry/sentry-native#1628 **Test case:** CI builds complete successfully with recursive submodule checkout.
jamescrosswell
added a commit
to getsentry/sentry-dotnet
that referenced
this pull request
Apr 7, 2026
…ird_party/zlib/' Fixes #5117 - #5117 Bumps to sentry-native 0.13.5 which replaces googlesource submodules with GitHub ones: - getsentry/sentry-native#1628
loewenheim
added a commit
to getsentry/symbolicator
that referenced
this pull request
Apr 8, 2026
This is mostly to get getsentry/sentry-native#1628.
loewenheim
added a commit
to getsentry/symbolicator
that referenced
this pull request
Apr 8, 2026
This is mostly to get getsentry/sentry-native#1628.
loewenheim
added a commit
to getsentry/relay
that referenced
this pull request
Apr 8, 2026
This is mostly to get getsentry/sentry-native#1628.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Replaces all submodules that currently point to a
googlesourcehosted repository with a mirror in thegetsentryorg on GitHub.Raised here: #1626 (but apparent in downstream Sentry repos)
Depends on: getsentry/crashpad#146