Skip to content

Commit 8d69c42

Browse files
committed
chore: update dependencies
1 parent db1d5b1 commit 8d69c42

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/otel",
3-
"version": "5.15.0",
3+
"version": "5.16.0",
44
"description": "OpenTelemetry package for Athenna.",
55
"license": "MIT",
66
"author": "João Lenon <lenon@athenna.io>",

src/otel/OtelImpl.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,9 @@ export class OtelImpl extends Macroable {
439439
)
440440

441441
if (!store || !(store instanceof Map)) {
442-
console.error(JSON.stringify(new ContextNotInitializedException(), null, 2))
442+
console.error(
443+
JSON.stringify(new ContextNotInitializedException(), null, 2)
444+
)
443445

444446
return new Map<string | symbol, unknown>()
445447
}

0 commit comments

Comments
 (0)