File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments