Skip to content

Commit 42115af

Browse files
committed
wordsmith gatsby browser file
1 parent b20c581 commit 42115af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/gatsby/gatsby-browser.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ exports.onClientEntry = function (_, pluginParams) {
99
if (areOptionsDefined) {
1010
console.warn(
1111
'Sentry Logger [Warn]: The SDK was initialized in the Sentry config file, but options were found in the Gatsby config. ' +
12-
'These have been ignored, merge them to the Sentry config if you want to use them.\n' +
13-
'Learn more about the Gatsby SDK on https://docs.sentry.io/platforms/javascript/guides/gatsby/',
12+
'These have been ignored. Merge them to the Sentry config if you want to use them.\n' +
13+
'Learn more about the Gatsby SDK in https://docs.sentry.io/platforms/javascript/guides/gatsby/.',
1414
);
1515
}
1616
return;
@@ -19,7 +19,7 @@ exports.onClientEntry = function (_, pluginParams) {
1919
if (!areOptionsDefined) {
2020
console.error(
2121
'Sentry Logger [Error]: No config for the Gatsby SDK was found.\n' +
22-
'Learn how to configure it on https://docs.sentry.io/platforms/javascript/guides/gatsby/',
22+
'Learn how to configure it in https://docs.sentry.io/platforms/javascript/guides/gatsby/.',
2323
);
2424
return;
2525
}

0 commit comments

Comments
 (0)