Skip to content

Commit

Permalink
Export UnresolvedReport (#132)
Browse files Browse the repository at this point in the history
* Export UnresolvedReport

This let the user the option to get an unsymbolicated report.

Useful when the user is not interested in symbolication on the client.

Signed-off-by: Francesco Vigliaturo <viglia90@gmail.com>

* Updates the CHANGELOG.md

Signed-off-by: Francesco Vigliaturo <viglia90@gmail.com>
  • Loading branch information
viglia committed Jun 16, 2022
1 parent 3fed55a commit 108d0d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Remove `backtrace-rs` feature, as the default choice when not specified (#130)

### Fixed
- Export `UnresolvedReport` type to allow developers to get the unresolved report (#132)

## [0.9.1] - 2022-05-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -60,7 +60,7 @@ pub use self::collector::{Collector, HashCounter};
pub use self::error::{Error, Result};
pub use self::frames::{Frames, Symbol};
pub use self::profiler::{ProfilerGuard, ProfilerGuardBuilder};
pub use self::report::{Report, ReportBuilder};
pub use self::report::{Report, ReportBuilder, UnresolvedReport};

#[cfg(feature = "flamegraph")]
pub use inferno::flamegraph;
Expand Down

0 comments on commit 108d0d6

Please sign in to comment.