We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b7ed6 commit 4cd118aCopy full SHA for 4cd118a
1 file changed
apps/error-tracking-upload-source-maps/rust/Cargo.toml
@@ -3,10 +3,6 @@ name = "rust-app"
3
version = "0.1.0"
4
edition = "2021"
5
6
-# Intentionally no [profile.release] debug-info settings: the
7
-# upload-source-maps skill's "keep debug info in release builds" gotcha
8
-# requires the agent to add them, so the fixture must start without.
9
-
10
[dependencies]
11
posthog-rs = "0.20"
12
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
0 commit comments