aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-29 21:32:37 -0500
committerGitHub <noreply@github.com>2024-04-29 21:32:37 -0500
commit4a1e85ff1ecec11446101cb283fdd430931b33be (patch)
tree336d73997921e2c7b387d912bb1219f2ccd1126e
parentf6e0108aa65c59ce1bd4dba80e6c6f879113ae60 (diff)
downloadcompiler-explorer-gh-11564.tar.gz
compiler-explorer-gh-11564.zip
Update sentry-javascript monorepo to ^7.112.2 (#6361)gh-11564
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sentry/browser](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/browser) ([source](https://togithub.com/getsentry/sentry-javascript)) | [`^7.111.0` -> `^7.112.2`](https://renovatebot.com/diffs/npm/@sentry%2fbrowser/7.111.0/7.112.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fbrowser/7.112.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fbrowser/7.112.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fbrowser/7.111.0/7.112.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fbrowser/7.111.0/7.112.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@sentry/node](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/node) ([source](https://togithub.com/getsentry/sentry-javascript)) | [`^7.111.0` -> `^7.112.2`](https://renovatebot.com/diffs/npm/@sentry%2fnode/7.111.0/7.112.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fnode/7.112.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fnode/7.112.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fnode/7.111.0/7.112.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fnode/7.111.0/7.112.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/browser)</summary> ### [`v7.112.2`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.112.2) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.112.1...7.112.2) - fix(nextjs|sveltekit): Ensure we can pass `browserTracingIntegration` ([#&#8203;11765](https://togithub.com/getsentry/sentry-javascript/issues/11765)) ### [`v7.112.1`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.112.1) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.112.0...7.112.1) - fix(ember/v7): Do not create rendering spans without transaction ([#&#8203;11750](https://togithub.com/getsentry/sentry-javascript/issues/11750)) ### [`v7.112.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.112.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.111.0...7.112.0) ##### Important Changes - **feat: Export pluggable integrations from SDK packages ([#&#8203;11723](https://togithub.com/getsentry/sentry-javascript/issues/11723))** Instead of installing `@sentry/integrations`, you can now import the pluggable integrations directly from your SDK package: ```js // Before import * as Sentry fromv '@&#8203;sentry/browser'; import { dedupeIntegration } from '@&#8203;sentry/integrations'; Sentry.init({ integrations: [dedupeIntegration()], }); // After import * as Sentry from '@&#8203;sentry/browser'; Sentry.init({ integrations: [Sentry.dedupeIntegration()], }); ``` Note that only the functional integrations (e.g. `xxxIntegration()`) are re-exported. ##### Other Changes - feat(replay): Add "maxCanvasSize" option for replay canvases ([#&#8203;11732](https://togithub.com/getsentry/sentry-javascript/issues/11732)) - fix(serverless): \[v7] Check if cloud event callback is a function ([#&#8203;11734](https://togithub.com/getsentry/sentry-javascript/issues/11734)) #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 80.72 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 71.69 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 75.91 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 65.32 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 35.62 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. browserTracingIntegration) - Webpack (gzipped) | 35.5 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.57 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.58 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.78 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 78.9 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 70.27 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 36.02 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 25.28 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 221.25 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 109.01 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 75.79 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 39.3 KB | | [@&#8203;sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 72.18 KB | | [@&#8203;sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.81 KB | | [@&#8203;sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 90.01 KB | | [@&#8203;sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 54.15 KB | | [@&#8203;sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 17.32 KB | </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8pm on monday" in timezone America/Chicago, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/compiler-explorer/compiler-explorer). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json146
-rw-r--r--package.json4
2 files changed, 91 insertions, 59 deletions
diff --git a/package-lock.json b/package-lock.json
index 67458619f..30424a3cf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,8 +17,8 @@
"@flatten-js/interval-tree": "^1.1.3",
"@fortawesome/fontawesome-free": "^6.5.2",
"@orchidjs/sifter": "^1.0.3",
- "@sentry/browser": "^7.111.0",
- "@sentry/node": "^7.111.0",
+ "@sentry/browser": "^7.112.2",
+ "@sentry/node": "^7.112.2",
"@types/morgan": "^1.9.9",
"big-integer": "^1.6.52",
"body-parser": "^1.20.2",
@@ -2852,116 +2852,132 @@
]
},
"node_modules/@sentry-internal/feedback": {
- "version": "7.111.0",
- "resolved": "https://registry.npmjs.org/@sentry-internal/feedback/-/feedback-7.111.0.tgz",
- "integrity": "sha512-xaKgPPDEirOan7c9HwzYA1KK87kRp/qfIx9ZKLOEtxwy6nqoMuSByGqSwm1Oqfcjpbd7y6/y+7Bw+69ZKNVLDQ==",
+ "version": "7.112.2",
+ "resolved": "https://registry.npmjs.org/@sentry-internal/feedback/-/feedback-7.112.2.tgz",
+ "integrity": "sha512-z+XP8BwB8B3pa+i8xqbrPsbtDWUFUS6wo+FJbmOYUqOusJJbVFDAhBoEdKoo5ZjOcsAZG7XR6cA9zrhJynIWBA==",
"dependencies": {
- "@sentry/core": "7.111.0",
- "@sentry/types": "7.111.0",
- "@sentry/utils": "7.111.0"
+ "@sentry/core": "7.112.2",
+ "@sentry/types": "7.112.2",
+ "@sentry/utils": "7.112.2"
},
"engines": {
"node": ">=12"
}
},
"node_modules/@sentry-internal/replay-canvas": {
- "version": "7.111.0",
- "resolved": "https://registry.npmjs.org/@sentry-internal/replay-canvas/-/replay-canvas-7.111.0.tgz",
- "integrity": "sha512-3KPBIpiegTYmuVw9gA2aKuliAQONS3Ny1kJc9x5kz6XQGuLFxqlh6KzoCVaKfQJeq2WJqRNeR4KFFuNGuB3H8w==",
+ "version": "7.112.2",
+ "resolved": "https://registry.npmjs.org/@sentry-internal/replay-canvas/-/replay-canvas-7.112.2.tgz",
+ "integrity": "sha512-BCCCxrZ1wJvN6La5gg1JJbKitAhJI5MATCnhtklsZbUcHkHB9iZoj19J65+P56gwssvHz5xh63AjNiITaetIRg==",
"dependencies": {
- "@sentry/core": "7.111.0",
- "@sentry/replay": "7.111.0",
- "@sentry/types": "7.111.0",
- "@sentry/utils": "7.111.0"
+ "@sentry/core": "7.112.2",
+ "@sentry/replay": "7.112.2",
+ "@sentry/types": "7.112.2",
+ "@sentry/utils": "7.112.2"
},
"engines": {
"node": ">=12"
}
},
"node_modules/@sentry-internal/tracing": {
- "version": "7.111.0",
- "resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.111.0.tgz",
- "integrity": "sha512-CgXly8rsdu4loWVKi2RqpInH3C2cVBuaYsx4ZP5IJpzSinsUAMyyr3Pc0PZzCyoVpBBXGBGj/4HhFsY3q6Z0Vg==",
+ "version": "7.112.2",
+ "resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.112.2.tgz",
+ "integrity": "sha512-fT1Y46J4lfXZkgFkb03YMNeIEs2xS6jdKMoukMFQfRfVvL9fSWEbTgZpHPd/YTT8r2i082XzjtAoQNgklm/0Hw==",
"dependencies": {
- "@sentry/core": "7.111.0",
- "@sentry/types": "7.111.0",
- "@sentry/utils": "7.111.0"
+ "@sentry/core": "7.112.2",
+ "@sentry/types": "7.112.2",
+ "@sentry/utils": "7.112.2"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/browser": {
- "version": "7.111.0",
- "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.111.0.tgz",
- "integrity": "sha512-x7S9XoJh+TbMnur4eBhPpCVo+p7udABBV2gQk+Iw6LP9e8EFKmGmNyl76vSsT6GeFJ7mwxDEKfuwbVoLBjIvHw==",
+ "version": "7.112.2",
+ "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.112.2.tgz",
+ "integrity": "sha512-wULwavCch84+d0bueAdFm6CDm1u0TfOjN91VgY+sj/vxUV2vesvDgI8zRZfmbZEor3MYA90zerkZT3ehZQKbYw==",
"dependencies": {
- "@sentry-internal/feedback": "7.111.0",
- "@sentry-internal/replay-canvas": "7.111.0",
- "@sentry-internal/tracing": "7.111.0",
- "@sentry/core": "7.111.0",
- "@sentry/replay": "7.111.0",
- "@sentry/types": "7.111.0",
- "@sentry/utils": "7.111.0"
+ "@sentry-internal/feedback": "7.112.2",
+ "@sentry-internal/replay-canvas": "7.112.2",
+ "@sentry-internal/tracing": "7.112.2",
+ "@sentry/core": "7.112.2",
+ "@sentry/integrations": "7.112.2",
+ "@sentry/replay": "7.112.2",
+ "@sentry/types": "7.112.2",
+ "@sentry/utils": "7.112.2"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/core": {
- "version": "7.111.0",
- "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.111.0.tgz",
- "integrity": "sha512-/ljeMjZu8CSrLGrseBi/7S2zRIFsqMcvfyG6Nwgfc07J9nbHt8/MqouE1bXZfiaILqDBpK7BK9MLAAph4mkAWg==",
+ "version": "7.112.2",
+ "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.112.2.tgz",
+ "integrity": "sha512-gHPCcJobbMkk0VR18J65WYQTt3ED4qC6X9lHKp27Ddt63E+MDGkG6lvYBU1LS8cV7CdyBGC1XXDCfor61GvLsA==",
"dependencies": {
- "@sentry/types": "7.111.0",
- "@sentry/utils": "7.111.0"
+ "@sentry/types": "7.112.2",
+ "@sentry/utils": "7.112.2"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@sentry/integrations": {
+ "version": "7.112.2",
+ "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.112.2.tgz",
+ "integrity": "sha512-ioC2yyU6DqtLkdmWnm87oNvdn2+9oKctJeA4t+jkS6JaJ10DcezjCwiLscX4rhB9aWJV3IWF7Op0O6K3w0t2Hg==",
+ "dependencies": {
+ "@sentry/core": "7.112.2",
+ "@sentry/types": "7.112.2",
+ "@sentry/utils": "7.112.2",
+ "localforage": "^1.8.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/node": {
- "version": "7.111.0",
- "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.111.0.tgz",
- "integrity": "sha512-bTLZNETT7W89HEk04rwsch02KSpu++Yec/BEyM3AxUNY+ZQ9ZLL/lrNZuCwbe7fURpKoZrvGAhxpPjgs5UcB9w==",
+ "version": "7.112.2",
+ "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.112.2.tgz",
+ "integrity": "sha512-MNzkqER8jc2xOS3ArkCLH5hakzu15tcjeC7qjU7rQ1Ms4WuV+MG0docSRESux0/p23Qjzf9tZOc8C5Eq+Sxduw==",
"dependencies": {
- "@sentry-internal/tracing": "7.111.0",
- "@sentry/core": "7.111.0",
- "@sentry/types": "7.111.0",
- "@sentry/utils": "7.111.0"
+ "@sentry-internal/tracing": "7.112.2",
+ "@sentry/core": "7.112.2",
+ "@sentry/integrations": "7.112.2",
+ "@sentry/types": "7.112.2",
+ "@sentry/utils": "7.112.2"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/replay": {
- "version": "7.111.0",
- "resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.111.0.tgz",
- "integrity": "sha512-cSbI4A4hrO0sZ0ynvLQauPg8YyaDOQkhGkyvbws8W9WgfxR8X827bY9S0f1TPfgaFiVcKb0iRaAwyXHg3pyzOg==",
+ "version": "7.112.2",
+ "resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.112.2.tgz",
+ "integrity": "sha512-7Ns/8D54WPsht1nlVj93Inf6rXyve2AZoibYN0YfcM2w3lI4NO51gPPHJU0lFEfMwzwK4ZBJWzOeW9098a+uEg==",
"dependencies": {
- "@sentry-internal/tracing": "7.111.0",
- "@sentry/core": "7.111.0",
- "@sentry/types": "7.111.0",
- "@sentry/utils": "7.111.0"
+ "@sentry-internal/tracing": "7.112.2",
+ "@sentry/core": "7.112.2",
+ "@sentry/types": "7.112.2",
+ "@sentry/utils": "7.112.2"
},
"engines": {
"node": ">=12"
}
},
"node_modules/@sentry/types": {
- "version": "7.111.0",
- "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.111.0.tgz",
- "integrity": "sha512-Oti4pgQ55+FBHKKcHGu51ZUxO1u52G5iVNK4mbtAN+5ArSCy/2s1H8IDJiOMswn3acfUnCR0oB/QsbEgAPZ26g==",
+ "version": "7.112.2",
+ "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.112.2.tgz",
+ "integrity": "sha512-kCMLt7yhY5OkWE9MeowlTNmox9pqDxcpvqguMo4BDNZM5+v9SEb1AauAdR78E1a1V8TyCzjBD7JDfXWhvpYBcQ==",
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/utils": {
- "version": "7.111.0",
- "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.111.0.tgz",
- "integrity": "sha512-CB5rz1EgCSwj3xoXogsCZ5pQtfERrURc/ItcCuoaijUhkD0iMq5MCNWMHW3mBsBrqx/Oba+XGvDu0t/5+SWwBg==",
+ "version": "7.112.2",
+ "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.112.2.tgz",
+ "integrity": "sha512-OjLh0hx0t1EcL4ZIjf+4svlmmP+tHUDGcr5qpFWH78tjmkPW4+cqPuZCZfHSuWcDdeiaXi8TnYoVRqDcJKK/eQ==",
"dependencies": {
- "@sentry/types": "7.111.0"
+ "@sentry/types": "7.112.2"
},
"engines": {
"node": ">=8"
@@ -10745,6 +10761,22 @@
"url": "https://github.com/sponsors/antfu"
}
},
+ "node_modules/localforage": {
+ "version": "1.10.0",
+ "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz",
+ "integrity": "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==",
+ "dependencies": {
+ "lie": "3.1.1"
+ }
+ },
+ "node_modules/localforage/node_modules/lie": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz",
+ "integrity": "sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==",
+ "dependencies": {
+ "immediate": "~3.0.5"
+ }
+ },
"node_modules/locate-path": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
diff --git a/package.json b/package.json
index da8ba5ec3..489a8bb2a 100644
--- a/package.json
+++ b/package.json
@@ -26,8 +26,8 @@
"@flatten-js/interval-tree": "^1.1.3",
"@fortawesome/fontawesome-free": "^6.5.2",
"@orchidjs/sifter": "^1.0.3",
- "@sentry/browser": "^7.111.0",
- "@sentry/node": "^7.111.0",
+ "@sentry/browser": "^7.112.2",
+ "@sentry/node": "^7.112.2",
"@types/morgan": "^1.9.9",
"big-integer": "^1.6.52",
"body-parser": "^1.20.2",