Skip to content

Commit

Permalink
chore: update javascript sdk to 7.119.0 (#4031)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Aug 16, 2024
1 parent ea74161 commit d5f0e5a
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 103 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@

## Unreleased

### Features

- Add `spotlight` option ([#4023](https://github.com/getsentry/sentry-react-native/pull/4023))
- Deprecating `enableSpotlight` and `spotlightSidecarUrl`

### Dependencies

- Bump JavaScript SDK from v7.118.0 to v7.119.0 ([#4031](https://github.com/getsentry/sentry-react-native/pull/4031))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/v7/CHANGELOG.md#71190)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.118.0...7.119.0)
- Bump Cocoa SDK from v8.33.0 to v8.34.0 ([#4026](https://github.com/getsentry/sentry-react-native/pull/4026))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8340)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.33.0...8.34.0)

## 5.29.0

### Features
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,22 @@
},
"dependencies": {
"@sentry/babel-plugin-component-annotate": "2.20.1",
"@sentry/browser": "7.118.0",
"@sentry/browser": "7.119.0",
"@sentry/cli": "2.31.2",
"@sentry/core": "7.118.0",
"@sentry/hub": "7.118.0",
"@sentry/integrations": "7.118.0",
"@sentry/react": "7.118.0",
"@sentry/types": "7.118.0",
"@sentry/utils": "7.118.0"
"@sentry/core": "7.119.0",
"@sentry/hub": "7.119.0",
"@sentry/integrations": "7.119.0",
"@sentry/react": "7.119.0",
"@sentry/types": "7.119.0",
"@sentry/utils": "7.119.0"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@expo/metro-config": "0.17.5",
"@mswjs/interceptors": "^0.25.15",
"@sentry-internal/eslint-config-sdk": "7.118.0",
"@sentry-internal/eslint-plugin-sdk": "7.118.0",
"@sentry-internal/typescript": "7.118.0",
"@sentry-internal/eslint-config-sdk": "7.119.0",
"@sentry-internal/eslint-plugin-sdk": "7.119.0",
"@sentry-internal/typescript": "7.119.0",
"@sentry/wizard": "3.16.3",
"@types/jest": "^29.5.3",
"@types/node": "^20.9.3",
Expand Down
186 changes: 93 additions & 93 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3743,13 +3743,13 @@
component-type "^1.2.1"
join-component "^1.1.0"

"@sentry-internal/eslint-config-sdk@7.118.0":
version "7.118.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/eslint-config-sdk/-/eslint-config-sdk-7.118.0.tgz#70a92d99259959ff28e8775c113cd55754660cfd"
integrity sha512-R92oOdu9H9ufeH2xINZ5BEYWxERP2tNDO9Fd6gFv3FmnPWqHKTrsluM9ee6fUuP4HUgH8A2YFi2MSOdv5upQ7A==
"@sentry-internal/eslint-config-sdk@7.119.0":
version "7.119.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/eslint-config-sdk/-/eslint-config-sdk-7.119.0.tgz#64ec737838cb56067a190156aed498a36e0e3e73"
integrity sha512-xwHWOLE4/7o7/A+EDnhcXGPsoLLNfloEbNuN5z+iGSThuDuxoSrLSZlyrILyQFxca3OrDoyALGB1iND7g7WrIg==
dependencies:
"@sentry-internal/eslint-plugin-sdk" "7.118.0"
"@sentry-internal/typescript" "7.118.0"
"@sentry-internal/eslint-plugin-sdk" "7.119.0"
"@sentry-internal/typescript" "7.119.0"
"@typescript-eslint/eslint-plugin" "^5.48.0"
"@typescript-eslint/parser" "^5.48.0"
eslint-config-prettier "^6.11.0"
Expand All @@ -3759,40 +3759,40 @@
eslint-plugin-jsdoc "^30.0.3"
eslint-plugin-simple-import-sort "^5.0.3"

"@sentry-internal/eslint-plugin-sdk@7.118.0":
version "7.118.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/eslint-plugin-sdk/-/eslint-plugin-sdk-7.118.0.tgz#8d0262bdd651e545cf00cfeceac923001fdc4b0d"
integrity sha512-/2WlrVyz2J+w0gqStXnobR7RhsNxmG+dsFrFIBjkfvHDtjJLTAed8tf/fWwJE1bI4lWqytjKxy61RbFkW1SjOg==
"@sentry-internal/eslint-plugin-sdk@7.119.0":
version "7.119.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/eslint-plugin-sdk/-/eslint-plugin-sdk-7.119.0.tgz#2c04204c53a3b11acb98ff2e9b60557a48ff4fbe"
integrity sha512-eD5d3avQ33FkZmXYjiLevTpHVwd2uU84UNPtv7lEKFRee8+RowCBFVHcc2ZC0yWcRGe/fDuMQKxmUWhIAinpeQ==
dependencies:
requireindex "~1.1.0"

"@sentry-internal/feedback@7.118.0":
version "7.118.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-7.118.0.tgz#5b4b13ba514452d07a22ec8c66c2e4bc2091d8e6"
integrity sha512-IYOGRcqIqKJJpMwBBv+0JTu0FPpXnakJYvOx/XEa/SNyF5+l7b9gGEjUVWh1ok50kTLW/XPnpnXNAGQcoKHg+w==
"@sentry-internal/feedback@7.119.0":
version "7.119.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-7.119.0.tgz#429b3ea0fd34e928d2e7de5dcbe9377272a3f221"
integrity sha512-om8TkAU5CQGO8nkmr7qsSBVkP+/vfeS4JgtW3sjoTK0fhj26+DljR6RlfCGWtYQdPSP6XV7atcPTjbSnsmG9FQ==
dependencies:
"@sentry/core" "7.118.0"
"@sentry/types" "7.118.0"
"@sentry/utils" "7.118.0"
"@sentry/core" "7.119.0"
"@sentry/types" "7.119.0"
"@sentry/utils" "7.119.0"

"@sentry-internal/replay-canvas@7.118.0":
version "7.118.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-7.118.0.tgz#d9741962439a85525e660973042c801c569ea9e4"
integrity sha512-XxHlCClvrxmVKpiZetFYyiBaPQNiojoBGFFVgbbWBIAPc+fWeLJ2BMoQEBjn/0NA/8u8T6lErK5YQo/eIx9+XQ==
"@sentry-internal/replay-canvas@7.119.0":
version "7.119.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-7.119.0.tgz#85669d184ba79150e64d05de02f5e2b616e68371"
integrity sha512-NL02VQx6ekPxtVRcsdp1bp5Tb5w6vnfBKSIfMKuDRBy5A10Uc3GSoy/c3mPyHjOxB84452A+xZSx6bliEzAnuA==
dependencies:
"@sentry/core" "7.118.0"
"@sentry/replay" "7.118.0"
"@sentry/types" "7.118.0"
"@sentry/utils" "7.118.0"
"@sentry/core" "7.119.0"
"@sentry/replay" "7.119.0"
"@sentry/types" "7.119.0"
"@sentry/utils" "7.119.0"

"@sentry-internal/tracing@7.118.0":
version "7.118.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.118.0.tgz#1a96ea745db818e20c2f8273d317f284a416a90a"
integrity sha512-dERAshKlQLrBscHSarhHyUeGsu652bDTUN1FK0m4e3X48M3I5/s+0N880Qjpe5MprNLcINlaIgdQ9jkisvxjfw==
"@sentry-internal/tracing@7.119.0":
version "7.119.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.119.0.tgz#201561af2a4ad1837333287c26050a5e688537ca"
integrity sha512-oKdFJnn+56f0DHUADlL8o9l8jTib3VDLbWQBVkjD9EprxfaCwt2m8L5ACRBdQ8hmpxCEo4I8/6traZ7qAdBUqA==
dependencies:
"@sentry/core" "7.118.0"
"@sentry/types" "7.118.0"
"@sentry/utils" "7.118.0"
"@sentry/core" "7.119.0"
"@sentry/types" "7.119.0"
"@sentry/utils" "7.119.0"

"@sentry-internal/tracing@7.76.0":
version "7.76.0"
Expand All @@ -3803,29 +3803,29 @@
"@sentry/types" "7.76.0"
"@sentry/utils" "7.76.0"

"@sentry-internal/typescript@7.118.0":
version "7.118.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/typescript/-/typescript-7.118.0.tgz#fe35f195bc47b0917a68830042e2654037d8e530"
integrity sha512-SG2HlB+ubtJFJAbZePrjV/zDQH55LL/LtKEgddGK+NIKSy4v8tkFS2Ej5QUMNhBt+AF/KKBzgRpZyv3apI/m3w==
"@sentry-internal/typescript@7.119.0":
version "7.119.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/typescript/-/typescript-7.119.0.tgz#eb8583697a2869d8b517265e04435ef54ea5b709"
integrity sha512-HXV+VAbk8vz4UA8OxF0Fj0t7juax96pvNE4dje1VwdipspuJ4U6ET7Tw9PRD12molB9Ktt/qgxeC1frw4reYqQ==

"@sentry/babel-plugin-component-annotate@2.20.1":
version "2.20.1"
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.20.1.tgz#204c63ed006a048f48f633876e1b8bacf87a9722"
integrity sha512-4mhEwYTK00bIb5Y9UWIELVUfru587Vaeg0DQGswv4aIRHIiMKLyNqCEejaaybQ/fNChIZOKmvyqXk430YVd7Qg==

"@sentry/browser@7.118.0":
version "7.118.0"
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.118.0.tgz#2395b47d693f7e49057552997d5125fc1a3d3448"
integrity sha512-8onDOFV1VLEoBuqA5yaJeR3FF1JNuxr5C7p1oN3OwY724iTVqQnOLmZKZaSnHV3RkY67wKDGQkQIie14sc+42g==
"@sentry/browser@7.119.0":
version "7.119.0"
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.119.0.tgz#65004015c107be5d2f49a852ebcffc5d19d90e0d"
integrity sha512-WwmW1Y4D764kVGeKmdsNvQESZiAn9t8LmCWO0ucBksrjL2zw9gBPtOpRcO6l064sCLeSxxzCN+kIxhRm1gDFEA==
dependencies:
"@sentry-internal/feedback" "7.118.0"
"@sentry-internal/replay-canvas" "7.118.0"
"@sentry-internal/tracing" "7.118.0"
"@sentry/core" "7.118.0"
"@sentry/integrations" "7.118.0"
"@sentry/replay" "7.118.0"
"@sentry/types" "7.118.0"
"@sentry/utils" "7.118.0"
"@sentry-internal/feedback" "7.119.0"
"@sentry-internal/replay-canvas" "7.119.0"
"@sentry-internal/tracing" "7.119.0"
"@sentry/core" "7.119.0"
"@sentry/integrations" "7.119.0"
"@sentry/replay" "7.119.0"
"@sentry/types" "7.119.0"
"@sentry/utils" "7.119.0"

"@sentry/cli-darwin@2.31.2":
version "2.31.2"
Expand Down Expand Up @@ -3894,13 +3894,13 @@
proxy-from-env "^1.1.0"
which "^2.0.2"

"@sentry/core@7.118.0":
version "7.118.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.118.0.tgz#1549b49621bc05a8df16c3546793a299b0638559"
integrity sha512-ol0xBdp3/K11IMAYSQE0FMxBOOH9hMsb/rjxXWe0hfM5c72CqYWL3ol7voPci0GELJ5CZG+9ImEU1V9r6gK64g==
"@sentry/core@7.119.0":
version "7.119.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.119.0.tgz#a6e41119bb03ec27689f9ad04e79d1fba5b7fc37"
integrity sha512-CS2kUv9rAJJEjiRat6wle3JATHypB0SyD7pt4cpX5y0dN5dZ1JrF57oLHRMnga9fxRivydHz7tMTuBhSSwhzjw==
dependencies:
"@sentry/types" "7.118.0"
"@sentry/utils" "7.118.0"
"@sentry/types" "7.119.0"
"@sentry/utils" "7.119.0"

"@sentry/core@7.76.0":
version "7.76.0"
Expand All @@ -3910,23 +3910,23 @@
"@sentry/types" "7.76.0"
"@sentry/utils" "7.76.0"

"@sentry/hub@7.118.0":
version "7.118.0"
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-7.118.0.tgz#9737530cb5cb962f1f6e6158622cab2fd5ed1bd5"
integrity sha512-Qfd/ZgO6pRd56+IWK942iC4RnL9xP2AYm0S1Ocb8VhZwx88GQCtRGSmmobVnICLquzWnydtZX1EcgHFNTGXNnw==
"@sentry/hub@7.119.0":
version "7.119.0"
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-7.119.0.tgz#a94d657b9d3cfd4cc061c5c238f86faefb55d5d8"
integrity sha512-183h5B/rZosLxpB+ZYOvFdHk0rwZbKskxqKFtcyPbDAfpCUgCass41UTqyxF6aH1qLgCRxX8GcLRF7frIa/SOg==
dependencies:
"@sentry/core" "7.118.0"
"@sentry/types" "7.118.0"
"@sentry/utils" "7.118.0"
"@sentry/core" "7.119.0"
"@sentry/types" "7.119.0"
"@sentry/utils" "7.119.0"

"@sentry/integrations@7.118.0":
version "7.118.0"
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.118.0.tgz#f090db621979785c6dc44406da1f72653fa0617c"
integrity sha512-C2rR4NvIMjokF8jP5qzSf1o2zxDx7IeYnr8u15Kb2+HdZtX559owALR0hfgwnfeElqMhGlJBaKUWZ48lXJMzCQ==
"@sentry/integrations@7.119.0":
version "7.119.0"
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.119.0.tgz#5b25c603026dbacfe1ae7bb8d768506a129149fb"
integrity sha512-OHShvtsRW0A+ZL/ZbMnMqDEtJddPasndjq+1aQXw40mN+zeP7At/V1yPZyFaURy86iX7Ucxw5BtmzuNy7hLyTA==
dependencies:
"@sentry/core" "7.118.0"
"@sentry/types" "7.118.0"
"@sentry/utils" "7.118.0"
"@sentry/core" "7.119.0"
"@sentry/types" "7.119.0"
"@sentry/utils" "7.119.0"
localforage "^1.8.1"

"@sentry/node@^7.69.0":
Expand All @@ -3940,43 +3940,43 @@
"@sentry/utils" "7.76.0"
https-proxy-agent "^5.0.0"

"@sentry/react@7.118.0":
version "7.118.0"
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.118.0.tgz#88ae04e1abec1fd9a242ad6d852a1fe5e6851ad4"
integrity sha512-oEYe5TGk8S7YzPsFqDf4xDHjfzs35/QFE+dou3S2d24OYpso8Tq4C5f1VzYmnOOyy85T7JNicYLSo0n0NSJvQg==
"@sentry/react@7.119.0":
version "7.119.0"
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.119.0.tgz#79f2c9d94322a3afbfa8af9f5b872f7c2e9b0820"
integrity sha512-cf8Cei+qdSA26gx+IMAuc/k44PeBImNzIpXi3930SLhUe44ypT5OZ/44L6xTODHZzTIyMSJPduf59vT2+eW9yg==
dependencies:
"@sentry/browser" "7.118.0"
"@sentry/core" "7.118.0"
"@sentry/types" "7.118.0"
"@sentry/utils" "7.118.0"
"@sentry/browser" "7.119.0"
"@sentry/core" "7.119.0"
"@sentry/types" "7.119.0"
"@sentry/utils" "7.119.0"
hoist-non-react-statics "^3.3.2"

"@sentry/replay@7.118.0":
version "7.118.0"
resolved "https://registry.yarnpkg.com/@sentry/replay/-/replay-7.118.0.tgz#ae55b7e14b85f22256dcc5a96bf3e63b252c1acf"
integrity sha512-boQfCL+1L/tSZ9Huwi00+VtU+Ih1Lcg8HtxBuAsBCJR9pQgUL5jp7ECYdTeeHyCh/RJO7JqV1CEoGTgohe10mA==
"@sentry/replay@7.119.0":
version "7.119.0"
resolved "https://registry.yarnpkg.com/@sentry/replay/-/replay-7.119.0.tgz#50881079d013c77f87a994331d8bcad1d49e0960"
integrity sha512-BnNsYL+X5I4WCH6wOpY6HQtp4MgVt0NVlhLUsEyrvMUiTs0bPkDBrulsgZQBUKJsbOr3l9nHrFoNVB/0i6WNLA==
dependencies:
"@sentry-internal/tracing" "7.118.0"
"@sentry/core" "7.118.0"
"@sentry/types" "7.118.0"
"@sentry/utils" "7.118.0"
"@sentry-internal/tracing" "7.119.0"
"@sentry/core" "7.119.0"
"@sentry/types" "7.119.0"
"@sentry/utils" "7.119.0"

"@sentry/types@7.118.0":
version "7.118.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.118.0.tgz#ca3ab06912f60bc2a7ccf2d2e5ccf43985851aef"
integrity sha512-2drqrD2+6kgeg+W/ycmiti3G4lJrV3hGjY9PpJ3bJeXrh6T2+LxKPzlgSEnKFaeQWkXdZ4eaUbtTXVebMjb5JA==
"@sentry/types@7.119.0":
version "7.119.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.119.0.tgz#8b3d7a1405c362e75cd900d46089df4e70919d2a"
integrity sha512-27qQbutDBPKGbuJHROxhIWc1i0HJaGLA90tjMu11wt0E4UNxXRX+UQl4Twu68v4EV3CPvQcEpQfgsViYcXmq+w==

"@sentry/types@7.76.0":
version "7.76.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.76.0.tgz#628c9899bfa82ea762708314c50fd82f2138587d"
integrity sha512-vj6z+EAbVrKAXmJPxSv/clpwS9QjPqzkraMFk2hIdE/kii8s8kwnkBwTSpIrNc8GnzV3qYC4r3qD+BXDxAGPaw==

"@sentry/utils@7.118.0":
version "7.118.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.118.0.tgz#bfc60826fe3d5d2ae7338ec6ac1f06c20beb179e"
integrity sha512-43qItc/ydxZV1Zb3Kn2M54RwL9XXFa3IAYBO8S82Qvq5YUYmU2AmJ1jgg7DabXlVSWgMA1HntwqnOV3JLaEnTQ==
"@sentry/utils@7.119.0":
version "7.119.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.119.0.tgz#debe29020f6ef3786a5bd855cf1b97116b7be826"
integrity sha512-ZwyXexWn2ZIe2bBoYnXJVPc2esCSbKpdc6+0WJa8eutXfHq3FRKg4ohkfCBpfxljQGEfP1+kfin945lA21Ka+A==
dependencies:
"@sentry/types" "7.118.0"
"@sentry/types" "7.119.0"

"@sentry/utils@7.76.0":
version "7.76.0"
Expand Down

0 comments on commit d5f0e5a

Please sign in to comment.