Skip to content

Commit

Permalink
Merge pull request #883 from biothings/fix-857-bte
Browse files Browse the repository at this point in the history
Update lock file and launch config for OTel fixes
  • Loading branch information
NeuralFlux authored Oct 11, 2024
2 parents b4753eb + ee2e790 commit 810ce9c
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 1,041 deletions.
24 changes: 24 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,5 +213,29 @@
"stopOnEntry": true,
"console": "integratedTerminal"
},
{
"name": "Build w/ Jaeger NO Cache",
"type": "pwa-node",
"runtimeArgs": [
"run",
"debug-otel",
],
"cwd": "${workspaceFolder}",
"runtimeExecutable": "pnpm",
"restart": false,
"env": {
"DEBUG": "biomedical-id-resolver,bte*",
"SMARTAPI_SYNC": "false",
"RESULT_CACHING": "false",
"JAEGER_HOST": "localhost",
"JAEGER_PORT": "4318",
},
"request": "launch",
"skipFiles": [
"<node_internals>/**"
],
"stopOnEntry": true,
"console": "integratedTerminal"
},
]
}
Loading

0 comments on commit 810ce9c

Please sign in to comment.