Skip to content

Commit

Permalink
fix revision?
Browse files Browse the repository at this point in the history
  • Loading branch information
ras1 committed Sep 5, 2024
1 parent 8c2b716 commit aab7d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
apiKey: process.env.REACT_APP_HONEYBADGER_API_KEY,
enableUncaught: true,
environment: "production",
revision: process.env.REACT_APP_GIT_SHA
revision: `${process.env.REACT_APP_GIT_SHA}`
}

const honeybadger = Honeybadger.configure(config)
Expand Down

0 comments on commit aab7d60

Please sign in to comment.