File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ extra setup to function properly.
73
73
| ` transport ` | ✅ | | | |
74
74
| ` anyhow ` | | 🔌 | | |
75
75
| ` test ` | | | | |
76
- | ` debug-images ` | | 🔌 | | |
76
+ | ` debug-images ` | ✅ | 🔌 | | |
77
77
| ` log ` | | 🔌 | | Requires extra setup; See [ ` sentry-log ` ] 's documentation. |
78
78
| ` debug-logs ` | | | ❗ | Requires extra setup; See [ ` sentry-log ` ] 's documentation. |
79
79
| ` slog ` | | 🔌 | | Requires extra setup; See [ ` sentry-slog ` ] 's documentation. |
@@ -95,11 +95,11 @@ extra setup to function properly.
95
95
- ` contexts ` : Enables capturing device, OS, and Rust contexts.
96
96
- ` panic ` : Enables support for capturing panics.
97
97
- ` transport ` : Enables the default transport, which is currently ` reqwest ` with ` native-tls ` .
98
+ - ` debug-images ` : Enables capturing metadata about the loaded shared libraries.
98
99
99
100
### Debugging/Testing
100
101
- ` anyhow ` : Enables support for the ` anyhow ` crate.
101
102
- ` test ` : Enables testing support.
102
- - ` debug-images ` : Attaches a list of loaded libraries to events (currently only supported on Unix).
103
103
104
104
### Logging
105
105
- ` log ` : Enables support for the ` log ` crate.
Original file line number Diff line number Diff line change 65
65
//! | `transport` | ✅ | | | |
66
66
//! | `anyhow` | | 🔌 | | |
67
67
//! | `test` | | | | |
68
- //! | `debug-images` | | 🔌 | | |
68
+ //! | `debug-images` | ✅ | 🔌 | | |
69
69
//! | `log` | | 🔌 | | Requires extra setup; See [`sentry-log`]'s documentation. |
70
70
//! | `debug-logs` | | | ❗ | Requires extra setup; See [`sentry-log`]'s documentation. |
71
71
//! | `slog` | | 🔌 | | Requires extra setup; See [`sentry-slog`]'s documentation. |
87
87
//! - `contexts`: Enables capturing device, OS, and Rust contexts.
88
88
//! - `panic`: Enables support for capturing panics.
89
89
//! - `transport`: Enables the default transport, which is currently `reqwest` with `native-tls`.
90
+ //! - `debug-images`: Enables capturing metadata about the loaded shared libraries.
90
91
//!
91
92
//! ## Debugging/Testing
92
93
//! - `anyhow`: Enables support for the `anyhow` crate.
93
94
//! - `test`: Enables testing support.
94
- //! - `debug-images`: Attaches a list of loaded libraries to events (currently only supported on Unix).
95
95
//!
96
96
//! ## Logging
97
97
//! - `log`: Enables support for the `log` crate.
You can’t perform that action at this time.
0 commit comments