Skip to content

Commit

Permalink
add Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Sep 20, 2024
1 parent e4840c4 commit 30777fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ app.post("/publish", async (req, res) => {
},
async () => {
const { "sentry-trace": sentryTrace, baggage: sentryBaggage } =
getTraceData();
Sentry.getTraceData();
await redisClient.lPush(
"messages",
JSON.stringify({
Expand Down

0 comments on commit 30777fc

Please sign in to comment.