Matt R. Wilson

Results 12 issues of Matt R. Wilson

The `err` serializer was not defaulting to the standard Error serializer provided by bunyan when there was no error instance. In practice this means it won't be set for the...

**BREAKING CHANGE**: The query/search portion of the path is now always excluding during path matching. Previously, the pathname and search string were included during path comparison by default, however, the...

feature
breaking-change

### What does this PR do? Extends the Kafkajs instrumentation to include spans and header injections for the `sendBatch` method of the `Producer` class. Almost identical to the existing instrumentation...

integration-kafkajs

### What does this PR do? Extends the `pg` instrumentation to include Client.connect, native.Client.connect, and Pool.connect. ### Motivation Fixes https://github.com/DataDog/dd-trace-js/issues/1923 I had similar pain with diagnosing a db bottleneck with...

**Describe the bug** Manually calling and awaiting `producer.disconnect()` does disconnect the cluster, but if there are in-flight messages being sent, the cluster will reconnect. There doesn't seem to be a...

I know this project isn't maintained anymore. I'm posting this more for community feedback. As anyone else been able to successfully run this library on Node v12? I have an...

Adds `octetStringBuilder` to libsaml to DRY up the signature alg code. The octet string is needed in four places: creating and verifying the signature for the Redirect and SimpleSign bindings....

Feature Request in PR form. `pako` has a tendency to throw obscure error strings e.g. "too many length or distance symbols", which can make gracefully handling bad input difficult when...

https://en.wikipedia.org/wiki/ISO_8601#Durations As an extension of the ISO standard, the format is also used in RFC 3339, XML Schema Part 2, TC39's Temporal proposal, and a format for JSON Schema strings...

https://github.com/yahoo/dnscache/pull/10 Swapped out a [custom `deepCopy` with `lodash.clone`](https://github.com/yahoo/dnscache/commit/def902cb56963488d56824e58479082aca6ca5eb#diff-6d186b954a58d5bb740f73d84fe39073R8), however, `lodash.clone` is only a shallow clone. I think [`lodash.deepClone`](https://lodash.com/docs/4.17.11#cloneDeep) was the intent, although there are [better options](https://github.com/ahmadnassri/benchmark-node-clone) when LoDash isn't already...