Skip to content

Commit

Permalink
feat: Make debug-images a default feature (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim authored Feb 3, 2023
1 parent aa17af4 commit bc06e5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

**Features**:

- `debug_images` is now a default feature. ([#545](https://github.com/getsentry/sentry-rust/pull/545)

**Fixes**:

- Envelopes will be discarded rather than blocking if the transport channel fills up. ([#546](https://github.com/getsentry/sentry-rust/pull/546))
Expand Down
2 changes: 1 addition & 1 deletion sentry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]

[features]
default = ["backtrace", "contexts", "panic", "transport"]
default = ["backtrace", "contexts", "debug-images", "panic", "transport"]

# default integrations
backtrace = ["sentry-backtrace"]
Expand Down

0 comments on commit bc06e5f

Please sign in to comment.