@sentry/bundler-plugin-core 0.2.3 → 0.3.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.
@@ -96,6 +96,11 @@ export declare type Options = Omit<IncludeEntry, "paths"> & {
96
96
  * This value can also be specified via the `CUSTOM_HEADER` environment variable.
97
97
  */
98
98
  customHeader?: string;
99
+ /**
100
+ * Headers added to every outgoing network request.
101
+ * This value does not set any env variable, and is overridden by customHeader.
102
+ */
103
+ headers?: Record<string, string>;
99
104
  /**
100
105
  * Attempts a dry run (useful for dev environments), making release creation
101
106
  * a no-op.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/bundler-plugin-core",
3
- "version": "0.2.3",
3
+ "version": "0.3.0",
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",
@@ -41,10 +41,10 @@
41
41
  "fix": "eslint ./src ./test --format stylish --fix"
42
42
  },
43
43
  "dependencies": {
44
- "@sentry/cli": "^1.74.6",
44
+ "@sentry/cli": "^2.10.0",
45
45
  "@sentry/node": "^7.19.0",
46
46
  "@sentry/tracing": "^7.19.0",
47
- "magic-string": "0.26.2",
47
+ "magic-string": "0.27.0",
48
48
  "unplugin": "0.10.1"
49
49
  },
50
50
  "devDependencies": {
@@ -56,8 +56,8 @@
56
56
  "@rollup/plugin-json": "4.1.0",
57
57
  "@rollup/plugin-node-resolve": "13.3.0",
58
58
  "@rollup/plugin-replace": "^4.0.0",
59
- "@sentry-internal/eslint-config": "0.2.3",
60
- "@sentry-internal/sentry-bundler-plugin-tsconfig": "0.2.3",
59
+ "@sentry-internal/eslint-config": "0.3.0",
60
+ "@sentry-internal/sentry-bundler-plugin-tsconfig": "0.3.0",
61
61
  "@swc/core": "^1.2.205",
62
62
  "@swc/jest": "^0.2.21",
63
63
  "@types/jest": "^28.1.3",