Skip to content

Commit e3a89f3

Browse files
committed
WIP
1 parent 326d68f commit e3a89f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.werft/observability/tracing.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ export async function initialize() {
2929
instrumentations: [getNodeAutoInstrumentations()]
3030
});
3131

32-
traceExporter.attributes["mads.testing"] = "a testing value"
32+
sdk.addResource(new Resource({
33+
"mads.testing": "a testing value"
34+
}))
3335

3436
console.log('Initializing tracing')
3537
try {

0 commit comments

Comments
 (0)