Skip to content

Commit b643a17

Browse files
committed
Auto merge of #3538 - rust-lang:renovate/sentry-monorepo, r=Turbo87
Update sentry monorepo to v6.3.0 [![WhiteSource 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)` | [`6.2.5` -> `6.3.0`](https://renovatebot.com/diffs/npm/`@sentry%2fbrowser/6.2.5/6.3.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.3.0/compatibility-slim/6.2.5)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.3.0/confidence-slim/6.2.5)](https://docs.renovatebot.com/merge-confidence/)` | | [`@sentry/integrations](https://togithub.com/getsentry/sentry-javascript)` | [`6.2.5` -> `6.3.0`](https://renovatebot.com/diffs/npm/`@sentry%2fintegrations/6.2.5/6.3.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.3.0/compatibility-slim/6.2.5)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.3.0/confidence-slim/6.2.5)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v6.3.0`](https://togithub.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#&#8203;630) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.2.5...6.3.0) - [browser] feat: Parse safari-extension and safari-web-extension errors ([#&#8203;3374](https://togithub.com/getsentry/sentry-javascript/issues/3374)) - [browser] fix: Provide better descriptions for the performance navigation timing spans ([#&#8203;3245](https://togithub.com/getsentry/sentry-javascript/issues/3245)) - [browser] test: Replace Authorization with Accept header ([#&#8203;3400](https://togithub.com/getsentry/sentry-javascript/issues/3400)) - [ci] ci: Add CodeQL scanning - [core] Drop session if release is not a string or is missing and log ([#&#8203;3396](https://togithub.com/getsentry/sentry-javascript/issues/3396)) - [docs] Document how to publish a new release ([#&#8203;3361](https://togithub.com/getsentry/sentry-javascript/issues/3361)) - [gatsby] fix: Specify gatsby peer dep ([#&#8203;3385](https://togithub.com/getsentry/sentry-javascript/issues/3385)) - [gatsby] chore(docs): Update [`@&#8203;sentry/gatsby](https://togithub.com/sentry/gatsby)` README ([#&#8203;3384](https://togithub.com/getsentry/sentry-javascript/issues/3384)) - [integrations] feat(integrations): add prefix support for RewriteFrames ([#&#8203;3416](https://togithub.com/getsentry/sentry-javascript/issues/3416)) - [integrations] ref: Use esm imports with localforage and add esModuleInterop ([#&#8203;3403](https://togithub.com/getsentry/sentry-javascript/issues/3403)) - [nextjs] feat: Next.js SDK + Plugin ([#&#8203;3301](https://togithub.com/getsentry/sentry-javascript/issues/3301)) - [node] fix: Generate a Sentry Release string from env if its not provided ([#&#8203;3393](https://togithub.com/getsentry/sentry-javascript/issues/3393)) - [tracing] fix: Replace performance.timeOrigin in favour of browserPerformanceTimeOrigin ([#&#8203;3397](https://togithub.com/getsentry/sentry-javascript/issues/3397)) - [tracing] fix: Mark span as failed when fetch API call fails ([#&#8203;3351](https://togithub.com/getsentry/sentry-javascript/issues/3351)) - [utils] fix: Use the more reliable timeOrigin ([#&#8203;3398](https://togithub.com/getsentry/sentry-javascript/issues/3398)) - [utils] fix: Wrap oldOnPopState.apply call in try/catch to prevent Firefox from crashing ([#&#8203;3377](https://togithub.com/getsentry/sentry-javascript/issues/3377)) </details> --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents b05411e + 208f67b commit b643a17

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"trailingComma": "all"
3838
},
3939
"dependencies": {
40-
"@sentry/browser": "6.2.5",
41-
"@sentry/integrations": "6.2.5",
40+
"@sentry/browser": "6.3.0",
41+
"@sentry/integrations": "6.3.0",
4242
"chart.js": "3.1.1",
4343
"copy-text-to-clipboard": "3.0.1",
4444
"date-fns": "2.21.1",

yarn.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1903,66 +1903,66 @@
19031903
dependencies:
19041904
"@percy/logger" "^1.0.0-beta.47"
19051905

1906-
"@sentry/browser@6.2.5":
1907-
version "6.2.5"
1908-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.2.5.tgz#35e259e16521d26f348a06b31eb495e0033111d6"
1909-
integrity sha512-nlvaE+D7oaj4MxoY9ikw+krQDOjftnDYJQnOwOraXPk7KYM6YwmkakLuE+x/AkaH3FQVTQF330VAa9d6SWETlA==
1910-
dependencies:
1911-
"@sentry/core" "6.2.5"
1912-
"@sentry/types" "6.2.5"
1913-
"@sentry/utils" "6.2.5"
1906+
"@sentry/browser@6.3.0":
1907+
version "6.3.0"
1908+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.3.0.tgz#523430667bff290220909fb96f35706ff808fed6"
1909+
integrity sha512-Rse9j5XwN9n7GnfW1mNscTS4YQ0oiBNJcaSk3Mw/vQT872Wh60yKyx5wxAw5GujFZI0NgdyPlZwZ/tGQwirRxA==
1910+
dependencies:
1911+
"@sentry/core" "6.3.0"
1912+
"@sentry/types" "6.3.0"
1913+
"@sentry/utils" "6.3.0"
19141914
tslib "^1.9.3"
19151915

1916-
"@sentry/core@6.2.5":
1917-
version "6.2.5"
1918-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.2.5.tgz#e75093f8598becc0a4a0be927f32f7ac49e8588f"
1919-
integrity sha512-I+AkgIFO6sDUoHQticP6I27TT3L+i6TUS03in3IEtpBcSeP2jyhlxI8l/wdA7gsBqUPdQ4GHOOaNgtFIcr8qag==
1916+
"@sentry/core@6.3.0":
1917+
version "6.3.0"
1918+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.3.0.tgz#3b8db24918a00c0b77f1663fc6d9be925f66bb3e"
1919+
integrity sha512-voot/lJ9gRXB6bx6tVqbEbD6jOd4Sx6Rfmm6pzfpom9C0q+fjIZTatTLq8GdXj8DzxaH1MBDSwtaq/eC3NqYpA==
19201920
dependencies:
1921-
"@sentry/hub" "6.2.5"
1922-
"@sentry/minimal" "6.2.5"
1923-
"@sentry/types" "6.2.5"
1924-
"@sentry/utils" "6.2.5"
1921+
"@sentry/hub" "6.3.0"
1922+
"@sentry/minimal" "6.3.0"
1923+
"@sentry/types" "6.3.0"
1924+
"@sentry/utils" "6.3.0"
19251925
tslib "^1.9.3"
19261926

1927-
"@sentry/hub@6.2.5":
1928-
version "6.2.5"
1929-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.2.5.tgz#324cae0c90d736cd1032e94104bf3f18becec4d6"
1930-
integrity sha512-YlEFdEhcfqpl2HC+/dWXBsBJEljyMzFS7LRRjCk8QANcOdp9PhwQjwebUB4/ulOBjHPP2WZk7fBBd/IKDasTUg==
1927+
"@sentry/hub@6.3.0":
1928+
version "6.3.0"
1929+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.3.0.tgz#4225b3b0f31fe47f24d80753b257a4b57de5d651"
1930+
integrity sha512-lAnW3Om66t9IR+t1wya1NpOF9lGbvYG6Ca8wxJJGJ1t2PxKwyxpZKzRx0q8M1QFhlZ5cETCzxmM7lBEZ4QVCBg==
19311931
dependencies:
1932-
"@sentry/types" "6.2.5"
1933-
"@sentry/utils" "6.2.5"
1932+
"@sentry/types" "6.3.0"
1933+
"@sentry/utils" "6.3.0"
19341934
tslib "^1.9.3"
19351935

1936-
"@sentry/integrations@6.2.5":
1937-
version "6.2.5"
1938-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.2.5.tgz#37cac11b486779707d62751da36aaaefbb44951a"
1939-
integrity sha512-4LOgO8lSeGaRV4w1Y03YWtTqrZdm56ciD7k0GLhv+PcFLpiu0exsS1XSs/9vET5LB5GtIgBTeJNNbxVFvvmv8g==
1936+
"@sentry/integrations@6.3.0":
1937+
version "6.3.0"
1938+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.3.0.tgz#2091889d1d4a319d48e84ebce43405c6a7fee5b7"
1939+
integrity sha512-/bl0wykJr+7zJHmnAulI+/J1kT5AI/019jWSXX7nmfIhp2sRXNUw0jeNVh+xfwrbR6Ik6IleAyzwHNYKzedGVQ==
19401940
dependencies:
1941-
"@sentry/types" "6.2.5"
1942-
"@sentry/utils" "6.2.5"
1941+
"@sentry/types" "6.3.0"
1942+
"@sentry/utils" "6.3.0"
19431943
localforage "^1.8.1"
19441944
tslib "^1.9.3"
19451945

1946-
"@sentry/minimal@6.2.5":
1947-
version "6.2.5"
1948-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.2.5.tgz#3e963e868bfa68e97581403521fd4e09a8965b02"
1949-
integrity sha512-RKP4Qx3p7Cv0oX1cPKAkNVFYM7p2k1t32cNk1+rrVQS4hwlJ7Eg6m6fsqsO+85jd6Ne/FnyYsfo9cDD3ImTlWQ==
1946+
"@sentry/minimal@6.3.0":
1947+
version "6.3.0"
1948+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.3.0.tgz#e64d87c92a4676a11168672a96589f46985f2b22"
1949+
integrity sha512-ZdPUwdPQkaKroy67NkwQRqmnfKyd/C1OyouM9IqYKyBjAInjOijwwc/Rd91PMHalvCOGfp1scNZYbZ+YFs/qQQ==
19501950
dependencies:
1951-
"@sentry/hub" "6.2.5"
1952-
"@sentry/types" "6.2.5"
1951+
"@sentry/hub" "6.3.0"
1952+
"@sentry/types" "6.3.0"
19531953
tslib "^1.9.3"
19541954

1955-
"@sentry/types@6.2.5":
1956-
version "6.2.5"
1957-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.2.5.tgz#34b75285b149e0b9bc5fd54fcc2c445d978c7f2e"
1958-
integrity sha512-1Sux6CLYrV9bETMsGP/HuLFLouwKoX93CWzG8BjMueW+Di0OGxZphYjXrGuDs8xO8bAKEVGCHgVQdcB2jevS0w==
1955+
"@sentry/types@6.3.0":
1956+
version "6.3.0"
1957+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.3.0.tgz#919cc1870f34b7126546c77e3c695052795d3add"
1958+
integrity sha512-xWyCYDmFPjS5ex60kxOOHbHEs4vs00qHbm0iShQfjl4OSg9S2azkcWofDmX8Xbn0FSOUXgdPCjNJW1B0bPVhCA==
19591959

1960-
"@sentry/utils@6.2.5":
1961-
version "6.2.5"
1962-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.2.5.tgz#be90d056b09ed1216097d7a29e3e81ba39238e1b"
1963-
integrity sha512-fJoLUZHrd5MPylV1dT4qL74yNFDl1Ur/dab+pKNSyvnHPnbZ/LRM7aJ8VaRY/A7ZdpRowU+E14e/Yeem2c6gtQ==
1960+
"@sentry/utils@6.3.0":
1961+
version "6.3.0"
1962+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.3.0.tgz#e28645b6d4acd03a478e58bfe112ea02f81e94a0"
1963+
integrity sha512-NZzw4oLelgvCsVBG2e+ZtFtaBvgA7rZYtcGFbZTphhAlYoJ6JMCQUzYk0iwJK79yR1quh510x4UE0jynvvToWg==
19641964
dependencies:
1965-
"@sentry/types" "6.2.5"
1965+
"@sentry/types" "6.3.0"
19661966
tslib "^1.9.3"
19671967

19681968
"@simple-dom/document@^1.4.0":

0 commit comments

Comments
 (0)