Skip to content

Commit c255bb4

Browse files
authored
[DOCS-14876] Remove paperplane from supported loggers (#37740)
* remove paperplane logger compatibility from table * remove paperplane from node.js logs <--> traces correlation page * remove paperplane from supported loggers in automatic trace ID injection * apply style edits
1 parent 012a76f commit c255bb4

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

  • content/en/tracing

content/en/tracing/other_telemetry/connect_logs_and_traces/nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ further_reading:
2323

2424
## Automatic injection
2525

26-
Enables automatic trace ID injection for `bunyan`, `paperplane`, `pino`, and `winston` when structured application loggers are used.
26+
Enables automatic trace ID injection for `bunyan`, `pino`, and `winston` when structured application loggers are used.
2727

2828
For older tracer versions injection can be enabled the environment variable `DD_LOGS_INJECTION=true` or by configuring the SDK directly:
2929

@@ -41,7 +41,7 @@ experience for adding `env`, `service`, and `version` (see [Unified Service Tagg
4141

4242
### Example with Winston and Express
4343

44-
Here's a simple example using Winston with Express:
44+
Here's an example using Winston with Express:
4545

4646
```javascript
4747
// init tracer first

content/en/tracing/trace_collection/compatibility/nodejs.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ When a release has changes that could go in multiple semver categories, the high
3131

3232
_Maintenance mode_ is a period during which a release gets only security and bug fixes whenever possible, but not new features except on a case-by-case basis. Major versions of `dd-trace` enter maintenance mode upon the release of the subsequent major version of dd-trace. The maintenance mode period lasts for one year after the release date of that subsequent version.
3333

34-
For example, if version 5.0.0 of `dd-trace` is released on May 4, 2023, the 4.x.x release line is supported on a maintenance mode basis until May 4, 2024. During this maintenance mode period, security and bug patches will be applied whenever possible.
34+
For example, if version 5.0.0 of `dd-trace` is released on May 4, 2023, the 4.x.x release line is supported on a maintenance mode basis until May 4, 2024. During this maintenance mode period, Datadog applies security and bug patches whenever possible.
3535

36-
If you have any questions or concerns about our support for a particular version of `dd-trace-js`, [contact Support][3] to discuss.
36+
If you have any questions or concerns about Datadog's support for a particular version of `dd-trace-js`, [contact Support][3] to discuss.
3737

3838
### Node.js Version Support
3939

@@ -212,7 +212,6 @@ Or, modify the `package.json` file if you typically start an application with np
212212
| Module | Versions | Support Type |
213213
| ---------------- | --------- | --------------- |
214214
| [bunyan][55] | `>=1` | Fully supported |
215-
| [paperplane][56] | `>=2.3.2` | Fully supported |
216215
| [pino][57] | `>=2` | Fully supported |
217216
| [winston][58] | `>=1` | Fully supported |
218217

@@ -301,7 +300,6 @@ For additional information or to discuss [leave a comment on this GitHub issue][
301300
[53]: https://github.com/kriskowal/q
302301
[54]: https://github.com/cujojs/when
303302
[55]: https://github.com/trentm/node-bunyan
304-
[56]: https://github.com/articulate/paperplane/blob/master/docs/API.md#logger
305303
[57]: http://getpino.io
306304
[58]: https://github.com/winstonjs/winston
307305
[59]: https://github.com/laverdet/node-fibers

0 commit comments

Comments
 (0)