@sentry/gatsby 8.41.0 → 8.43.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.
@@ -1 +1 @@
1
- {"version":3,"file":"sdk.js","sources":["../../src/sdk.ts"],"sourcesContent":["import { applySdkMetadata } from '@sentry/core';\nimport { init as reactInit } from '@sentry/react';\n\nimport type { Client } from '@sentry/types';\nimport type { GatsbyOptions } from './utils/types';\n\n/**\n * Inits the Sentry Gatsby SDK.\n */\nexport function init(options: GatsbyOptions): Client | undefined {\n applySdkMetadata(options, 'gatsby');\n return reactInit({\n ...options,\n });\n}\n"],"names":["applySdkMetadata","reactInit"],"mappings":";;;;;AAMA;AACA;AACA;AACO,SAAS,IAAI,CAAC,OAAO,EAAqC;AACjE,EAAEA,qBAAgB,CAAC,OAAO,EAAE,QAAQ,CAAC;AACrC,EAAE,OAAOC,UAAS,CAAC;AACnB,IAAI,GAAG,OAAO;AACd,GAAG,CAAC;AACJ;;;;"}
1
+ {"version":3,"file":"sdk.js","sources":["../../src/sdk.ts"],"sourcesContent":["import { applySdkMetadata } from '@sentry/core';\nimport { init as reactInit } from '@sentry/react';\n\nimport type { Client } from '@sentry/core';\nimport type { GatsbyOptions } from './utils/types';\n\n/**\n * Inits the Sentry Gatsby SDK.\n */\nexport function init(options: GatsbyOptions): Client | undefined {\n applySdkMetadata(options, 'gatsby');\n return reactInit({\n ...options,\n });\n}\n"],"names":["applySdkMetadata","reactInit"],"mappings":";;;;;AAMA;AACA;AACA;AACO,SAAS,IAAI,CAAC,OAAO,EAAqC;AACjE,EAAEA,qBAAgB,CAAC,OAAO,EAAE,QAAQ,CAAC;AACrC,EAAE,OAAOC,UAAS,CAAC;AACnB,IAAI,GAAG,OAAO;AACd,GAAG,CAAC;AACJ;;;;"}
@@ -1 +1 @@
1
- {"type":"module","version":"8.41.0","sideEffects":false}
1
+ {"type":"module","version":"8.43.0","sideEffects":false}
@@ -1 +1 @@
1
- {"version":3,"file":"sdk.js","sources":["../../src/sdk.ts"],"sourcesContent":["import { applySdkMetadata } from '@sentry/core';\nimport { init as reactInit } from '@sentry/react';\n\nimport type { Client } from '@sentry/types';\nimport type { GatsbyOptions } from './utils/types';\n\n/**\n * Inits the Sentry Gatsby SDK.\n */\nexport function init(options: GatsbyOptions): Client | undefined {\n applySdkMetadata(options, 'gatsby');\n return reactInit({\n ...options,\n });\n}\n"],"names":["reactInit"],"mappings":";;;AAMA;AACA;AACA;AACO,SAAS,IAAI,CAAC,OAAO,EAAqC;AACjE,EAAE,gBAAgB,CAAC,OAAO,EAAE,QAAQ,CAAC;AACrC,EAAE,OAAOA,MAAS,CAAC;AACnB,IAAI,GAAG,OAAO;AACd,GAAG,CAAC;AACJ;;;;"}
1
+ {"version":3,"file":"sdk.js","sources":["../../src/sdk.ts"],"sourcesContent":["import { applySdkMetadata } from '@sentry/core';\nimport { init as reactInit } from '@sentry/react';\n\nimport type { Client } from '@sentry/core';\nimport type { GatsbyOptions } from './utils/types';\n\n/**\n * Inits the Sentry Gatsby SDK.\n */\nexport function init(options: GatsbyOptions): Client | undefined {\n applySdkMetadata(options, 'gatsby');\n return reactInit({\n ...options,\n });\n}\n"],"names":["reactInit"],"mappings":";;;AAMA;AACA;AACA;AACO,SAAS,IAAI,CAAC,OAAO,EAAqC;AACjE,EAAE,gBAAgB,CAAC,OAAO,EAAE,QAAQ,CAAC;AACrC,EAAE,OAAOA,MAAS,CAAC;AACnB,IAAI,GAAG,OAAO;AACd,GAAG,CAAC;AACJ;;;;"}
@@ -1,4 +1,4 @@
1
- import type { Client } from '@sentry/types';
1
+ import type { Client } from '@sentry/core';
2
2
  import type { GatsbyOptions } from './utils/types';
3
3
  /**
4
4
  * Inits the Sentry Gatsby SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"sdk.d.ts","sourceRoot":"","sources":["../../src/sdk.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD;;GAEG;AACH,wBAAgB,IAAI,CAAC,OAAO,EAAE,aAAa,GAAG,MAAM,GAAG,SAAS,CAK/D"}
1
+ {"version":3,"file":"sdk.d.ts","sourceRoot":"","sources":["../../src/sdk.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD;;GAEG;AACH,wBAAgB,IAAI,CAAC,OAAO,EAAE,aAAa,GAAG,MAAM,GAAG,SAAS,CAK/D"}
@@ -1,4 +1,4 @@
1
- import { Client } from '@sentry/types';
1
+ import { Client } from '@sentry/core';
2
2
  import { GatsbyOptions } from './utils/types';
3
3
  /**
4
4
  * Inits the Sentry Gatsby SDK.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/gatsby",
3
- "version": "8.41.0",
3
+ "version": "8.43.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,9 @@
45
45
  "access": "public"
46
46
  },
47
47
  "dependencies": {
48
- "@sentry/core": "8.41.0",
49
- "@sentry/react": "8.41.0",
50
- "@sentry/types": "8.41.0",
51
- "@sentry/webpack-plugin": "2.22.6"
48
+ "@sentry/core": "8.43.0",
49
+ "@sentry/react": "8.43.0",
50
+ "@sentry/webpack-plugin": "2.22.7"
52
51
  },
53
52
  "peerDependencies": {
54
53
  "gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",