Checking in progress, though not fully working as expected

This commit is contained in:
Ryan Ward
2026-07-27 11:41:20 -05:00
parent 856a6cd6f3
commit 309000a303
51 changed files with 74 additions and 3315 deletions
+2 -2
View File
@@ -193,9 +193,9 @@ impl SystemInfo {
// dump and upload the current heap profiling data.
#[cfg(feature = "heap_usage_tracking")]
{
let breakdown_for_sentry = memory_breakdown.clone();
let breakdown_for_profile = memory_breakdown.clone();
ctx.spawn(
crate::profiling::dump_jemalloc_heap_profile(breakdown_for_sentry),
crate::profiling::dump_jemalloc_heap_profile(breakdown_for_profile),
|_, _, _| {},
);
}