Skip to content

Commit

Permalink
Add config to show uncaught errors (#126)
Browse files Browse the repository at this point in the history
ras1 authored Sep 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 410d45b commit b07e99c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ import { Honeybadger, HoneybadgerErrorBoundary } from "@honeybadger-io/react"

const config = {
apiKey: process.env.REACT_APP_HONEYBADGER_API_KEY,
enableUncaught: true,
environment: "production"
}

0 comments on commit b07e99c

Please sign in to comment.