write otel trace_id to call history

This commit is contained in:
Dave Horton
2022-03-23 09:26:04 -04:00
parent 2266b80e73
commit f881002943
4 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:17.7.1-slim
FROM node:17-slim
WORKDIR /opt/app/
COPY package.json ./
RUN npm install