Skip to content

Commit

Permalink
Merge pull request #352 from Workable/bugfix/hb-configuration
Browse files Browse the repository at this point in the history
fixes honeybadger configuration
  • Loading branch information
jgerbe authored Nov 27, 2023
2 parents 66f4b39 + a8a71bf commit 3224b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/initializers/honeybadger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export default async (config) => {
if (config.honeybadger.apiKey) {
const honeybadger = await import('@honeybadger-io/js');
honeybadger.configure({
apiKey: config.honeybadger.apiKey,
environment: config.app.env,
developmentEnvironments: config.honeybadger.developmentEnvironments
});
Expand Down

0 comments on commit 3224b8b

Please sign in to comment.