We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b417c78 commit 78601fdCopy full SHA for 78601fd
packages/gatsby/gatsby-browser.js
@@ -1,7 +1,7 @@
1
/* eslint-disable no-console */
2
const Sentry = require('@sentry/gatsby');
3
4
-exports.onClientEntry = function(_, pluginParams) {
+exports.onClientEntry = function (_, pluginParams) {
5
const isIntialized = isSentryInitialized();
6
const areOptionsDefined = areSentryOptionsDefined(pluginParams);
7
0 commit comments