This repository was archived by the owner on May 11, 2026. It is now read-only.
chore: upgrade @snapshot-labs/snapshot-sentry to v2#642
Open
wa0x6e wants to merge 1 commit into
Open
Conversation
This was referenced May 10, 2026
Pulls in @sentry/node v10 via the upgrade-sentry-v10 branch (see snapshot-labs/snapshot-sentry#17). The v2 release drops the Express app argument from initLogger(). The dep is referenced via git+ssh because the repo is private and bun's tarball fetch path is unauthenticated.
wa0x6e
force-pushed
the
chore/upgrade-snapshot-sentry-v2
branch
from
May 10, 2026 16:08
3408cf1 to
5a65057
Compare
1 task
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.
Bumps the snapshot-sentry dep to v2, which moves the Sentry SDK to v10 (snapshot-labs/snapshot-sentry#17).
Summary
package.jsonto point at the in-flight v2 branch viagit+ssh(the repo is private so bun's tarball API path returns 404).appargument frominitLogger()to match the v2 signature.bun.lock.Why split
This is the upgrade-only step. The follow-up PR builds on this branch to start using the new
ignoreErrorsoption (snapshot-labs/snapshot-sentry#18) to suppress expected client-side errors (unauthorizedetc.) — replacing the per-repo helpers we currently carry.Test plan
bun run lintcleandb.queryAsyncin test files predate this PR — surfaced by the bun migration, not by this change)