@sentry/bundler-plugin-core 2.0.0-alpha.2 → 2.0.0-alpha.3
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/dist/cjs/index.js +1 -1
- package/dist/esm/index.mjs +1 -1
- package/package.json +3 -3
package/dist/cjs/index.js
CHANGED
|
@@ -1300,7 +1300,7 @@ function createSentryInstance(options, shouldSendTelemetry, bundler) {
|
|
|
1300
1300
|
dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
|
|
1301
1301
|
tracesSampleRate: 1,
|
|
1302
1302
|
sampleRate: 1,
|
|
1303
|
-
release: "2.0.0-alpha.
|
|
1303
|
+
release: "2.0.0-alpha.3",
|
|
1304
1304
|
integrations: [],
|
|
1305
1305
|
tracePropagationTargets: ["sentry.io/api"],
|
|
1306
1306
|
stackParser: node.defaultStackParser,
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1267,7 +1267,7 @@ function createSentryInstance(options, shouldSendTelemetry, bundler) {
|
|
|
1267
1267
|
dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
|
|
1268
1268
|
tracesSampleRate: 1,
|
|
1269
1269
|
sampleRate: 1,
|
|
1270
|
-
release: "2.0.0-alpha.
|
|
1270
|
+
release: "2.0.0-alpha.3",
|
|
1271
1271
|
integrations: [],
|
|
1272
1272
|
tracePropagationTargets: ["sentry.io/api"],
|
|
1273
1273
|
stackParser: defaultStackParser,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/bundler-plugin-core",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.3",
|
|
4
4
|
"description": "Sentry Bundler Plugin Core",
|
|
5
5
|
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
|
|
6
6
|
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/bundler-plugin-core",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"@rollup/plugin-json": "4.1.0",
|
|
68
68
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
69
69
|
"@rollup/plugin-replace": "^4.0.0",
|
|
70
|
-
"@sentry-internal/eslint-config": "2.0.0-alpha.
|
|
71
|
-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0-alpha.
|
|
70
|
+
"@sentry-internal/eslint-config": "2.0.0-alpha.3",
|
|
71
|
+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0-alpha.3",
|
|
72
72
|
"@swc/core": "^1.2.205",
|
|
73
73
|
"@swc/jest": "^0.2.21",
|
|
74
74
|
"@types/jest": "^28.1.3",
|