Skip to content

Commit 3835a10

Browse files
author
Gal Bashan
committedNov 3, 2021
[main] Adding otel tracing
1 parent 3b9753f commit 3835a10

File tree

4 files changed

+855
-20
lines changed

4 files changed

+855
-20
lines changed
 

‎app.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require('./tracing.js');
12
const express = require('express');
23
const got = require('got');
34
const slshttp = require('serverless-http')

0 commit comments

Comments
 (0)