Skip to content

Commit

Permalink
docs(instr-bunyan): fix bug in README example (#1940)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Pichler <[email protected]>
  • Loading branch information
trentm and pichlermarc authored Feb 15, 2024
1 parent dbf2c96 commit 5b0b67f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const sdk = new NodeSDK({
}),
]
})
sdk.start();

const bunyan = require('bunyan');
const logger = bunyan.createLogger({name: 'example'});
Expand Down

0 comments on commit 5b0b67f

Please sign in to comment.