We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e5f59 commit bdec033Copy full SHA for bdec033
packages/gatsby/gatsby-node.js
@@ -12,7 +12,7 @@ exports.onCreateWebpackConfig = ({ getConfig, actions }, options) => {
12
sentryWebpackPlugin({
13
sourcemaps: {
14
// Only include files from the build output directory
15
- assets: ['public'],
+ assets: ['./public/**'],
16
// Ignore files that aren't users' source code related
17
ignore: [
18
'polyfill-*', // related to polyfills
0 commit comments