@vendure/sentry-plugin 3.5.3-master-202601070244 → 3.5.3-master-202601100240
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.
|
@@ -9,7 +9,7 @@ import { SentryPluginOptions } from './types';
|
|
|
9
9
|
* :::info
|
|
10
10
|
* This documentation applies from v3.5.0 of the plugin, which works differently to previous
|
|
11
11
|
* versions. Documentation for prior versions can
|
|
12
|
-
* be found [here](https://github.com/
|
|
12
|
+
* be found [here](https://github.com/vendurehq/vendure/blob/1bb9cf8ca1584bce026ccc82f33f866b766ef47d/packages/sentry-plugin/src/sentry-plugin.ts).
|
|
13
13
|
* :::
|
|
14
14
|
*
|
|
15
15
|
* ## Pre-requisites
|
|
@@ -29,7 +29,7 @@ const SentryOptionsProvider = {
|
|
|
29
29
|
* :::info
|
|
30
30
|
* This documentation applies from v3.5.0 of the plugin, which works differently to previous
|
|
31
31
|
* versions. Documentation for prior versions can
|
|
32
|
-
* be found [here](https://github.com/
|
|
32
|
+
* be found [here](https://github.com/vendurehq/vendure/blob/1bb9cf8ca1584bce026ccc82f33f866b766ef47d/packages/sentry-plugin/src/sentry-plugin.ts).
|
|
33
33
|
* :::
|
|
34
34
|
*
|
|
35
35
|
* ## Pre-requisites
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vendure/sentry-plugin",
|
|
3
|
-
"version": "3.5.3-master-
|
|
3
|
+
"version": "3.5.3-master-202601100240",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "https://github.com/
|
|
22
|
+
"url": "https://github.com/vendurehq/vendure"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"watch": "tsc -p ./tsconfig.build.json --watch",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@vendure/common": "^3.5.3-master-
|
|
36
|
-
"@vendure/core": "^3.5.3-master-
|
|
35
|
+
"@vendure/common": "^3.5.3-master-202601100240",
|
|
36
|
+
"@vendure/core": "^3.5.3-master-202601100240"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@sentry/nestjs": "^10.2.0",
|