Skip to content

Commit bc06e5f

Browse files
authored
feat: Make debug-images a default feature (#545)
1 parent aa17af4 commit bc06e5f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
**Features**:
6+
7+
- `debug_images` is now a default feature. ([#545](https://github.com/getsentry/sentry-rust/pull/545)
8+
59
**Fixes**:
610

711
- Envelopes will be discarded rather than blocking if the transport channel fills up. ([#546](https://github.com/getsentry/sentry-rust/pull/546))

sentry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ all-features = true
2121
rustdoc-args = ["--cfg", "doc_cfg"]
2222

2323
[features]
24-
default = ["backtrace", "contexts", "panic", "transport"]
24+
default = ["backtrace", "contexts", "debug-images", "panic", "transport"]
2525

2626
# default integrations
2727
backtrace = ["sentry-backtrace"]

0 commit comments

Comments
 (0)