Skip to content

Commit

Permalink
Add missing definition
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlesDD committed May 15, 2024
1 parent e84c051 commit 388c940
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,12 @@ declare namespace tracer {
*/
interface cassandra_driver extends Instrumentation {}

/**
* This plugin automatically instruments the
* [child_process](https://nodejs.org/api/child_process.html) module.
*/
interface child_process extends Instrumentation {}

/**
* This plugin automatically instruments the
* [connect](https://github.com/senchalabs/connect) module.
Expand Down

0 comments on commit 388c940

Please sign in to comment.