35个版本

0.34.0 2024年6月5日
0.32.3 2024年4月16日
0.32.2 2024年1月30日
0.32.1 2023年12月18日
0.19.0 2020年6月18日

429调试 类别中排名

Download history • Rust 包仓库 61282/week @ 2024-04-21 • Rust 包仓库 59494/week @ 2024-04-28 • Rust 包仓库 57623/week @ 2024-05-05 • Rust 包仓库 73689/week @ 2024-05-12 • Rust 包仓库 83581/week @ 2024-05-19 • Rust 包仓库 63354/week @ 2024-05-26 • Rust 包仓库 69260/week @ 2024-06-02 • Rust 包仓库 78660/week @ 2024-06-09 • Rust 包仓库 60265/week @ 2024-06-16 • Rust 包仓库 68791/week @ 2024-06-23 • Rust 包仓库 70113/week @ 2024-06-30 • Rust 包仓库 82183/week @ 2024-07-07 • Rust 包仓库 53753/week @ 2024-07-14 • Rust 包仓库 77359/week @ 2024-07-21 • Rust 包仓库 77895/week @ 2024-07-28 • Rust 包仓库 75162/week @ 2024-08-04 • Rust 包仓库

每月286,378 次下载
sentry 中使用

Apache-2.0

225KB
4K SLoC

Sentry

Sentry Rust SDK: sentry-debug-images

Sentry调试图像集成。

DebugImagesIntegration 将关于已加载共享库的元数据添加到Sentry Event 事件中。

配置

默认情况下,集成会将此信息附加到所有 Event 事件中,但也可以定义自定义过滤器。

use sentry_core::Level;
let integration = sentry_debug_images::DebugImagesIntegration::new()
    .filter(|event| event.level >= Level::Warning);

资源

许可证:Apache-2.0

依赖项

~3–5MB
~118K SLoC