Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/tracing

Application level tracing for Rust.
https://github.com/tokio-rs/tracing

fix macro path (#740)

## Motivation

Hello 👋 ! I had some issues playing with tracing and event! macro due
to a ca...

309c126afd6ec901661d4ebdea274d613510935c authored over 4 years ago by Coenen Benjamin <[email protected]>
opentelemetry: filter out invalid parent contexts (#743)

Signed-off-by: Benjamin Coenen <[email protected]>

93f921c7a0a8b6bd38379b045bc13f69511930ca authored over 4 years ago by Coenen Benjamin <[email protected]>
opentelemetry: Fix crate url metadata (#739)

Co-authored-by: Eliza Weisman <[email protected]>

5e3fa9c0c3e377bee2e0c4c47ffbfdee72c83ed2 authored over 4 years ago by Julian Tescher <[email protected]>
opentelemetry: support `tracing-log` special values (#736)

## Motivation

Currently, when converting `log::Record`s to `tracing::Event`s using
`tracing-...

16d1369e3c66c72b5772822013da074d1952c087 authored over 4 years ago by Julian Tescher <[email protected]>
opentelemetry: Add dynamic span name field (#732)

opentelemetry: Add dynamic span name field

## Motivation

The OpenTelemetry [spec for HTTP ...

21f28f74bded5e9539a1245257fa225a57b582ad authored over 4 years ago by Julian Tescher <[email protected]>
Add on_follows_from to OpenTelemetryLayer (#723)

74f7764db0b0b4128cd4ab10a7c7793703d3ba3a authored over 4 years ago by Justin Carter <[email protected]>
docs: clarify `record` behaviour for new fields (#731)

## Motivation

When working with `tracing` I was caught by surprise when trying to
record a n...

954b1b8ab8b7fc577763aac0237c86b10313ae14 authored over 4 years ago by Luca Palmieri <[email protected]>
attributes: support arbitrary field expressions (#672)

## Motivation

Fields on spans generated by `#[instrument]` consist of the parameters
to the ...

d24a43aaee201bcddbaf1cd8bf1d1cff72f2de12 authored over 4 years ago by Eliza Weisman <[email protected]>
docs: add tracing-bunyan-formatter to the list of related crates. (#730)

Adding the crate to the list of community-related crates for `tracing`.
Happy to provide addit...

d090db7c79de27fce49bef68f9b1eddded20c4a5 authored over 4 years ago by Luca Palmieri <[email protected]>
docs: add tracing-error, tracing-flame, and eyre to related crates (#728)

* Add related crates for tracing-error

* boop

* boop

02b7c4c028f9cf0edbf0904a4643b1562ca7145e authored over 4 years ago by Jane Lusby <[email protected]>
Replace local_inner_macros with $crate (#729)

18764d149ff4c47ef875af3d7ec881d5f610533b authored over 4 years ago by Taiki Endo <[email protected]>
docs: fix broken link in tracing-appender (#718)

81722c2c9de5dfedf5a0f157f84a183ebbeff9ef authored over 4 years ago by Martin Pool <[email protected]>
tracing: prepare to release 0.1.14 (#716)

# 0.1.14 (May 14, 2020)

### Added

- **log**: When using the [`log`] compatibility feature ...

2c6a563fc166e1f1354f12145fbdd39380042080 authored over 4 years ago by Eliza Weisman <[email protected]>
attributes: prepare to release v0.1.8 (#714)

0.1.8 (May 13, 2020)

Added:

- Support for using `#[instrument]` on methods that are part o...

b0d75ff4897ade8faf47a124ce9a73f3637896c0 authored over 4 years ago by Eliza Weisman <[email protected]>
chore: fix spaces (#715)

## Motivation

There are unnecessary spaces. Also, there is a point that requires space.

* ...

f8a9769622de40b453912a2d6667d2aecd9d1dcd authored over 4 years ago by Park Juhyung <[email protected]>
attributes: support using #[instrument] with async-trait (#711)

## Motivation

As outlined in #399, right now `tracing-futures` (or more precisely, the
code ...

369b0c5e1d770f26c5e98a3e9f8fd9d4c6dfde8c authored over 4 years ago by Simon THOBY <[email protected]>
tracing_opentelemetry: Switch to `Context` propagation (#713)

The [OpenTelemetry Propagation
Spec](https://github.com/open-telemetry/opentelemetry-specificat...

89eee6b9b9487a11ae9ca89304eaf1f0c50fc989 authored over 4 years ago by Julian Tescher <[email protected]>
docs: add tracing-appender to project layout list in README (#706)

* Add tracing-appender to project layout list in README
* Update README.md
* Update tracing li...

71dfa5c1d56435db88f523f9da53ceca5e8d9e73 authored over 4 years ago by Zeki Sherif <[email protected]>
tracing: fix typo (#710)

640512abb295d577e868150b4e660abb11a19814 authored over 4 years ago by Jake Goulding <[email protected]>
subscriber: remove the duplicated test 'field_filter_events' (#712)

This removes the test `field_filter_events` in
`tracing-subscriber/tests/filter.rs` as it appea...

12e87c7ace66ee0713236d6769a026e7f6ea8600 authored over 4 years ago by Simon THOBY <[email protected]>
subscriber: fix `Span::record` resulting in malformed JSON (#709)

## Motivation

An issue (#707) currently exists where calling `record` on a span will cause th...

a37ad4d5d301dccbea2038ab2a34d109ed270e1c authored over 4 years ago by Eliza Weisman <[email protected]>
appender: prepare tracing-appender for release (#705)

Following the release process for
https://github.com/tokio-rs/tracing/blob/master/CONTRIBUTING....

f8b52bdf104399b810da65dc396ba29cef835ef0 authored over 4 years ago by Zeki Sherif <[email protected]>
core: add `fmt::Debug` impl to `dyn Value`s (#696)

## Motivation

Currently, the only way to interact with `Value`s is to record them with
a vis...

361a8678c488b0747ef1414330a3a4fe9c3ad04a authored over 4 years ago by Eliza Weisman <[email protected]>
appender: add tests (#678)

## Motivation

Adding tests for PR #673

Co-authored-by: Zeki Sherif <[email protected]>
Co...

750b031d0302f7703cf3aaea162643ee4067eb93 authored over 4 years ago by Zeki Sherif <[email protected]>
update readmes for flame and error (#695)

4e47811988c4d21090ee22e3cfd0bee44044657d authored over 4 years ago by Jane Lusby <[email protected]>
docs: update related crates to include tracing-distributed (#702)

update to add/fix links for my related crates per
https://twitter.com/mycoliza/status/125567252...

89132933922d878d223b9d6c8c01f1da8eb576e6 authored over 4 years ago by Inanna Malick <[email protected]>
Import tracing-opentelemetry (#700)

Import `tracing-opentelemetry` from
https://github.com/jtescher/tracing-opentelemetry

Co-au...

5a971befacc233612ec6577c9bae6188c79926ad authored over 4 years ago by Julian Tescher <[email protected]>
Appender: Use channel to signal shutdown of worker thread (#701)

## Motivation

Fixes a race condition which occurs on dropping of `WorkerGuard`. If the
worke...

f93ba2ee26bd7f66757cab0287e716abf06d3086 authored over 4 years ago by Zeki Sherif <[email protected]>
appender: add top level docs (#692)

Closes #687

Co-authored-by: Zeki Sherif <[email protected]>
Co-authored-by: Eliza Weisman <...

34fb9104b269ed99d470920cabc68fe420104766 authored over 4 years ago by Zeki Sherif <[email protected]>
chore: Add preliminary CODEOWNERS file (#699)

This branch adds a CODEOWNERS file to configure Github to automatically
assign reviewers for pu...

df8530d094a1fa34018524e17a5688ae2e0453f4 authored over 4 years ago by Eliza Weisman <[email protected]>
core: Add `must_use` to `dispatcher::set_default` (#686)

Follow up of: #685

0ef28d131c751f367fba559503da7c812faacc78 authored over 4 years ago by Bastian Köcher <[email protected]>
chore: remove redundant imports (#694)

## Motivation

It looks like Rust 1.43's version of clippy added a new lint for
redundant `us...

fbcd27e9bf05034e1346096927530743f4770937 authored over 4 years ago by Eliza Weisman <[email protected]>
appender: add documentation to tracing appender crate (#676)

## Motivation

Adds documentation for tracing-appender that was added in PR #673

Co-author...

0c01c0d3f527d131dce1c0f39f69bc71df34ea37 authored over 4 years ago by Zeki Sherif <[email protected]>
Add `must_use` attribute to `set_default` (#685)

This makes the user aware of if the guard is dropped immediately and
thus, the tracing does not...

a2e2a9452931930a6068650545f956dbae12714a authored over 4 years ago by Bastian Köcher <[email protected]>
subscriber: prepare 0.2.5 (#684)

subscriber: prepare 0.2.5 (#684)

### Changed

- **fmt**: Bump sharded-slab dependency (#679...

dfa92ac225b60daf679b775f89ab3ae907770b03 authored over 4 years ago by David Barsky <[email protected]>
futures: prepare to release 0.2.4 (#683)

### Fixed

- docs.rs build failures (#618)
- Spelling in documentation skins -> sinks (#643)
...

d531f2a6bf573f2fa305c87b266319e7577cfd00 authored over 4 years ago by David Barsky <[email protected]>
Add `tracing-flame` crate for generating flamegraphs/flamecharts (#631)

280b664034fe18fc38accb96d6c4391bac81dc20 authored over 4 years ago by Jane Lusby <[email protected]>
subscriber: Bump sharded-slab dependency

aeca93883ffcc482e9b8f26251877092f3c66290 authored over 4 years ago by Adam Perry <[email protected]>
subscriber: remove trailing space in ChronoUtc format_time (#677)

This removes the trailing space from the end of the ChronoUtc FormatTime
impl.

I'm pretty su...

dac59b2a2d760cb850b1163de4e3218263a513c9 authored over 4 years ago by Sam Schlegel <[email protected]>
appender: introduce a non blocking file appender (#673)

## Motivation

A service we manage at work is currently migrating from using log4rs to
Tracin...

6540c0557f9959509eb0c8904d8ad99d3861516c authored over 4 years ago by Zeki Sherif <[email protected]>
chore: remove outdated example (#671)

This example is outdated and should have been removed when `tracing-fmt`
was merged into `traci...

bcb7326e59c3efb91af1624df32ed21fca9edc90 authored over 4 years ago by Eliza Weisman <[email protected]>
chore: clean up old CI stuff (#670)

## Motivation

Currently, `tracing` uses GitHub Actions for CI. However, we have
previously u...

47d8807b691c68934e800bdc38468a74c505ff5f authored over 4 years ago by Eliza Weisman <[email protected]>
subscriber: prepare to release 0.2.4 (#666)

# 0.2.4 (April 6, 2020)

This release includes several API ergonomics improvements, including
...

351ac21809d929c6cdf4d7134ce7e9a70df212eb authored over 4 years ago by Eliza Weisman <[email protected]>
subscriber: add more ergonomic subscriber configuration APIs (#660)

* subscriber: add less-verbose configuration APIs

Signed-off-by: Eliza Weisman <eliza@buoyant...

62e0cc0a03ab6ef9297efceabf89aa02a0258fe9 authored over 4 years ago by Eliza Weisman <[email protected]>
subscriber: fix Compact formatter not honoring `with_level` (#657)

## Motivation

Currently, a bug exists in the `Compact` tracing-subscriber event
formatter wh...

e2770d2a5a6f8a1b547acae3ce24873f526a0cf5 authored over 4 years ago by Eliza Weisman <[email protected]>
subscriber: add space when recording new values on an existing span

## Motivation

Fix the issue #627

## Solution

If the remaining values is not empty I ...

ee675a21594e79195c54dbb1af4439d2b3f416f9 authored over 4 years ago by Coenen Benjamin <[email protected]>
subscriber: move `fmt::LayerBuilder` methods to `fmt::Layer` (#655)

## Motivation

There isn't an actual reason that `fmt::Layer` needs a separate builder
type, ...

887f79173fa72d362c3ee335ed4a021aea9b7c28 authored over 4 years ago by Eliza Weisman <[email protected]>
tracing: Remove "describing" since it's unnecessary (#656)

Just a quick fix to your docs :)

2a55831bedc045b09376cb2b18f386202ca03181 authored over 4 years ago by Fintan Halpenny <[email protected]>
subscriber: fix outdated documentation (#647)

The filter feature has already been removed.

2f14d191d636eb209feb271abb2bef67990a17ff authored over 4 years ago by Diana <[email protected]>
examples: fix `tower-util` deprecation, remove broken examples (#645)

## Motivation

A recent change to `tower-util` contains a deprecation in `ServiceExt`.
The de...

ae482f38290317814b0d9826b1e9f0428def6c55 authored over 4 years ago by Eliza Weisman <[email protected]>
ci: add workaround for missing cargo-hack (#649)

## Motivation

Our CI builds currently have an issue where `cargo hack` doesn't work
after lo...

aebfd70ead3403e678021443e2d9bcb8c48b7ce3 authored over 4 years ago by Eliza Weisman <[email protected]>
futures: Fixing spelling in documentation skins -> sinks (#643)

437eb2a4a5748ae8f14bc8104eab3616b5b45364 authored over 4 years ago by Benjamin Halsted <[email protected]>
attributes: instrument Err (#637)

* attributes: instrument Err

This adds `#[instrument(err)]`, which will emit an error-level t...

ad285edcc6d641fd643271a71565435de6fa6cdd authored almost 5 years ago by iliana destroyer of worlds <[email protected]>
subscriber: fix bug in new_span for fmt layer (#634)

bd3535484e6d407fa8067696b61199d74d18f040 authored almost 5 years ago by Jane Lusby <[email protected]>
error: fix example of using TracedError with error kind pattern (#635)

3ec041a9a309b8009ba194e0134c9728af43f16c authored almost 5 years ago by Jane Lusby <[email protected]>
subscriber: fix clippy lints (#636)

## Motivation

Looks like Clippy is once again complaining about the
`match_wild_err_arm` lin...

77624f00c6a7ee96c34dc22a5ce1aff177720b1e authored almost 5 years ago by Eliza Weisman <[email protected]>
examples: await inner future (#628)

12fde2dd52308b3abf363256444aedfa74433171 authored almost 5 years ago by David Barsky <[email protected]>
examples: update to `std::future::Future`; remove nightly-examples (#557)

d0a3bdd63db1ba304e9e10d6aac22798d50308c1 authored almost 5 years ago by David Barsky <[email protected]>
error: Bump minimum version for tracing dep (#626)

## Motivation

tracing-error's ErrorLayer depends upon subscriber changes that were
introduce...

58291b5dca67034eb0d19539f38a1ece176aef94 authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: prepare to release 0.2.3 (#625)

# 0.2.3 (March 5, 2020)

### Fixed

- **env-filter**: Regression where filter directives wer...

83886fcc7c71641e5f0eebbf8fa852074b5b65c8 authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: fix filter selection regressions (#624)

## Motivation

Recent changes to `tracing-subscriber` (#580 and #583) introduced some
regress...

3f781ab38a40c42e24b3dc2aec931401cf874514 authored almost 5 years ago by Eliza Weisman <[email protected]>
chore: un-special-case std::future tests (#618)

## Motivation

Currently, `tracing-futures` and `tracing-attributes` both have separate
crate...

7212355e47294e872f3627e8989dfa09dad93123 authored almost 5 years ago by Eliza Weisman <[email protected]>
error: prepare to release 0.1.2 (#621)

### Added

- **TracedError**: `TracedError`, an error type wrapper that annotates
an error ...

a0adec01b8555635a8bf350d7794858eed0b1c44 authored almost 5 years ago by Eliza Weisman <[email protected]>
Only export the generic traced error version (#619)

This removes the boxed error type in favor of only exposing the generic error type and gates it ...

f58fb21fe715a71828c3c4b14834c5f3d95ab0ed authored almost 5 years ago by Jane Lusby <[email protected]>
attributes: fix compile error generation (#615)

## Motivation

Previously, some compile errors generated by `tracing-attributes` on bad
input...

86d6c1b954a95d4185e8ab8e427836a1f1820934 authored almost 5 years ago by Eliza Weisman <[email protected]>
Fix receiver type to avoid a reborrow (#617)

## Motivation

The current impl for `ExtractSpanTrace` is implemented for references and takes...

b9c415ab4a474d78d8ce4903649ce3aa85c0a920 authored almost 5 years ago by Jane Lusby <[email protected]>
Add a status fn to SpanTrace (#614)

## Motivation

Because `SpanTrace` does not have a header, implementations that wish to print ...

6b1c5a8605f3e958aa7af83d7111347cd6246811 authored almost 5 years ago by Jane Lusby <[email protected]>
tracing: less noisy, more useful `log` records for spans (#613)

## Motivation

Currently, the `tracing` crate's "log" feature always logs span
lifecycle (cre...

120f852a2aefe9aa113fbea09be8f91080d1934d authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: Prepare `0.2.2` release (#609)

### Added

- **fmt**: Added `flatten_event` to `SubscriberBuilder` (#599)
- **fmt**: Added `w...

77e589906df9702a11f7c7bdb6ea69a3437a320f authored almost 5 years ago by Lucio Franco <[email protected]>
serde: Prepare `0.1.1` release (#610)

Signed-off-by: Lucio Franco <[email protected]>

6522d202ce57b2fc10a066fa250171d0e000dc54 authored almost 5 years ago by Lucio Franco <[email protected]>
subscriber: Flatten json event metadata (#599)

Signed-off-by: Lucio Franco <[email protected]>
Co-authored-by: Eliza Weisman <eliza@buoy...

7e8b1140bfd1b12491c9f63315559daa097f3e09 authored almost 5 years ago by Lucio Franco <[email protected]>
docs: Fix typo in example code (#608)

Hi, I noticed a small typo while checking out the README 🙂

ccf49fede5ad6a262af015dc66daf068057e3137 authored almost 5 years ago by Koenraad Verheyden <[email protected]>
log: Re-export the log crate from tracing-log (#602)

## Motivation

Resolves #552.

## Solution

Re-export the whole log crate.

a1387482e9bd114fa572a9152fd458ef65742a47 authored almost 5 years ago by Thomas Eizinger <[email protected]>
tracing: prepare to release 0.1.13 (#606)

### Added

- **field**: `field::Empty` type for declaring empty fields whose values
will be...

c2a5f8677f9f7789b28cea46caa250a0664d26ae authored almost 5 years ago by Eliza Weisman <[email protected]>
attributes: prepare to release 0.1.7 (#605)

### Added

- Support for adding arbitrary literal fields to spans generated by
`#[instrumen...

4d5dd723f11663b0a6218e73d9c801fe83d9ac37 authored almost 5 years ago by Eliza Weisman <[email protected]>
futures: prepare to release 0.2.3 (#604)

### Added

- `WithDispatch::inner` and `WithDispatch::inner_mut` methods to allow
borrowing...

e225fc28c87883790b80f106ac3e718f47b0addc authored almost 5 years ago by Eliza Weisman <[email protected]>
tracing: Make tracing-attributes (and syn) optional (#603)

This allows consumers to use the convenience of `tracing`
without having to pull in the `syn` c...

7e72e1cb7b89643bbc03dcf81534f17da3b09738 authored almost 5 years ago by Jon Gjengset <[email protected]>
attributes: check if a skipped parameter exists (#600)

This PR adds a check to the `#[instrument]` macro to emit a compiler
error if the user tries to...

d533f904ab931a85224c7240bf8b4b06e0125705 authored almost 5 years ago by Jakub Beránek <[email protected]>
error: add error instrumentation type and traits (#574)

## Motivation

The tracing_error crate should provide some basic functionality for
instrument...

503d93605dad9eceb2ab632e5302c9999f31a39f authored almost 5 years ago by Jane Lusby <[email protected]>
attributes: support adding arbitrary fields to the instrument macro (#596)

This PR adds support for adding arbitrary key/value pairs to be used as
fields to `tracing::ins...

a6a2434eda0170d1117b08e94cf29390d00c07d0 authored almost 5 years ago by Jakub Beránek <[email protected]>
core: prepare to release 0.1.10 (#598)

### Added

- `field::Empty` type for declaring empty fields whose values will be
recorded l...

2108ac479ef1b3b4b15398f19f8faea802719371 authored almost 5 years ago by Eliza Weisman <[email protected]>
fmt: Support disabling the target in formatted output (#594)

This PR adds support for disabling level in formatted output.

Fixes: #592

a457c988d1f3c14a6a9c56841426c170c987063d authored almost 5 years ago by Jakub Beránek <[email protected]>
docs: fix broken and unresolvable links (#595)

This commit fixes several RustDoc links which were either broken
(without references) or had un...

b8a1d402875e9ee7ee42c5ed8dc888331f2bf637 authored almost 5 years ago by Eliza Weisman <[email protected]>
futures: Add Instrumented and WithDispatch ::{inner_pin_ref, inner_pin_mut} (#590)

Adds the possibility for the client code to access a pinned projection
of the wrapped types in ...

30e2cfb7bfbb42c64ebe300535ba45338e2e14b3 authored almost 5 years ago by Naja Melan <[email protected]>
futures: allow borrowed access to WithDispatch.inner (#589)

* Allow borrowed access to WithDispatch.inner.

## Motivation

For the same reasoning as htt...

0a7e7bfdd62a3c93b8eba5c9203f178b7ddaf330 authored almost 5 years ago by Naja Melan <[email protected]>
futures: prepare to release 0.2.2 (#588)

### Added

- Support for `futures` 0.3 `Stream`s and `Sink`s (#544)

### Fixed

- Compilat...

925a6980b52f918bdbd71ba5c5cc821b30cc8a1c authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: prepare to release 0.2.1 (#586)

### Changed

- **filter**: `EnvFilter` directive selection now behaves correctly
(i.e. like...

4dad420ee1d4607bad79270c1520673fa6266a3d authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: fix incorrect filter selection + improve filter performance (#583)

## Motivation

The benchmarks added in #581 indicate that `tracing-subscriber`'s
`EnvFilter`...

d2489fd84fa345258639adf36a3e65fb2058dd19 authored almost 5 years ago by Eliza Weisman <[email protected]>
docs: fix minor spelling error in README.md (#579)

## Motivation

Found a simple spelling error in the README.

## Solution

Fixed it. :)

...

a1a9ebbf9eb8f22896ee3ce0b7b88e0df504b693 authored almost 5 years ago by Toby Lawrence <[email protected]>
Match changes to std::Backtrace output format (#584)

This PR changes the SpanTrace display format so that it no longer outputs a header prior to the ...

d1416f17c153b638309097efa9d54692c1541a93 authored almost 5 years ago by Jane Lusby <[email protected]>
subscriber: use Vec instead of BTreeSet in DirectiveSet (#580)

Quick glance at `perf` shows a lot of time being spent in
`btree_set::Iter::next()`. Since we o...

1e35ce2573d25ee30591607a047e773ea8d0d638 authored almost 5 years ago by Sam Schlegel <[email protected]>
subscriber: add more benchmarks for filters (#581)

## Motivation

Currently, there are a few cases that aren't adequately covered by the
`tracin...

409baffc23527204c82634543bc8f8f93707ffac authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: remove user-space thread local from filters (#578)

## Motivation

Currently, `tracing-subscriber`'s `EnvFilter` type uses a user-space
thread lo...

263a154e92ee3702d1a10c0f66bb0f4f6ca049c0 authored almost 5 years ago by Eliza Weisman <[email protected]>
futures: make the executor/futures_03 module compile (#576)

## Motivation

I tried to use `futures_03` module, but it is unusable in current state.
The c...

eb23155d15bf22aa9b5b7bc1132bb0b201b3dce4 authored almost 5 years ago by Naja Melan <[email protected]>
chore: specify path dependencies for workspace crates (#568)

## Motivation

Intra-workspace dependencies can go out of sync if only referencing
crates.io,...

de2de896f563b0aac14c291a7c5e0c17c7b0bb0f authored almost 5 years ago by Kevin Liu <[email protected]>
tracing, core: re-implement empty fields (#548)

Right now, there is no way to indicate that a span field _currently_
has no value but that a va...

a9bda76c57213e762560d0a7892257ed43d315c0 authored almost 5 years ago by Eliza Weisman <[email protected]>
Fix typo in crate description (#572)

* Fix typo in crate description

* update changelog

* Update tracing-error/CHANGELOG.md

...

dd11ef36dfb2e2a798136f202ad2e6af3368722d authored almost 5 years ago by Jane Lusby <[email protected]>
error: prepare to release 0.1.0 (#571)

* error: add additional cargo metadata
* error: update tracing-subscriber to 0.2.0-stable
* er...

6a00e9bbe3b1085b665ebf0815524bc85aa6562f authored almost 5 years ago by Eliza Weisman <[email protected]>
error: remove trailing newline from SpanTrace (#569)

0272471377397af14ef65864d917173e6eb492d5 authored almost 5 years ago by Jane Lusby <[email protected]>
tracing: fix hidden lifetime params in types (#570)

Hidden lifetime parameters in types are deprecated in Rust 2018. These
specific instances were ...

b7ef75fdb10c1d44bf84d5b989a7a277d5846764 authored almost 5 years ago by Eliza Weisman <[email protected]>