Skip to content

Commit b5863b3

Browse files
committed
otel improved a little bit
1 parent 665decb commit b5863b3

File tree

13 files changed

+7536
-3358
lines changed

13 files changed

+7536
-3358
lines changed

e2e/serverless/serverless.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ provider:
2828
tags:
2929
'baselime:tracing': true
3030
environment:
31-
AWS_SDK_INTERNALS: true
31+
AWS_SDK_INTERNALS: false
32+
BASELIME_REQUEST_CAPTURE: true
3233
functions:
3334
hello:
3435
handler: src/main.handler

e2e/serverless/src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ exports.handler = async (e, context) => {
4141

4242
await tiny.get({ url: 'https://react-rum.vercel.app/' });
4343

44-
await track("tiny.post", tiny.post, {
45-
url: "https://enokbdj7ebl2r.x.pipedream.net",
44+
await tiny.post({
45+
url: "https://jsonplaceholder.typicode.com/posts",
4646
data: customer,
4747
});
4848

0 commit comments

Comments
 (0)