Skip to content

Commit

Permalink
Update instrumentation.md (#5666)
Browse files Browse the repository at this point in the history
  • Loading branch information
EkkoLee98 authored Nov 22, 2024
1 parent 5318f3f commit 7abc6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/languages/js/instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ add the following code to it:

```ts
/*app.ts*/
import express, { Request, Express } from 'express';
import express, { Express } from 'express';
import { rollTheDice } from './dice';

const PORT: number = parseInt(process.env.PORT || '8080');
Expand Down

0 comments on commit 7abc6c4

Please sign in to comment.