From 34c61f4dd66ca94a1e01303c575f2d884607620b Mon Sep 17 00:00:00 2001 From: Ivan Santos <301291+pragmaticivan@users.noreply.github.com> Date: Thu, 6 Jan 2022 10:32:52 -0600 Subject: [PATCH] chore: add space --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67716b9..f7fc08d 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ const otelSDK = new NodeSDK({ }), instrumentations: [getNodeAutoInstrumentations()], }); + export default otelSDK; // You can also use the shutdown method to gracefully shut down the SDK before process shutdown