@sentry/bundler-plugin-core 3.3.0 → 3.3.1
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 +2 -2
- package/dist/esm/index.mjs +2 -2
- package/package.json +4 -4
package/dist/cjs/index.js
CHANGED
|
@@ -8141,7 +8141,7 @@ function createSentryInstance(options, shouldSendTelemetry, bundler) {
|
|
|
8141
8141
|
dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
|
|
8142
8142
|
tracesSampleRate: 1,
|
|
8143
8143
|
sampleRate: 1,
|
|
8144
|
-
release: "3.3.
|
|
8144
|
+
release: "3.3.1",
|
|
8145
8145
|
integrations: [],
|
|
8146
8146
|
tracePropagationTargets: ["sentry.io/api"],
|
|
8147
8147
|
stackParser: stackParser,
|
|
@@ -9204,7 +9204,7 @@ function sentryUnpluginFactory(_ref) {
|
|
|
9204
9204
|
});
|
|
9205
9205
|
|
|
9206
9206
|
// Set the User-Agent that Sentry CLI will use when interacting with Sentry
|
|
9207
|
-
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "3.3.
|
|
9207
|
+
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "3.3.1");
|
|
9208
9208
|
|
|
9209
9209
|
/**
|
|
9210
9210
|
* Handles errors caught and emitted in various areas of the plugin.
|
package/dist/esm/index.mjs
CHANGED
|
@@ -8105,7 +8105,7 @@ function createSentryInstance(options, shouldSendTelemetry, bundler) {
|
|
|
8105
8105
|
dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
|
|
8106
8106
|
tracesSampleRate: 1,
|
|
8107
8107
|
sampleRate: 1,
|
|
8108
|
-
release: "3.3.
|
|
8108
|
+
release: "3.3.1",
|
|
8109
8109
|
integrations: [],
|
|
8110
8110
|
tracePropagationTargets: ["sentry.io/api"],
|
|
8111
8111
|
stackParser: stackParser,
|
|
@@ -9168,7 +9168,7 @@ function sentryUnpluginFactory(_ref) {
|
|
|
9168
9168
|
});
|
|
9169
9169
|
|
|
9170
9170
|
// Set the User-Agent that Sentry CLI will use when interacting with Sentry
|
|
9171
|
-
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "3.3.
|
|
9171
|
+
process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "3.3.1");
|
|
9172
9172
|
|
|
9173
9173
|
/**
|
|
9174
9174
|
* Handles errors caught and emitted in various areas of the plugin.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/bundler-plugin-core",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
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",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@babel/core": "^7.18.5",
|
|
56
|
-
"@sentry/babel-plugin-component-annotate": "3.3.
|
|
56
|
+
"@sentry/babel-plugin-component-annotate": "3.3.1",
|
|
57
57
|
"@sentry/cli": "2.42.2",
|
|
58
58
|
"dotenv": "^16.3.1",
|
|
59
59
|
"find-up": "^5.0.0",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"@rollup/plugin-json": "4.1.0",
|
|
69
69
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
70
70
|
"@rollup/plugin-replace": "^4.0.0",
|
|
71
|
-
"@sentry-internal/eslint-config": "3.3.
|
|
72
|
-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "3.3.
|
|
71
|
+
"@sentry-internal/eslint-config": "3.3.1",
|
|
72
|
+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "3.3.1",
|
|
73
73
|
"@sentry/core": "8.30.0",
|
|
74
74
|
"@sentry/types": "8.30.0",
|
|
75
75
|
"@sentry/utils": "8.30.0",
|