@sentry/react-router 9.16.1 → 9.18.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.
- package/build/cjs/server/lowQualityTransactionsFilterIntegration.js +40 -0
- package/build/cjs/server/lowQualityTransactionsFilterIntegration.js.map +1 -0
- package/build/cjs/server/sdk.js +7 -0
- package/build/cjs/server/sdk.js.map +1 -1
- package/build/esm/package.json +1 -1
- package/build/esm/server/lowQualityTransactionsFilterIntegration.js +38 -0
- package/build/esm/server/lowQualityTransactionsFilterIntegration.js.map +1 -0
- package/build/esm/server/sdk.js +8 -1
- package/build/esm/server/sdk.js.map +1 -1
- package/build/types/server/lowQualityTransactionsFilterIntegration.d.ts +3 -0
- package/build/types/server/lowQualityTransactionsFilterIntegration.d.ts.map +1 -0
- package/build/types/server/sdk.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
+
|
|
3
|
+
const core = require('@sentry/core');
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Integration that filters out noisy http transactions such as requests to node_modules, favicon.ico, @id/
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
function _lowQualityTransactionsFilterIntegration(options)
|
|
11
|
+
|
|
12
|
+
{
|
|
13
|
+
const matchedRegexes = [/GET \/node_modules\//, /GET \/favicon\.ico/, /GET \/@id\//];
|
|
14
|
+
|
|
15
|
+
return {
|
|
16
|
+
name: 'LowQualityTransactionsFilter',
|
|
17
|
+
|
|
18
|
+
processEvent(event, _hint, _client) {
|
|
19
|
+
if (event.type !== 'transaction' || !event.transaction) {
|
|
20
|
+
return event;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
const transaction = event.transaction;
|
|
24
|
+
|
|
25
|
+
if (matchedRegexes.some(regex => transaction.match(regex))) {
|
|
26
|
+
options.debug && core.logger.log('[ReactRouter] Filtered node_modules transaction:', event.transaction);
|
|
27
|
+
return null;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
return event;
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
const lowQualityTransactionsFilterIntegration = core.defineIntegration((options) =>
|
|
36
|
+
_lowQualityTransactionsFilterIntegration(options),
|
|
37
|
+
);
|
|
38
|
+
|
|
39
|
+
exports.lowQualityTransactionsFilterIntegration = lowQualityTransactionsFilterIntegration;
|
|
40
|
+
//# sourceMappingURL=lowQualityTransactionsFilterIntegration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lowQualityTransactionsFilterIntegration.js","sources":["../../../src/server/lowQualityTransactionsFilterIntegration.ts"],"sourcesContent":["import { type Client, type Event, type EventHint, defineIntegration, logger } from '@sentry/core';\nimport type { NodeOptions } from '@sentry/node';\n\n/**\n * Integration that filters out noisy http transactions such as requests to node_modules, favicon.ico, @id/\n *\n */\n\nfunction _lowQualityTransactionsFilterIntegration(options: NodeOptions): {\n name: string;\n processEvent: (event: Event, hint: EventHint, client: Client) => Event | null;\n} {\n const matchedRegexes = [/GET \\/node_modules\\//, /GET \\/favicon\\.ico/, /GET \\/@id\\//];\n\n return {\n name: 'LowQualityTransactionsFilter',\n\n processEvent(event: Event, _hint: EventHint, _client: Client): Event | null {\n if (event.type !== 'transaction' || !event.transaction) {\n return event;\n }\n\n const transaction = event.transaction;\n\n if (matchedRegexes.some(regex => transaction.match(regex))) {\n options.debug && logger.log('[ReactRouter] Filtered node_modules transaction:', event.transaction);\n return null;\n }\n\n return event;\n },\n };\n}\n\nexport const lowQualityTransactionsFilterIntegration = defineIntegration((options: NodeOptions) =>\n _lowQualityTransactionsFilterIntegration(options),\n);\n"],"names":["logger","defineIntegration"],"mappings":";;;;AAGA;AACA;AACA;AACA;;AAEA,SAAS,wCAAwC,CAAC,OAAO;;AAGzD,CAAE;AACF,EAAE,MAAM,iBAAiB,CAAC,sBAAsB,EAAE,oBAAoB,EAAE,aAAa,CAAC;;AAEtF,EAAE,OAAO;AACT,IAAI,IAAI,EAAE,8BAA8B;;AAExC,IAAI,YAAY,CAAC,KAAK,EAAS,KAAK,EAAa,OAAO,EAAwB;AAChF,MAAM,IAAI,KAAK,CAAC,IAAK,KAAI,aAAc,IAAG,CAAC,KAAK,CAAC,WAAW,EAAE;AAC9D,QAAQ,OAAO,KAAK;AACpB;;AAEA,MAAM,MAAM,WAAA,GAAc,KAAK,CAAC,WAAW;;AAE3C,MAAM,IAAI,cAAc,CAAC,IAAI,CAAC,KAAA,IAAS,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE;AAClE,QAAQ,OAAO,CAAC,KAAM,IAAGA,WAAM,CAAC,GAAG,CAAC,kDAAkD,EAAE,KAAK,CAAC,WAAW,CAAC;AAC1G,QAAQ,OAAO,IAAI;AACnB;;AAEA,MAAM,OAAO,KAAK;AAClB,KAAK;AACL,GAAG;AACH;;MAEa,uCAAwC,GAAEC,sBAAiB,CAAC,CAAC,OAAO;AACjF,EAAE,wCAAwC,CAAC,OAAO,CAAC;AACnD;;;;"}
|
package/build/cjs/server/sdk.js
CHANGED
|
@@ -3,6 +3,11 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
3
3
|
const core = require('@sentry/core');
|
|
4
4
|
const node = require('@sentry/node');
|
|
5
5
|
const debugBuild = require('../common/debug-build.js');
|
|
6
|
+
const lowQualityTransactionsFilterIntegration = require('./lowQualityTransactionsFilterIntegration.js');
|
|
7
|
+
|
|
8
|
+
function getDefaultIntegrations(options) {
|
|
9
|
+
return [...node.getDefaultIntegrations(options), lowQualityTransactionsFilterIntegration.lowQualityTransactionsFilterIntegration(options)];
|
|
10
|
+
}
|
|
6
11
|
|
|
7
12
|
/**
|
|
8
13
|
* Initializes the server side of the React Router SDK
|
|
@@ -10,6 +15,7 @@ const debugBuild = require('../common/debug-build.js');
|
|
|
10
15
|
function init(options) {
|
|
11
16
|
const opts = {
|
|
12
17
|
...options,
|
|
18
|
+
defaultIntegrations: getDefaultIntegrations(options),
|
|
13
19
|
};
|
|
14
20
|
|
|
15
21
|
debugBuild.DEBUG_BUILD && core.logger.log('Initializing SDK...');
|
|
@@ -21,6 +27,7 @@ function init(options) {
|
|
|
21
27
|
core.setTag('runtime', 'node');
|
|
22
28
|
|
|
23
29
|
debugBuild.DEBUG_BUILD && core.logger.log('SDK successfully initialized');
|
|
30
|
+
|
|
24
31
|
return client;
|
|
25
32
|
}
|
|
26
33
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.js","sources":["../../../src/server/sdk.ts"],"sourcesContent":["import { applySdkMetadata, logger, setTag } from '@sentry/core';\nimport type { NodeClient, NodeOptions } from '@sentry/node';\nimport { init as initNodeSdk } from '@sentry/node';\nimport { DEBUG_BUILD } from '../common/debug-build';\n\n/**\n * Initializes the server side of the React Router SDK\n */\nexport function init(options: NodeOptions): NodeClient | undefined {\n const opts = {\n ...options,\n };\n\n DEBUG_BUILD && logger.log('Initializing SDK...');\n\n applySdkMetadata(opts, 'react-router', ['react-router', 'node']);\n\n const client = initNodeSdk(opts);\n\n setTag('runtime', 'node');\n\n DEBUG_BUILD && logger.log('SDK successfully initialized');\n return client;\n}\n"],"names":["DEBUG_BUILD","logger","applySdkMetadata","initNodeSdk","setTag"],"mappings":"
|
|
1
|
+
{"version":3,"file":"sdk.js","sources":["../../../src/server/sdk.ts"],"sourcesContent":["import type { Integration } from '@sentry/core';\nimport { applySdkMetadata, logger, setTag } from '@sentry/core';\nimport type { NodeClient, NodeOptions } from '@sentry/node';\nimport { getDefaultIntegrations as getNodeDefaultIntegrations, init as initNodeSdk } from '@sentry/node';\nimport { DEBUG_BUILD } from '../common/debug-build';\nimport { lowQualityTransactionsFilterIntegration } from './lowQualityTransactionsFilterIntegration';\n\nfunction getDefaultIntegrations(options: NodeOptions): Integration[] {\n return [...getNodeDefaultIntegrations(options), lowQualityTransactionsFilterIntegration(options)];\n}\n\n/**\n * Initializes the server side of the React Router SDK\n */\nexport function init(options: NodeOptions): NodeClient | undefined {\n const opts = {\n ...options,\n defaultIntegrations: getDefaultIntegrations(options),\n };\n\n DEBUG_BUILD && logger.log('Initializing SDK...');\n\n applySdkMetadata(opts, 'react-router', ['react-router', 'node']);\n\n const client = initNodeSdk(opts);\n\n setTag('runtime', 'node');\n\n DEBUG_BUILD && logger.log('SDK successfully initialized');\n\n return client;\n}\n"],"names":["getNodeDefaultIntegrations","lowQualityTransactionsFilterIntegration","DEBUG_BUILD","logger","applySdkMetadata","initNodeSdk","setTag"],"mappings":";;;;;;;AAOA,SAAS,sBAAsB,CAAC,OAAO,EAA8B;AACrE,EAAE,OAAO,CAAC,GAAGA,2BAA0B,CAAC,OAAO,CAAC,EAAEC,+EAAuC,CAAC,OAAO,CAAC,CAAC;AACnG;;AAEA;AACA;AACA;AACO,SAAS,IAAI,CAAC,OAAO,EAAuC;AACnE,EAAE,MAAM,OAAO;AACf,IAAI,GAAG,OAAO;AACd,IAAI,mBAAmB,EAAE,sBAAsB,CAAC,OAAO,CAAC;AACxD,GAAG;;AAEH,EAAEC,0BAAeC,WAAM,CAAC,GAAG,CAAC,qBAAqB,CAAC;;AAElD,EAAEC,qBAAgB,CAAC,IAAI,EAAE,cAAc,EAAE,CAAC,cAAc,EAAE,MAAM,CAAC,CAAC;;AAElE,EAAE,MAAM,MAAO,GAAEC,SAAW,CAAC,IAAI,CAAC;;AAElC,EAAEC,WAAM,CAAC,SAAS,EAAE,MAAM,CAAC;;AAE3B,EAAEJ,0BAAeC,WAAM,CAAC,GAAG,CAAC,8BAA8B,CAAC;;AAE3D,EAAE,OAAO,MAAM;AACf;;;;"}
|
package/build/esm/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"module","version":"9.
|
|
1
|
+
{"type":"module","version":"9.18.0"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { defineIntegration, logger } from '@sentry/core';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Integration that filters out noisy http transactions such as requests to node_modules, favicon.ico, @id/
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
function _lowQualityTransactionsFilterIntegration(options)
|
|
9
|
+
|
|
10
|
+
{
|
|
11
|
+
const matchedRegexes = [/GET \/node_modules\//, /GET \/favicon\.ico/, /GET \/@id\//];
|
|
12
|
+
|
|
13
|
+
return {
|
|
14
|
+
name: 'LowQualityTransactionsFilter',
|
|
15
|
+
|
|
16
|
+
processEvent(event, _hint, _client) {
|
|
17
|
+
if (event.type !== 'transaction' || !event.transaction) {
|
|
18
|
+
return event;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const transaction = event.transaction;
|
|
22
|
+
|
|
23
|
+
if (matchedRegexes.some(regex => transaction.match(regex))) {
|
|
24
|
+
options.debug && logger.log('[ReactRouter] Filtered node_modules transaction:', event.transaction);
|
|
25
|
+
return null;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
return event;
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
const lowQualityTransactionsFilterIntegration = defineIntegration((options) =>
|
|
34
|
+
_lowQualityTransactionsFilterIntegration(options),
|
|
35
|
+
);
|
|
36
|
+
|
|
37
|
+
export { lowQualityTransactionsFilterIntegration };
|
|
38
|
+
//# sourceMappingURL=lowQualityTransactionsFilterIntegration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lowQualityTransactionsFilterIntegration.js","sources":["../../../src/server/lowQualityTransactionsFilterIntegration.ts"],"sourcesContent":["import { type Client, type Event, type EventHint, defineIntegration, logger } from '@sentry/core';\nimport type { NodeOptions } from '@sentry/node';\n\n/**\n * Integration that filters out noisy http transactions such as requests to node_modules, favicon.ico, @id/\n *\n */\n\nfunction _lowQualityTransactionsFilterIntegration(options: NodeOptions): {\n name: string;\n processEvent: (event: Event, hint: EventHint, client: Client) => Event | null;\n} {\n const matchedRegexes = [/GET \\/node_modules\\//, /GET \\/favicon\\.ico/, /GET \\/@id\\//];\n\n return {\n name: 'LowQualityTransactionsFilter',\n\n processEvent(event: Event, _hint: EventHint, _client: Client): Event | null {\n if (event.type !== 'transaction' || !event.transaction) {\n return event;\n }\n\n const transaction = event.transaction;\n\n if (matchedRegexes.some(regex => transaction.match(regex))) {\n options.debug && logger.log('[ReactRouter] Filtered node_modules transaction:', event.transaction);\n return null;\n }\n\n return event;\n },\n };\n}\n\nexport const lowQualityTransactionsFilterIntegration = defineIntegration((options: NodeOptions) =>\n _lowQualityTransactionsFilterIntegration(options),\n);\n"],"names":[],"mappings":";;AAGA;AACA;AACA;AACA;;AAEA,SAAS,wCAAwC,CAAC,OAAO;;AAGzD,CAAE;AACF,EAAE,MAAM,iBAAiB,CAAC,sBAAsB,EAAE,oBAAoB,EAAE,aAAa,CAAC;;AAEtF,EAAE,OAAO;AACT,IAAI,IAAI,EAAE,8BAA8B;;AAExC,IAAI,YAAY,CAAC,KAAK,EAAS,KAAK,EAAa,OAAO,EAAwB;AAChF,MAAM,IAAI,KAAK,CAAC,IAAK,KAAI,aAAc,IAAG,CAAC,KAAK,CAAC,WAAW,EAAE;AAC9D,QAAQ,OAAO,KAAK;AACpB;;AAEA,MAAM,MAAM,WAAA,GAAc,KAAK,CAAC,WAAW;;AAE3C,MAAM,IAAI,cAAc,CAAC,IAAI,CAAC,KAAA,IAAS,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE;AAClE,QAAQ,OAAO,CAAC,KAAM,IAAG,MAAM,CAAC,GAAG,CAAC,kDAAkD,EAAE,KAAK,CAAC,WAAW,CAAC;AAC1G,QAAQ,OAAO,IAAI;AACnB;;AAEA,MAAM,OAAO,KAAK;AAClB,KAAK;AACL,GAAG;AACH;;MAEa,uCAAwC,GAAE,iBAAiB,CAAC,CAAC,OAAO;AACjF,EAAE,wCAAwC,CAAC,OAAO,CAAC;AACnD;;;;"}
|
package/build/esm/server/sdk.js
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { logger, applySdkMetadata, setTag } from '@sentry/core';
|
|
2
|
-
import { init as init$1 } from '@sentry/node';
|
|
2
|
+
import { init as init$1, getDefaultIntegrations as getDefaultIntegrations$1 } from '@sentry/node';
|
|
3
3
|
import { DEBUG_BUILD } from '../common/debug-build.js';
|
|
4
|
+
import { lowQualityTransactionsFilterIntegration } from './lowQualityTransactionsFilterIntegration.js';
|
|
5
|
+
|
|
6
|
+
function getDefaultIntegrations(options) {
|
|
7
|
+
return [...getDefaultIntegrations$1(options), lowQualityTransactionsFilterIntegration(options)];
|
|
8
|
+
}
|
|
4
9
|
|
|
5
10
|
/**
|
|
6
11
|
* Initializes the server side of the React Router SDK
|
|
@@ -8,6 +13,7 @@ import { DEBUG_BUILD } from '../common/debug-build.js';
|
|
|
8
13
|
function init(options) {
|
|
9
14
|
const opts = {
|
|
10
15
|
...options,
|
|
16
|
+
defaultIntegrations: getDefaultIntegrations(options),
|
|
11
17
|
};
|
|
12
18
|
|
|
13
19
|
DEBUG_BUILD && logger.log('Initializing SDK...');
|
|
@@ -19,6 +25,7 @@ function init(options) {
|
|
|
19
25
|
setTag('runtime', 'node');
|
|
20
26
|
|
|
21
27
|
DEBUG_BUILD && logger.log('SDK successfully initialized');
|
|
28
|
+
|
|
22
29
|
return client;
|
|
23
30
|
}
|
|
24
31
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.js","sources":["../../../src/server/sdk.ts"],"sourcesContent":["import { applySdkMetadata, logger, setTag } from '@sentry/core';\nimport type { NodeClient, NodeOptions } from '@sentry/node';\nimport { init as initNodeSdk } from '@sentry/node';\nimport { DEBUG_BUILD } from '../common/debug-build';\n\n/**\n * Initializes the server side of the React Router SDK\n */\nexport function init(options: NodeOptions): NodeClient | undefined {\n const opts = {\n ...options,\n };\n\n DEBUG_BUILD && logger.log('Initializing SDK...');\n\n applySdkMetadata(opts, 'react-router', ['react-router', 'node']);\n\n const client = initNodeSdk(opts);\n\n setTag('runtime', 'node');\n\n DEBUG_BUILD && logger.log('SDK successfully initialized');\n return client;\n}\n"],"names":["initNodeSdk"],"mappings":"
|
|
1
|
+
{"version":3,"file":"sdk.js","sources":["../../../src/server/sdk.ts"],"sourcesContent":["import type { Integration } from '@sentry/core';\nimport { applySdkMetadata, logger, setTag } from '@sentry/core';\nimport type { NodeClient, NodeOptions } from '@sentry/node';\nimport { getDefaultIntegrations as getNodeDefaultIntegrations, init as initNodeSdk } from '@sentry/node';\nimport { DEBUG_BUILD } from '../common/debug-build';\nimport { lowQualityTransactionsFilterIntegration } from './lowQualityTransactionsFilterIntegration';\n\nfunction getDefaultIntegrations(options: NodeOptions): Integration[] {\n return [...getNodeDefaultIntegrations(options), lowQualityTransactionsFilterIntegration(options)];\n}\n\n/**\n * Initializes the server side of the React Router SDK\n */\nexport function init(options: NodeOptions): NodeClient | undefined {\n const opts = {\n ...options,\n defaultIntegrations: getDefaultIntegrations(options),\n };\n\n DEBUG_BUILD && logger.log('Initializing SDK...');\n\n applySdkMetadata(opts, 'react-router', ['react-router', 'node']);\n\n const client = initNodeSdk(opts);\n\n setTag('runtime', 'node');\n\n DEBUG_BUILD && logger.log('SDK successfully initialized');\n\n return client;\n}\n"],"names":["getNodeDefaultIntegrations","initNodeSdk"],"mappings":";;;;;AAOA,SAAS,sBAAsB,CAAC,OAAO,EAA8B;AACrE,EAAE,OAAO,CAAC,GAAGA,wBAA0B,CAAC,OAAO,CAAC,EAAE,uCAAuC,CAAC,OAAO,CAAC,CAAC;AACnG;;AAEA;AACA;AACA;AACO,SAAS,IAAI,CAAC,OAAO,EAAuC;AACnE,EAAE,MAAM,OAAO;AACf,IAAI,GAAG,OAAO;AACd,IAAI,mBAAmB,EAAE,sBAAsB,CAAC,OAAO,CAAC;AACxD,GAAG;;AAEH,EAAE,eAAe,MAAM,CAAC,GAAG,CAAC,qBAAqB,CAAC;;AAElD,EAAE,gBAAgB,CAAC,IAAI,EAAE,cAAc,EAAE,CAAC,cAAc,EAAE,MAAM,CAAC,CAAC;;AAElE,EAAE,MAAM,MAAO,GAAEC,MAAW,CAAC,IAAI,CAAC;;AAElC,EAAE,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC;;AAE3B,EAAE,eAAe,MAAM,CAAC,GAAG,CAAC,8BAA8B,CAAC;;AAE3D,EAAE,OAAO,MAAM;AACf;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lowQualityTransactionsFilterIntegration.d.ts","sourceRoot":"","sources":["../../../src/server/lowQualityTransactionsFilterIntegration.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAiChD,eAAO,MAAM,uCAAuC,8DAEnD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.d.ts","sourceRoot":"","sources":["../../../src/server/sdk.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sdk.d.ts","sourceRoot":"","sources":["../../../src/server/sdk.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAS5D;;GAEG;AACH,wBAAgB,IAAI,CAAC,OAAO,EAAE,WAAW,GAAG,UAAU,GAAG,SAAS,CAiBjE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/react-router",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.18.0",
|
|
4
4
|
"description": "Official Sentry SDK for React Router (Framework)",
|
|
5
5
|
"repository": "git://github.com/getsentry/sentry-javascript.git",
|
|
6
6
|
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/react-router",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"@opentelemetry/api": "^1.9.0",
|
|
38
38
|
"@opentelemetry/core": "^1.30.1",
|
|
39
39
|
"@opentelemetry/semantic-conventions": "^1.30.0",
|
|
40
|
-
"@sentry/browser": "9.
|
|
40
|
+
"@sentry/browser": "9.18.0",
|
|
41
41
|
"@sentry/cli": "^2.43.0",
|
|
42
|
-
"@sentry/core": "9.
|
|
43
|
-
"@sentry/node": "9.
|
|
42
|
+
"@sentry/core": "9.18.0",
|
|
43
|
+
"@sentry/node": "9.18.0",
|
|
44
44
|
"@sentry/vite-plugin": "^3.2.4",
|
|
45
45
|
"glob": "11.0.1"
|
|
46
46
|
},
|