Skip to content

Commit

Permalink
fix: require correct honeybadger js package (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriesniemandt authored Nov 1, 2022
1 parent fd69556 commit 9ab2288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin/gatsby-browser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Honeybadger = require('honeybadger-js')
const Honeybadger = require('@honeybadger-io/js')

exports.onClientEntry = function(_, { apiKey, revision, environment = process.env.NODE_ENV }) {
if (!apiKey) {
Expand Down

0 comments on commit 9ab2288

Please sign in to comment.