Skip to content

Commit

Permalink
chore(deps): update JavaScript Sibling SDKs to v8.42.0 (#730)
Browse files Browse the repository at this point in the history
* chore: update scripts/update-javascript-siblings.sh to 8.42.0

* change utils to core and fix code. update changelog

* test samples

* fix normalize test (#805)

* Update CHANGELOG.md

---------

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: lucas <lucas-zimerman1@hotmail.com>
  • Loading branch information
3 people authored Jan 6, 2025
1 parent 418c1f3 commit b216cb8
Show file tree
Hide file tree
Showing 41 changed files with 497 additions and 692 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@
> [migration guide](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/) first.
<!-- prettier-ignore-end -->
## Unreleased

### Features

- Support Angular V19. ([#730](https://github.com/getsentry/sentry-capacitor/pull/730))
- RequestEventData is now exposed from @sentry/capacitor ([#730](https://github.com/getsentry/sentry-capacitor/pull/730))

### Dependencies

- Bump JavaScript SDKs from v8.37.1 to v8.42.0 ([#730](https://github.com/getsentry/sentry-capacitor/pull/730))

- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8420)
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.37.1...8.42.0)

### Deprecations

- There are new deprecations introduced by the latests JavaScript SDKs, to see them, please check the below links:
- https://github.com/getsentry/sentry-javascript/blob/8.42.0/CHANGELOG.md#deprecations
- https://github.com/getsentry/sentry-javascript/blob/8.42.0/CHANGELOG.md#deprecations-1

## 1.0.2

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion example/ionic-angular-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "6.7.5",
"@sentry/angular": "8.37.1",
"@sentry/angular": "8.42.0",
"@sentry/capacitor": "file:.yalc/@sentry/capacitor",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
Expand Down
145 changes: 66 additions & 79 deletions example/ionic-angular-v3/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2187,75 +2187,63 @@
"@angular-devkit/schematics" "17.0.2"
jsonc-parser "3.2.0"

"@sentry-internal/browser-utils@8.37.1":
version "8.37.1"
resolved "https://registry.yarnpkg.com/@sentry-internal/browser-utils/-/browser-utils-8.37.1.tgz#374028d8e37047aeda14b226707e6601de65996e"
integrity sha512-OSR/V5GCsSCG7iapWtXCT/y22uo3HlawdEgfM1NIKk1mkP15UyGQtGEzZDdih2H+SNuX1mp9jQLTjr5FFp1A5w==
dependencies:
"@sentry/core" "8.37.1"
"@sentry/types" "8.37.1"
"@sentry/utils" "8.37.1"

"@sentry-internal/feedback@8.37.1":
version "8.37.1"
resolved "https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-8.37.1.tgz#e2d5fc934ca3b4925a5f5d0e63549830a1cf147e"
integrity sha512-Se25NXbSapgS2S+JssR5YZ48b3OY4UGmAuBOafgnMW91LXMxRNWRbehZuNUmjjHwuywABMxjgu+Yp5uJDATX+g==
dependencies:
"@sentry/core" "8.37.1"
"@sentry/types" "8.37.1"
"@sentry/utils" "8.37.1"

"@sentry-internal/replay-canvas@8.37.1":
version "8.37.1"
resolved "https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-8.37.1.tgz#e8a5e350e486b16938b3dd99886be23b7b6eff18"
integrity sha512-1JLAaPtn1VL5vblB0BMELFV0D+KUm/iMGsrl4/JpRm0Ws5ESzQl33DhXVv1IX/ZAbx9i14EjR7MG9+Hj70tieQ==
dependencies:
"@sentry-internal/replay" "8.37.1"
"@sentry/core" "8.37.1"
"@sentry/types" "8.37.1"
"@sentry/utils" "8.37.1"

"@sentry-internal/replay@8.37.1":
version "8.37.1"
resolved "https://registry.yarnpkg.com/@sentry-internal/replay/-/replay-8.37.1.tgz#6dc2e3955879f6e7ab830db1ddee54e0a9b401f3"
integrity sha512-E/Plhisk/pXJjOdOU12sg8m/APTXTA21iEniidP6jW3/+O0tD/H/UovEqa4odNTqxPMa798xHQSQNt5loYiaLA==
dependencies:
"@sentry-internal/browser-utils" "8.37.1"
"@sentry/core" "8.37.1"
"@sentry/types" "8.37.1"
"@sentry/utils" "8.37.1"

"@sentry/angular@8.37.1":
version "8.37.1"
resolved "https://registry.yarnpkg.com/@sentry/angular/-/angular-8.37.1.tgz#6c8c686ff7b19982c41988496e961f7774fcaa56"
integrity sha512-N6IdxEUwVlB5qqd7UR0fiEvWoJrNA4rcdKot0W9uN3G9lqmff5EB3EUIvw9xFZJgZ695WNVZ1f+irvqXt+rYJA==
dependencies:
"@sentry/browser" "8.37.1"
"@sentry/core" "8.37.1"
"@sentry/types" "8.37.1"
"@sentry/utils" "8.37.1"
"@sentry-internal/browser-utils@8.42.0":
version "8.42.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/browser-utils/-/browser-utils-8.42.0.tgz#18155ea3d01ddb0234a6e9f59a2c6c329ff09dde"
integrity sha512-xzgRI0wglKYsPrna574w1t38aftuvo44gjOKFvPNGPnYfiW9y4m+64kUz3JFbtanvOrKPcaITpdYiB4DeJXEbA==
dependencies:
"@sentry/core" "8.42.0"

"@sentry-internal/feedback@8.42.0":
version "8.42.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-8.42.0.tgz#20275774ab81b9cf776a2ab2f8b17269b8f5f62f"
integrity sha512-dkIw5Wdukwzngg5gNJ0QcK48LyJaMAnBspqTqZ3ItR01STi6Z+6+/Bt5XgmrvDgRD+FNBinflc5zMmfdFXXhvw==
dependencies:
"@sentry/core" "8.42.0"

"@sentry-internal/replay-canvas@8.42.0":
version "8.42.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-8.42.0.tgz#4b8cf2e6e390a697038123f80208368bf507fb5d"
integrity sha512-XrPErqVhPsPh/oFLVKvz7Wb+Fi2J1zCPLeZCxWqFuPWI2agRyLVu0KvqJyzSpSrRAEJC/XFzuSVILlYlXXSfgA==
dependencies:
"@sentry-internal/replay" "8.42.0"
"@sentry/core" "8.42.0"

"@sentry-internal/replay@8.42.0":
version "8.42.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/replay/-/replay-8.42.0.tgz#9024eb254e60295d303899c904db8ba933e17d05"
integrity sha512-oNcJEBlDfXnRFYC5Mxj5fairyZHNqlnU4g8kPuztB9G5zlsyLgWfPxzcn1ixVQunth2/WZRklDi4o1ZfyHww7w==
dependencies:
"@sentry-internal/browser-utils" "8.42.0"
"@sentry/core" "8.42.0"

"@sentry/angular@8.42.0":
version "8.42.0"
resolved "https://registry.yarnpkg.com/@sentry/angular/-/angular-8.42.0.tgz#56392244e7ae1c5294887a16532ed2b2c871f64a"
integrity sha512-gQ3gHNw7FadlLEtE57l9AZ2bkW1bVAk8FnbOkpc3NXkBJTKtxWODbhqCGDxGOWplJGzVOJ4EmXU2GHm7APOdwA==
dependencies:
"@sentry/browser" "8.42.0"
"@sentry/core" "8.42.0"
tslib "^2.4.1"

"@sentry/browser@8.37.1":
version "8.37.1"
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-8.37.1.tgz#2e6e4accc395ad9e6313e07b09415370c71e5874"
integrity sha512-5ym+iGiIpjIKKpMWi9S3/tXh9xneS+jqxwRTJqed3cb8i4ydfMAAP8sM3U8xMCWWABpWyIUW+fpewC0tkhE1aQ==
"@sentry/browser@8.42.0":
version "8.42.0"
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-8.42.0.tgz#2408a627f263adf2466b5a304957aa6c00d8351f"
integrity sha512-lStrEk609KJHwXfDrOgoYVVoFFExixHywxSExk7ZDtwj2YPv6r6Y1gogvgr7dAZj7jWzadHkxZ33l9EOSJBfug==
dependencies:
"@sentry-internal/browser-utils" "8.37.1"
"@sentry-internal/feedback" "8.37.1"
"@sentry-internal/replay" "8.37.1"
"@sentry-internal/replay-canvas" "8.37.1"
"@sentry/core" "8.37.1"
"@sentry/types" "8.37.1"
"@sentry/utils" "8.37.1"
"@sentry-internal/browser-utils" "8.42.0"
"@sentry-internal/feedback" "8.42.0"
"@sentry-internal/replay" "8.42.0"
"@sentry-internal/replay-canvas" "8.42.0"
"@sentry/core" "8.42.0"

"@sentry/capacitor@file:.yalc/@sentry/capacitor":
version "1.0.1"
version "1.0.2"
dependencies:
"@sentry/browser" "8.37.1"
"@sentry/core" "8.37.1"
"@sentry/types" "8.37.1"
"@sentry/utils" "8.37.1"
"@sentry/browser" "8.42.0"
"@sentry/core" "8.42.0"
"@sentry/types" "8.42.0"
"@sentry/utils" "8.42.0"

"@sentry/cli-darwin@2.25.2":
version "2.25.2"
Expand Down Expand Up @@ -2311,25 +2299,24 @@
"@sentry/cli-win32-i686" "2.25.2"
"@sentry/cli-win32-x64" "2.25.2"

"@sentry/core@8.37.1":
version "8.37.1"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-8.37.1.tgz#4bafb25c762ec8680874056f6160df276c1cc7c6"
integrity sha512-82csXby589iDupM3VgCHJeWZagUyEEaDnbFcoZ/Z91QX2Sjq8FcF5OsforoXjw09i0XTFqlkFAnQVpDBmMXcpQ==
dependencies:
"@sentry/types" "8.37.1"
"@sentry/utils" "8.37.1"
"@sentry/core@8.42.0":
version "8.42.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-8.42.0.tgz#9fc0db6794186dc2d1167cf82e579e387198ba77"
integrity sha512-ac6O3pgoIbU6rpwz6LlwW0wp3/GAHuSI0C5IsTgIY6baN8rOBnlAtG6KrHDDkGmUQ2srxkDJu9n1O6Td3cBCqw==

"@sentry/types@8.37.1":
version "8.37.1"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-8.37.1.tgz#e92a7d346cfa29116568f4ffb58f65caedee0149"
integrity sha512-ryMOTROLSLINKFEbHWvi7GigNrsQhsaScw2NddybJGztJQ5UhxIGESnxGxWCufBmWFDwd7+5u0jDPCVUJybp7w==
"@sentry/types@8.42.0":
version "8.42.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-8.42.0.tgz#f915e6a98415a1cbf99a6fdffc9fc06150e72072"
integrity sha512-oXjVH6gV7DdndDESvk/glHsA6dmFVI1Nk0yWiofI4pCrAr3z8iloSLc0KUemJbv43I5Z97HdzoUdE4eH5Ly3rg==
dependencies:
"@sentry/core" "8.42.0"

"@sentry/utils@8.37.1":
version "8.37.1"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-8.37.1.tgz#6e020cd222d56d79953ea9d4630d91b3e323ceda"
integrity sha512-Qtn2IfpII12K17txG/ZtTci35XYjYi4CxbQ3j7nXY7toGv/+MqPXwV5q2i9g94XaSXlE5Wy9/hoCZoZpZs/djA==
"@sentry/utils@8.42.0":
version "8.42.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-8.42.0.tgz#f5d36238aba895b4916d7cf9853023db3b15a706"
integrity sha512-4ODHcUZty9sHiRQIX50ifUYhxLgWPmy+aeJiNcrsOAL/7TOvzBIIT2orbVzm3d3jU9nRAIz6wxssj+GawM2+XA==
dependencies:
"@sentry/types" "8.37.1"
"@sentry/core" "8.42.0"

"@socket.io/component-emitter@~3.1.0":
version "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion example/ionic-angular-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "6.7.5",
"@sentry/angular": "8.33.0",
"@sentry/angular": "8.42.0",
"@sentry/capacitor": "file:.yalc/@sentry/capacitor",
"broken_module": "file:.yalc/broken_module",
"rxjs": "~6.5.5",
Expand Down
Loading

0 comments on commit b216cb8

Please sign in to comment.