fix: disable Sentry session tracking#9985
Draft
oz-for-oss[bot] wants to merge 1 commit intomasterfrom
Draft
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev> Co-Authored-By: Ted Robertson <tredondo@users.noreply.github.com>
4 tasks
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.
Closes #9717
Description
Help improve Warpis scoped to analytics telemetry and product-required backend connections are not conflated with that toggle.Linked Issue
ready-to-specorready-to-implement.Screenshots / Videos
Not captured; this is a small settings-copy change plus crash-reporting configuration change.
Testing
cargo fmt --allcargo fmt --all -- --checkgit --no-pager diff --checkCARGO_BUILD_JOBS=1 cargo check -p warp --features crash_reporting --libCARGO_BUILD_JOBS=1 cargo clippy -p warp --features crash_reporting --lib -- -D warningsAttempted
CARGO_BUILD_JOBS=1 cargo test -p warp --features crash_reporting sentry_client_options_disable_auto_session_trackingtwice, but the sandbox killed thewarplib-test rustc process with SIGKILL before any Rust test result was produced.Agent Mode
CHANGELOG-BUG-FIX: Disabled normal Sentry session tracking and clarified Privacy settings copy around analytics versus crash/error reporting.