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 在 调试 类别中排名
每月286,378 次下载
在 sentry 中使用
225KB
4K SLoC
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
- Discord 服务器用于项目讨论。
- 关注 @getsentry 在Twitter上获取更新
依赖项
~3–5MB
~118K SLoC