We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e5822 commit b2212f3Copy full SHA for b2212f3
index.ts
@@ -4,7 +4,8 @@ import bufflog from './bufflog';
4
5
tracer.init({
6
hostname: "dd-agent-hostname",
7
- logInjection: false
+ // will automatically append the traces to BuffLog
8
+ logInjection: true
9
});
10
11
bufflog.info('hello info');
0 commit comments