Skip to content

Commit

Permalink
feat(sdk-trace-base): improved logging mechanism for operations on en…
Browse files Browse the repository at this point in the history
…ded spans, making it easier to trace issues in both Node.js and Browser environments

Reviewer: pichlermarc
Refs: open-telemetry#5113
  • Loading branch information
Victorsesan committed Nov 20, 2024
1 parent 8a71fbb commit 64fa408
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,34 +85,34 @@
"author": "OpenTelemetry Authors",
"license": "Apache-2.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"assert": "2.1.0",
"benchmark": "2.1.4",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint": "8.44.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-prettier": "5.0.1",
"gh-pages": "6.2.0",
"glob": "^11.0.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.2.1",
"karma-mocha": "2.0.1",
"karma-mocha-webworker": "1.3.0",
"karma-spec-reporter": "0.0.36",
"karma-webpack": "5.0.1",
"lerna": "8.1.9",
"lerna": "6.6.2",
"linkinator": "6.1.2",
"markdownlint-cli2": "0.15.0",
"prettier": "3.3.3",
"prettier": "3.0.3",
"process": "0.11.10",
"semver": "7.6.3",
"typedoc": "0.26.11",
"typedoc-plugin-missing-exports": "3.0.2",
"typedoc-plugin-resolve-crossmodule-references": "0.3.3",
"typescript": "5.6.3",
"typedoc": "0.22.18",
"typedoc-plugin-missing-exports": "1.0.0",
"typedoc-plugin-resolve-crossmodule-references": "0.2.2",
"typescript": "4.4.4",
"util": "0.12.5"
},
"changelog": {
Expand Down

0 comments on commit 64fa408

Please sign in to comment.