@sentry/gatsby 8.28.0 → 8.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/gatsby-node.js +1 -1
  2. package/package.json +5 -5
package/gatsby-node.js CHANGED
@@ -12,7 +12,7 @@ exports.onCreateWebpackConfig = ({ getConfig, actions }, options) => {
12
12
  sentryWebpackPlugin({
13
13
  sourcemaps: {
14
14
  // Only include files from the build output directory
15
- assets: ['public'],
15
+ assets: ['./public/**'],
16
16
  // Ignore files that aren't users' source code related
17
17
  ignore: [
18
18
  'polyfill-*', // related to polyfills
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/gatsby",
3
- "version": "8.28.0",
3
+ "version": "8.30.0",
4
4
  "description": "Official Sentry SDK for Gatsby.js",
5
5
  "repository": "git://github.com/getsentry/sentry-javascript.git",
6
6
  "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/gatsby",
@@ -45,10 +45,10 @@
45
45
  "access": "public"
46
46
  },
47
47
  "dependencies": {
48
- "@sentry/core": "8.28.0",
49
- "@sentry/react": "8.28.0",
50
- "@sentry/types": "8.28.0",
51
- "@sentry/utils": "8.28.0",
48
+ "@sentry/core": "8.30.0",
49
+ "@sentry/react": "8.30.0",
50
+ "@sentry/types": "8.30.0",
51
+ "@sentry/utils": "8.30.0",
52
52
  "@sentry/webpack-plugin": "2.22.3"
53
53
  },
54
54
  "peerDependencies": {