@vendure/sentry-plugin 3.5.4-master-202602050302 → 3.5.4-master-202602100307

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.
package/README.md CHANGED
@@ -1,3 +1,8 @@
1
+ > **Deprecation Notice:** This package is moving to
2
+ > [`@vendure-community/sentry-plugin`](https://github.com/vendurehq/community-plugins).
3
+ > The `@vendure/sentry-plugin` package will be removed in Vendure v3.6.0.
4
+ > Please update your dependencies to use the `@vendure-community/*` scope.
5
+
1
6
  # Vendure Sentry Plugin
2
7
 
3
8
  Integrates your Vendure server with the [Sentry](https://sentry.io/) application monitoring service.
@@ -70,12 +70,10 @@ import { SentryPluginOptions } from './types';
70
70
  * // ...
71
71
  * plugins: [
72
72
  * // ...
73
- * // highlight-start
74
- * SentryPlugin.init({
75
- * // Optional configuration
76
- * includeErrorTestMutation: true,
77
- * }),
78
- * // highlight-end
73
+ * SentryPlugin.init({ // [!code highlight]
74
+ * // Optional configuration // [!code highlight]
75
+ * includeErrorTestMutation: true, // [!code highlight]
76
+ * }), // [!code highlight]
79
77
  * ],
80
78
  * };
81
79
  *```
@@ -126,6 +124,9 @@ import { SentryPluginOptions } from './types';
126
124
  *
127
125
  * You should then be able to see the error in your Sentry dashboard (it may take a couple of minutes to appear).
128
126
  *
127
+ * @deprecated This plugin is moving to `@vendure-community/sentry-plugin`.
128
+ * The `@vendure/sentry-plugin` package will be removed in Vendure v3.6.0.
129
+ *
129
130
  * @docsCategory core plugins/SentryPlugin
130
131
  */
131
132
  export declare class SentryPlugin {
@@ -90,12 +90,10 @@ const SentryOptionsProvider = {
90
90
  * // ...
91
91
  * plugins: [
92
92
  * // ...
93
- * // highlight-start
94
- * SentryPlugin.init({
95
- * // Optional configuration
96
- * includeErrorTestMutation: true,
97
- * }),
98
- * // highlight-end
93
+ * SentryPlugin.init({ // [!code highlight]
94
+ * // Optional configuration // [!code highlight]
95
+ * includeErrorTestMutation: true, // [!code highlight]
96
+ * }), // [!code highlight]
99
97
  * ],
100
98
  * };
101
99
  *```
@@ -146,6 +144,9 @@ const SentryOptionsProvider = {
146
144
  *
147
145
  * You should then be able to see the error in your Sentry dashboard (it may take a couple of minutes to appear).
148
146
  *
147
+ * @deprecated This plugin is moving to `@vendure-community/sentry-plugin`.
148
+ * The `@vendure/sentry-plugin` package will be removed in Vendure v3.6.0.
149
+ *
149
150
  * @docsCategory core plugins/SentryPlugin
150
151
  */
151
152
  let SentryPlugin = class SentryPlugin {
@@ -1 +1 @@
1
- {"version":3,"file":"sentry-plugin.js","sourceRoot":"","sources":["../../src/sentry-plugin.ts"],"names":[],"mappings":";;;;;;;;;AAAA,gDAAoD;AACpD,wCAAkE;AAElE,mEAAoE;AACpE,yDAAyD;AACzD,iEAA4D;AAC5D,2CAAoD;AACpD,mFAA6E;AAC7E,qDAAiD;AAGjD,MAAM,qBAAqB,GAAG;IAC1B,OAAO,EAAE,iCAAqB;IAC9B,UAAU,EAAE,GAAG,EAAE,CAAC,YAAY,CAAC,OAAO;CACzC,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgIG;AAgBI,IAAM,YAAY,GAAlB,MAAM,YAAY;IAGrB,MAAM,CAAC,IAAI,CAAC,OAA6B;QACrC,IAAI,CAAC,OAAO,GAAG,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;;AANQ,oCAAY;AACd,oBAAO,GAAwB,EAAS,AAAjC,CAAkC;uBADvC,YAAY;IAfxB,IAAA,oBAAa,EAAC;QACX,OAAO,EAAE,CAAC,yBAAkB,CAAC;QAC7B,SAAS,EAAE,CAAC,qBAAqB,EAAE,8BAAa,EAAE,qCAAgB,CAAC;QACnE,aAAa,EAAE,MAAM,CAAC,EAAE;YACpB,MAAM,CAAC,aAAa,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,0DAA0B,EAAE,CAAC,CAAC;YAC1E,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAY,CAAC,OAAO,EAAE,CAAC,CAAC;YAC5C,OAAO,MAAM,CAAC;QAClB,CAAC;QACD,kBAAkB,EAAE;YAChB,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,YAAY,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC,kCAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC7F,SAAS,EAAE,GAAG,EAAE,CAAC,CAAC,YAAY,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC,6CAAuB,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;SACpG;QACD,OAAO,EAAE,CAAC,8BAAa,CAAC;QACxB,aAAa,EAAE,QAAQ;KAC1B,CAAC;GACW,YAAY,CAOxB"}
1
+ {"version":3,"file":"sentry-plugin.js","sourceRoot":"","sources":["../../src/sentry-plugin.ts"],"names":[],"mappings":";;;;;;;;;AAAA,gDAAoD;AACpD,wCAAkE;AAElE,mEAAoE;AACpE,yDAAyD;AACzD,iEAA4D;AAC5D,2CAAoD;AACpD,mFAA6E;AAC7E,qDAAiD;AAGjD,MAAM,qBAAqB,GAAG;IAC1B,OAAO,EAAE,iCAAqB;IAC9B,UAAU,EAAE,GAAG,EAAE,CAAC,YAAY,CAAC,OAAO;CACzC,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiIG;AAgBI,IAAM,YAAY,GAAlB,MAAM,YAAY;IAGrB,MAAM,CAAC,IAAI,CAAC,OAA6B;QACrC,IAAI,CAAC,OAAO,GAAG,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;;AANQ,oCAAY;AACd,oBAAO,GAAwB,EAAS,AAAjC,CAAkC;uBADvC,YAAY;IAfxB,IAAA,oBAAa,EAAC;QACX,OAAO,EAAE,CAAC,yBAAkB,CAAC;QAC7B,SAAS,EAAE,CAAC,qBAAqB,EAAE,8BAAa,EAAE,qCAAgB,CAAC;QACnE,aAAa,EAAE,MAAM,CAAC,EAAE;YACpB,MAAM,CAAC,aAAa,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,0DAA0B,EAAE,CAAC,CAAC;YAC1E,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAY,CAAC,OAAO,EAAE,CAAC,CAAC;YAC5C,OAAO,MAAM,CAAC;QAClB,CAAC;QACD,kBAAkB,EAAE;YAChB,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,YAAY,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC,kCAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC7F,SAAS,EAAE,GAAG,EAAE,CAAC,CAAC,YAAY,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC,6CAAuB,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;SACpG;QACD,OAAO,EAAE,CAAC,8BAAa,CAAC;QACxB,aAAa,EAAE,QAAQ;KAC1B,CAAC;GACW,YAAY,CAOxB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/sentry-plugin",
3
- "version": "3.5.4-master-202602050302",
3
+ "version": "3.5.4-master-202602100307",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -32,8 +32,8 @@
32
32
  "access": "public"
33
33
  },
34
34
  "devDependencies": {
35
- "@vendure/common": "^3.5.4-master-202602050302",
36
- "@vendure/core": "^3.5.4-master-202602050302"
35
+ "@vendure/common": "^3.5.4-master-202602100307",
36
+ "@vendure/core": "^3.5.4-master-202602100307"
37
37
  },
38
38
  "dependencies": {
39
39
  "@sentry/nestjs": "^10.2.0",