Skip to content

Commit

Permalink
Enable Sentry includeLocalVariables on the Slack app
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Feb 1, 2023
1 parent 9076242 commit 07aa606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slack-service/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const { App } = require("@slack/bolt");

Sentry.init({
dsn: process.env.SENTRY_DSN,
includeLocalVariables: true,
tracesSampleRate: 1,
profilesSampleRate: 1,
includeStackLocals: true,
Expand Down

0 comments on commit 07aa606

Please sign in to comment.