chore(rust): bump posthog-rs to 0.19.2 - #70849
Merged
Merged
Conversation
|
Note 🤖 stamphog reviewed Gates denied this dependency bump (Cargo.toml/Cargo.lock touch deps_toolchain deny-list), and two automated reviewers currently have in-flight reviews (👀) that haven't completed yet.
Gate mechanics and policy version
|
Contributor
|
Reviews (1): Last reviewed commit: "chore(rust): bump posthog-rs to 0.19.2" | Re-trigger Greptile |
dmarticus
approved these changes
Jul 14, 2026
cat-ph
enabled auto-merge (squash)
July 14, 2026 19:31
devin-ai-integration Bot
added a commit
to garnet-labs/posthog
that referenced
this pull request
Jul 29, 2026
devin-ai-integration Bot
added a commit
to garnet-labs/posthog
that referenced
this pull request
Jul 29, 2026
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.
Problem
The Rust workspace pins posthog-rs 0.19.1. The 0.19.2 patch release fixes default in-app frame classification for error tracking:
CARGO_HOME(e.g./usr/local/cargoin the official Rust Docker images), not just~/.cargo, so dependency frames stop being marked as app code in containers.poll_future<tokio::runtime::...>classify correctly.__clone,start_thread,_start, etc.) are classified as not in-app.Release notes: https://github.com/PostHog/posthog-rs/blob/main/CHANGELOG.md
Changes
posthog-rsfrom 0.19.1 to 0.19.2 inrust/Cargo.tomlandrust/Cargo.lock. No API changes.How did you test this code?
cargo check -p posthog -p cymbal -p batch-import-worker(the three crates consuming posthog-rs) passes.