diff --git a/CHANGELOG.md b/CHANGELOG.md index da270fb1ccec..f2b1e7168f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,61 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.57.0 + +### Important Changes + +- **build: Update typescript from 3.8.3 to 4.9.5 (#8255)** + +This release version [bumps the internally used typescript version from 3.8.x to 4.9.x](https://github.com/getsentry/sentry-javascript/pull/8255). +We use ds-downlevel to generate two versions of our types, one for >=3.8, one for >=4.9. +This means that this change should be fully backwards compatible and not have any noticable user impact, +but if you still encounter issues please let us know. + +- **feat(types): Add tracePropagationTargets to top level options (#8395)** + +Instead of passing `tracePropagationTargets` to the `BrowserTracing` integration, you can now define them on the top level: + +```js +Sentry.init({ + tracePropagationTargets: ['api.site.com'], +}); +``` + +- **fix(angular): Filter out `TryCatch` integration by default (#8367)** + +The Angular and Angular-ivy SDKs will not install the TryCatch integration anymore by default. +This integration conflicted with the `SentryErrorHander`, sometimes leading to duplicated errors and/or missing data on events. + +- **feat(browser): Better event name handling for non-Error objects (#8374)** + +When capturing non-errors via `Sentry.captureException()`, e.g. `Sentry.captureException({ prop: "custom object" })`, +we now generate a more helpful value for the synthetic exception. Instead of e.g. `Non-Error exception captured with keys: currentTarget, isTrusted, target, type`, you'll now get messages like: + +``` +Object captured as exception with keys: prop1, prop2 +Event `MouseEvent` (type=click) captured as exception +Event `ErrorEvent` captured as exception with message `Script error.` +``` + +### Other Changes + +- feat(browser): Send profiles in same envelope as transactions (#8375) +- feat(profiling): Collect timings on profiler stop calls (#8409) +- feat(replay): Do not capture replays < 5 seconds (GA) (#8277) +- feat(tracing): Add experiment to capture http timings (#8371) +- feat(tracing): Add `http.response.status_code` to `span.data` (#8366) +- fix(angular): Stop routing spans on navigation cancel and error events (#8369) +- fix(core): Only start spans in `trace` if tracing is enabled (#8357) +- fix(nextjs): Inject init calls via loader instead of via entrypoints (#8368) +- fix(replay): Mark ui.slowClickDetected `clickCount` as optional (#8376) +- fix(serverless): Export `autoDiscoverNodePerformanceMonitoringIntegrations` from SDK (#8382) +- fix(sveltekit): Check for cached requests in client-side fetch instrumentation (#8391) +- fix(sveltekit): Only instrument SvelteKit `fetch` if the SDK client is valid (#8381) +- fix(tracing): Instrument Prisma client in constructor of integration (#8383) +- ref(replay): More graceful `sessionStorage` check (#8394) +- ref(replay): Remove circular dep in replay eventBuffer (#8389) + ## 7.56.0 - feat(replay): Rework slow click & multi click detection (#8322) diff --git a/lerna.json b/lerna.json index 5485606bb926..90686ec37d8a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "7.56.0", + "version": "7.57.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/angular-ivy/package.json b/packages/angular-ivy/package.json index f05c8de96ebf..8113d62c2f88 100644 --- a/packages/angular-ivy/package.json +++ b/packages/angular-ivy/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/angular-ivy", - "version": "7.56.0", + "version": "7.57.0", "description": "Official Sentry SDK for Angular with full Ivy Support", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/angular-ivy", @@ -21,9 +21,9 @@ "rxjs": "^6.5.5 || ^7.x" }, "dependencies": { - "@sentry/browser": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry/browser": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "tslib": "^2.4.1" }, "devDependencies": { diff --git a/packages/angular/package.json b/packages/angular/package.json index ad1c7d7aa272..cd09ea50f476 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/angular", - "version": "7.56.0", + "version": "7.57.0", "description": "Official Sentry SDK for Angular", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/angular", @@ -21,9 +21,9 @@ "rxjs": "^6.5.5 || ^7.x" }, "dependencies": { - "@sentry/browser": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry/browser": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "tslib": "^2.4.1" }, "devDependencies": { diff --git a/packages/browser-integration-tests/package.json b/packages/browser-integration-tests/package.json index 9d95ca877c9c..6f15ea585efd 100644 --- a/packages/browser-integration-tests/package.json +++ b/packages/browser-integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "@sentry-internal/browser-integration-tests", - "version": "7.56.0", + "version": "7.57.0", "main": "index.js", "license": "MIT", "engines": { diff --git a/packages/browser/package.json b/packages/browser/package.json index 6ec505295c27..163d0c441f82 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/browser", - "version": "7.56.0", + "version": "7.57.0", "description": "Official Sentry SDK for browsers", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/browser", @@ -13,21 +13,25 @@ "module": "build/npm/esm/index.js", "types": "build/npm/types/index.d.ts", "typesVersions": { - "<4.9": { "build/npm/types/index.d.ts": ["build/npm/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/npm/types/index.d.ts": [ + "build/npm/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" }, "dependencies": { - "@sentry-internal/tracing": "7.56.0", - "@sentry/core": "7.56.0", - "@sentry/replay": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry-internal/tracing": "7.57.0", + "@sentry/core": "7.57.0", + "@sentry/replay": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "tslib": "^2.4.1 || ^1.9.3" }, "devDependencies": { - "@sentry-internal/integration-shims": "7.56.0", + "@sentry-internal/integration-shims": "7.57.0", "@types/md5": "2.1.33", "btoa": "^1.2.1", "chai": "^4.1.2", diff --git a/packages/core/package.json b/packages/core/package.json index 43202cc2f19e..e55deeccda68 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/core", - "version": "7.56.0", + "version": "7.57.0", "description": "Base implementation for all Sentry JavaScript SDKs", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/core", @@ -13,14 +13,18 @@ "module": "build/esm/index.js", "types": "build/types/index.d.ts", "typesVersions": { - "<4.9": { "build/types/index.d.ts": ["build/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/types/index.d.ts": [ + "build/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" }, "dependencies": { - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "tslib": "^2.4.1 || ^1.9.3" }, "scripts": { diff --git a/packages/core/src/version.ts b/packages/core/src/version.ts index c265c7ab0178..a82cb89dc5e0 100644 --- a/packages/core/src/version.ts +++ b/packages/core/src/version.ts @@ -1 +1 @@ -export const SDK_VERSION = '7.56.0'; +export const SDK_VERSION = '7.57.0'; diff --git a/packages/e2e-tests/package.json b/packages/e2e-tests/package.json index 6bacdf4d2159..21a8f0e42552 100644 --- a/packages/e2e-tests/package.json +++ b/packages/e2e-tests/package.json @@ -1,6 +1,6 @@ { "name": "@sentry-internal/e2e-tests", - "version": "7.56.0", + "version": "7.57.0", "license": "MIT", "engines": { "node": ">=10" diff --git a/packages/ember/package.json b/packages/ember/package.json index d4e13264be24..7e1310e6119a 100644 --- a/packages/ember/package.json +++ b/packages/ember/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/ember", - "version": "7.56.0", + "version": "7.57.0", "description": "Official Sentry SDK for Ember.js", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/ember", @@ -29,9 +29,9 @@ }, "dependencies": { "@embroider/macros": "^1.9.0", - "@sentry/browser": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry/browser": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "ember-auto-import": "^1.12.1 || ^2.4.3", "ember-cli-babel": "^7.26.11", "ember-cli-htmlbars": "^6.1.1", diff --git a/packages/eslint-config-sdk/package.json b/packages/eslint-config-sdk/package.json index bc4fb7a8c778..bc6964aeb198 100644 --- a/packages/eslint-config-sdk/package.json +++ b/packages/eslint-config-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@sentry-internal/eslint-config-sdk", - "version": "7.56.0", + "version": "7.57.0", "description": "Official Sentry SDK eslint config", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/eslint-config-sdk", @@ -19,8 +19,8 @@ "access": "public" }, "dependencies": { - "@sentry-internal/eslint-plugin-sdk": "7.56.0", - "@sentry-internal/typescript": "7.56.0", + "@sentry-internal/eslint-plugin-sdk": "7.57.0", + "@sentry-internal/typescript": "7.57.0", "@typescript-eslint/eslint-plugin": "^5.48.0", "@typescript-eslint/parser": "^5.48.0", "eslint-config-prettier": "^6.11.0", diff --git a/packages/eslint-plugin-sdk/package.json b/packages/eslint-plugin-sdk/package.json index 12fa738a0be4..b082d120cb07 100644 --- a/packages/eslint-plugin-sdk/package.json +++ b/packages/eslint-plugin-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@sentry-internal/eslint-plugin-sdk", - "version": "7.56.0", + "version": "7.57.0", "description": "Official Sentry SDK eslint plugin", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/eslint-plugin-sdk", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 4bc327bd98f9..d1bc8c916c69 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/gatsby", - "version": "7.56.0", + "version": "7.57.0", "description": "Official Sentry SDK for Gatsby.js", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/gatsby", @@ -17,16 +17,20 @@ "module": "build/esm/index.js", "types": "build/types/index.d.ts", "typesVersions": { - "<4.9": { "build/types/index.d.ts": ["build/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/types/index.d.ts": [ + "build/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" }, "dependencies": { - "@sentry/core": "7.56.0", - "@sentry/react": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry/core": "7.57.0", + "@sentry/react": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "@sentry/webpack-plugin": "1.19.0" }, "peerDependencies": { diff --git a/packages/hub/package.json b/packages/hub/package.json index 947b4aad6da1..94b5062e1334 100644 --- a/packages/hub/package.json +++ b/packages/hub/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/hub", - "version": "7.56.0", + "version": "7.57.0", "description": "Sentry hub which handles global state managment.", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/hub", @@ -13,15 +13,19 @@ "module": "build/esm/index.js", "types": "build/types/index.d.ts", "typesVersions": { - "<4.9": { "build/types/index.d.ts": ["build/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/types/index.d.ts": [ + "build/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" }, "dependencies": { - "@sentry/core": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry/core": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "tslib": "^2.4.1 || ^1.9.3" }, "scripts": { diff --git a/packages/integration-shims/package.json b/packages/integration-shims/package.json index eb7e242de4da..88ea627ef2b6 100644 --- a/packages/integration-shims/package.json +++ b/packages/integration-shims/package.json @@ -1,12 +1,16 @@ { "name": "@sentry-internal/integration-shims", - "version": "7.56.0", + "version": "7.57.0", "description": "Shims for integrations in Sentry SDK.", "main": "build/cjs/index.js", "module": "build/esm/index.js", "types": "build/types/index.d.ts", "typesVersions": { - "<4.9": { "build/types/index.d.ts": ["build/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/types/index.d.ts": [ + "build/types-ts3.8/index.d.ts" + ] + } }, "sideEffects": false, "private": true, @@ -39,7 +43,7 @@ "url": "https://github.com/getsentry/sentry-javascript/issues" }, "dependencies": { - "@sentry/types": "7.56.0" + "@sentry/types": "7.57.0" }, "engines": { "node": ">=12" diff --git a/packages/integrations/package.json b/packages/integrations/package.json index 4025485a3e68..2ecdd0e294b1 100644 --- a/packages/integrations/package.json +++ b/packages/integrations/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/integrations", - "version": "7.56.0", + "version": "7.57.0", "description": "Pluggable integrations that can be used to enhance JS SDKs", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/integrations", @@ -16,16 +16,20 @@ "module": "build/npm/esm/index.js", "types": "build/npm/types/index.d.ts", "typesVersions": { - "<4.9": { "build/npm/types/index.d.ts": ["build/npm/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/npm/types/index.d.ts": [ + "build/npm/types-ts3.8/index.d.ts" + ] + } }, "dependencies": { - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "localforage": "^1.8.1", "tslib": "^2.4.1 || ^1.9.3" }, "devDependencies": { - "@sentry/browser": "7.56.0", + "@sentry/browser": "7.57.0", "chai": "^4.1.2" }, "scripts": { diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 09588b12491d..28ff7415a0d0 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/nextjs", - "version": "7.56.0", + "version": "7.57.0", "description": "Official Sentry SDK for Next.js", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/nextjs", @@ -14,19 +14,23 @@ "browser": "build/esm/index.client.js", "types": "build/types/index.types.d.ts", "typesVersions": { - "<4.9": { "build/npm/types/index.d.ts": ["build/npm/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/npm/types/index.d.ts": [ + "build/npm/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" }, "dependencies": { "@rollup/plugin-commonjs": "24.0.0", - "@sentry/core": "7.56.0", - "@sentry/integrations": "7.56.0", - "@sentry/node": "7.56.0", - "@sentry/react": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry/core": "7.57.0", + "@sentry/integrations": "7.57.0", + "@sentry/node": "7.57.0", + "@sentry/react": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "@sentry/webpack-plugin": "1.20.0", "chalk": "3.0.0", "rollup": "2.78.0", diff --git a/packages/node-integration-tests/package.json b/packages/node-integration-tests/package.json index 2c6d3fc29ff1..0745880eac07 100644 --- a/packages/node-integration-tests/package.json +++ b/packages/node-integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "@sentry-internal/node-integration-tests", - "version": "7.56.0", + "version": "7.57.0", "license": "MIT", "engines": { "node": ">=10" diff --git a/packages/node/package.json b/packages/node/package.json index 7601f80d172a..74c86c613e5c 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/node", - "version": "7.56.0", + "version": "7.57.0", "description": "Official Sentry SDK for Node.js", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/node", @@ -13,16 +13,20 @@ "module": "build/esm/index.js", "types": "build/types/index.d.ts", "typesVersions": { - "<4.9": { "build/npm/types/index.d.ts": ["build/npm/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/npm/types/index.d.ts": [ + "build/npm/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" }, "dependencies": { - "@sentry-internal/tracing": "7.56.0", - "@sentry/core": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry-internal/tracing": "7.57.0", + "@sentry/core": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "cookie": "^0.4.1", "https-proxy-agent": "^5.0.0", "lru_map": "^0.3.3", diff --git a/packages/opentelemetry-node/package.json b/packages/opentelemetry-node/package.json index d2264e50c1d1..fe4ec8f3060b 100644 --- a/packages/opentelemetry-node/package.json +++ b/packages/opentelemetry-node/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/opentelemetry-node", - "version": "7.56.0", + "version": "7.57.0", "description": "Official Sentry SDK for OpenTelemetry Node.js", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/opentelemetry-node", @@ -13,15 +13,19 @@ "module": "build/esm/index.js", "types": "build/types/index.d.ts", "typesVersions": { - "<4.9": { "build/types/index.d.ts": ["build/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/types/index.d.ts": [ + "build/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" }, "dependencies": { - "@sentry/core": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0" + "@sentry/core": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0" }, "peerDependencies": { "@opentelemetry/api": "1.x", @@ -35,7 +39,7 @@ "@opentelemetry/sdk-trace-base": "^1.7.0", "@opentelemetry/sdk-trace-node": "^1.7.0", "@opentelemetry/semantic-conventions": "^1.7.0", - "@sentry/node": "7.56.0" + "@sentry/node": "7.57.0" }, "scripts": { "build": "run-p build:transpile build:types", diff --git a/packages/overhead-metrics/package.json b/packages/overhead-metrics/package.json index 2d158435af7b..9dc0191c2f17 100644 --- a/packages/overhead-metrics/package.json +++ b/packages/overhead-metrics/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "7.56.0", + "version": "7.57.0", "name": "@sentry-internal/overhead-metrics", "main": "index.js", "author": "Sentry", diff --git a/packages/react/package.json b/packages/react/package.json index c947b4ad4fb1..fca1c03686be 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/react", - "version": "7.56.0", + "version": "7.57.0", "description": "Official Sentry SDK for React.js", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/react", @@ -13,15 +13,19 @@ "module": "build/esm/index.js", "types": "build/types/index.d.ts", "typesVersions": { - "<4.9": { "build/types/index.d.ts": ["build/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/types/index.d.ts": [ + "build/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" }, "dependencies": { - "@sentry/browser": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry/browser": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "hoist-non-react-statics": "^3.3.2", "tslib": "^2.4.1 || ^1.9.3" }, diff --git a/packages/remix/package.json b/packages/remix/package.json index 97722d1b9bbc..a7ae64ed07ff 100644 --- a/packages/remix/package.json +++ b/packages/remix/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/remix", - "version": "7.56.0", + "version": "7.57.0", "description": "Official Sentry SDK for Remix", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/remix", @@ -17,18 +17,22 @@ "browser": "build/esm/index.client.js", "types": "build/types/index.types.d.ts", "typesVersions": { - "<4.9": { "build/types/index.d.ts": ["build/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/types/index.d.ts": [ + "build/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" }, "dependencies": { "@sentry/cli": "2.2.0", - "@sentry/core": "7.56.0", - "@sentry/node": "7.56.0", - "@sentry/react": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry/core": "7.57.0", + "@sentry/node": "7.57.0", + "@sentry/react": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "tslib": "^2.4.1 || ^1.9.3", "yargs": "^17.6.0" }, diff --git a/packages/replay-worker/package.json b/packages/replay-worker/package.json index 5a20cafa56f4..52d5bd4d5f8a 100644 --- a/packages/replay-worker/package.json +++ b/packages/replay-worker/package.json @@ -1,12 +1,16 @@ { "name": "@sentry-internal/replay-worker", - "version": "7.56.0", + "version": "7.57.0", "description": "Worker for @sentry/replay", "main": "build/npm/esm/index.js", "module": "build/npm/esm/index.js", "types": "build/npm/types/index.d.ts", "typesVersions": { - "<4.9": { "build/npm/types/index.d.ts": ["build/npm/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/npm/types/index.d.ts": [ + "build/npm/types-ts3.8/index.d.ts" + ] + } }, "sideEffects": false, "private": true, diff --git a/packages/replay/package.json b/packages/replay/package.json index 2fc49e4e73d6..486f63181e07 100644 --- a/packages/replay/package.json +++ b/packages/replay/package.json @@ -1,12 +1,16 @@ { "name": "@sentry/replay", - "version": "7.56.0", + "version": "7.57.0", "description": "User replays for Sentry", "main": "build/npm/cjs/index.js", "module": "build/npm/esm/index.js", "types": "build/npm/types/index.d.ts", "typesVersions": { - "<4.9": { "build/npm/types/index.d.ts": ["build/npm/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/npm/types/index.d.ts": [ + "build/npm/types-ts3.8/index.d.ts" + ] + } }, "sideEffects": false, "scripts": { @@ -49,16 +53,16 @@ "homepage": "https://docs.sentry.io/platforms/javascript/session-replay/", "devDependencies": { "@babel/core": "^7.17.5", - "@sentry-internal/replay-worker": "7.56.0", + "@sentry-internal/replay-worker": "7.57.0", "@sentry-internal/rrweb": "1.108.0", "@sentry-internal/rrweb-snapshot": "1.108.0", "jsdom-worker": "^0.2.1", "tslib": "^2.4.1 || ^1.9.3" }, "dependencies": { - "@sentry/core": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0" + "@sentry/core": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0" }, "engines": { "node": ">=12" diff --git a/packages/serverless/package.json b/packages/serverless/package.json index d1b074547bab..0d21cbd09867 100644 --- a/packages/serverless/package.json +++ b/packages/serverless/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/serverless", - "version": "7.56.0", + "version": "7.57.0", "description": "Official Sentry SDK for various serverless solutions", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/serverless", @@ -13,16 +13,20 @@ "module": "build/npm/esm/index.js", "types": "build/npm/types/index.d.ts", "typesVersions": { - "<4.9": { "build/npm/types/index.d.ts": ["build/npm/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/npm/types/index.d.ts": [ + "build/npm/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" }, "dependencies": { - "@sentry/core": "7.56.0", - "@sentry/node": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry/core": "7.57.0", + "@sentry/node": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "@types/aws-lambda": "^8.10.62", "@types/express": "^4.17.14", "tslib": "^2.4.1 || ^1.9.3" diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 38e844c71226..9ede012356a6 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/svelte", - "version": "7.56.0", + "version": "7.57.0", "description": "Official Sentry SDK for Svelte", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/svelte", @@ -13,15 +13,19 @@ "module": "build/esm/index.js", "types": "build/types/index.d.ts", "typesVersions": { - "<4.9": { "build/types/index.d.ts": ["build/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/types/index.d.ts": [ + "build/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" }, "dependencies": { - "@sentry/browser": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry/browser": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "magic-string": "^0.30.0", "tslib": "^2.4.1 || ^1.9.3" }, diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index 68c687a4c4d9..36b6611e8af6 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/sveltekit", - "version": "7.56.0", + "version": "7.57.0", "description": "Official Sentry SDK for SvelteKit", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/sveltekit", @@ -20,13 +20,13 @@ "@sveltejs/kit": "1.x" }, "dependencies": { - "@sentry-internal/tracing": "7.56.0", - "@sentry/core": "7.56.0", - "@sentry/integrations": "7.56.0", - "@sentry/node": "7.56.0", - "@sentry/svelte": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry-internal/tracing": "7.57.0", + "@sentry/core": "7.57.0", + "@sentry/integrations": "7.57.0", + "@sentry/node": "7.57.0", + "@sentry/svelte": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "@sentry/vite-plugin": "^0.6.0", "magicast": "0.2.8", "sorcery": "0.11.0" diff --git a/packages/tracing-internal/package.json b/packages/tracing-internal/package.json index 1ab646273551..65af197d8714 100644 --- a/packages/tracing-internal/package.json +++ b/packages/tracing-internal/package.json @@ -1,6 +1,6 @@ { "name": "@sentry-internal/tracing", - "version": "7.56.0", + "version": "7.57.0", "description": "Sentry Internal Tracing Package", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/tracing-internal", @@ -13,15 +13,19 @@ "module": "build/esm/index.js", "types": "build/types/index.d.ts", "typesVersions": { - "<4.9": { "build/types/index.d.ts": ["build/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/types/index.d.ts": [ + "build/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" }, "dependencies": { - "@sentry/core": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry/core": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "tslib": "^2.4.1 || ^1.9.3" }, "devDependencies": { diff --git a/packages/tracing/package.json b/packages/tracing/package.json index 2113c78809f8..ead974488346 100644 --- a/packages/tracing/package.json +++ b/packages/tracing/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/tracing", - "version": "7.56.0", + "version": "7.57.0", "description": "Sentry Performance Monitoring Package", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/tracing", @@ -13,20 +13,24 @@ "module": "build/npm/esm/index.js", "types": "build/npm/types/index.d.ts", "typesVersions": { - "<4.9": { "build/npm/types/index.d.ts": ["build/npm/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/npm/types/index.d.ts": [ + "build/npm/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" }, "dependencies": { - "@sentry-internal/tracing": "7.56.0" + "@sentry-internal/tracing": "7.57.0" }, "devDependencies": { - "@sentry-internal/integration-shims": "7.56.0", - "@sentry/browser": "7.56.0", - "@sentry/core": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry-internal/integration-shims": "7.57.0", + "@sentry/browser": "7.57.0", + "@sentry/core": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "@types/express": "^4.17.14" }, "scripts": { diff --git a/packages/types/package.json b/packages/types/package.json index 77f343f59de0..5beded66150e 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/types", - "version": "7.56.0", + "version": "7.57.0", "description": "Types for all Sentry JavaScript SDKs", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/types", @@ -13,7 +13,11 @@ "module": "build/esm/index.js", "types": "build/types/index.d.ts", "typesVersions": { - "<4.9": { "build/types/index.d.ts": ["build/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/types/index.d.ts": [ + "build/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 43578348e184..ea9f289916ff 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@sentry-internal/typescript", - "version": "7.56.0", + "version": "7.57.0", "description": "Typescript configuration used at Sentry", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/typescript", diff --git a/packages/utils/package.json b/packages/utils/package.json index 524174880ac1..5ef313029420 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/utils", - "version": "7.56.0", + "version": "7.57.0", "description": "Utilities for all Sentry JavaScript SDKs", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/utils", @@ -13,13 +13,17 @@ "module": "build/esm/index.js", "types": "build/types/index.d.ts", "typesVersions": { - "<4.9": { "build/types/index.d.ts": ["build/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/types/index.d.ts": [ + "build/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" }, "dependencies": { - "@sentry/types": "7.56.0", + "@sentry/types": "7.57.0", "tslib": "^2.4.1 || ^1.9.3" }, "devDependencies": { diff --git a/packages/vue/package.json b/packages/vue/package.json index 875f5ce643a9..8e0d1eac8991 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/vue", - "version": "7.56.0", + "version": "7.57.0", "description": "Official Sentry SDK for Vue.js", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/vue", @@ -13,16 +13,20 @@ "module": "build/esm/index.js", "types": "build/types/index.d.ts", "typesVersions": { - "<4.9": { "build/types/index.d.ts": ["build/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/types/index.d.ts": [ + "build/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" }, "dependencies": { - "@sentry/browser": "7.56.0", - "@sentry/core": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry/browser": "7.57.0", + "@sentry/core": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "tslib": "^2.4.1 || ^1.9.3" }, "peerDependencies": { diff --git a/packages/wasm/package.json b/packages/wasm/package.json index 674fa58e4dd1..4d293174c07a 100644 --- a/packages/wasm/package.json +++ b/packages/wasm/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/wasm", - "version": "7.56.0", + "version": "7.57.0", "description": "Support for WASM.", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/wasm", @@ -13,15 +13,19 @@ "module": "build/npm/esm/index.js", "types": "build/npm/types/index.d.ts", "typesVersions": { - "<4.9": { "build/npm/types/index.d.ts": ["build/npm/types-ts3.8/index.d.ts"] } + "<4.9": { + "build/npm/types/index.d.ts": [ + "build/npm/types-ts3.8/index.d.ts" + ] + } }, "publishConfig": { "access": "public" }, "dependencies": { - "@sentry/browser": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0", + "@sentry/browser": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0", "tslib": "^2.4.1 || ^1.9.3" }, "scripts": {