Skip to content

Commit e1626ed

Browse files
dcalhounclaude
andcommitted
tmp: pin Automattic-Tracks-iOS to source-map debug-images branch
TEMPORARY — do not merge. Pins Automattic-Tracks-iOS to the branch that adds source-map debug images to `JSException` (PR #373), and re-pins GutenbergKit to the pr-build/554 snapshot carrying the Debug ID work, so a prototype build can verify end-to-end symbolication. Revert both pins to released versions before merging. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6530268 commit e1626ed

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

Modules/Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ let package = Package(
3535
.package(url: "https://github.com/AliSoftware/OHHTTPStubs", from: "9.1.0"),
3636
.package(url: "https://github.com/apple/swift-collections", from: "1.0.0"),
3737
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.2"),
38-
.package(url: "https://github.com/Automattic/Automattic-Tracks-iOS", from: "4.3.1"),
38+
// TEMPORARY: pin to the branch adding source-map debug images to
39+
// JSException, to verify GutenbergKit Sentry symbolication. Revert to
40+
// `from: "4.3.1"` (or the released version) before merging.
41+
.package(url: "https://github.com/Automattic/Automattic-Tracks-iOS", branch: "add/js-exception-sourcemap-debug-ids"),
3942
.package(url: "https://github.com/Automattic/AutomatticAbout-swift", from: "1.1.5"),
4043
.package(url: "https://github.com/Automattic/Gravatar-SDK-iOS", from: "3.4.0"),
4144
.package(url: "https://github.com/Automattic/Gridicons-iOS", branch: "develop"),

0 commit comments

Comments
 (0)