Skip to content

Commit 56d6185

Browse files
Merge branch 'main' into 5.0.0
2 parents bb2e7f3 + def0568 commit 56d6185

File tree

5 files changed

+87
-77
lines changed

5 files changed

+87
-77
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Cocoa SDK from v7.31.2 to v7.31.3 ([#2647](https://github.com/getsentry/sentry-react-native/pull/2647))
8+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/8.0.0/CHANGELOG.md#7313)
9+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.2...7.31.3)
10+
- Bump JavaScript SDK from v7.21.1 to v7.24.2 ([#2672](https://github.com/getsentry/sentry-react-native/pull/2672), [#2648](https://github.com/getsentry/sentry-react-native/pull/2648))
11+
- [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#7242)
12+
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.21.1...7.24.2)
13+
314
## 5.0.0-alpha.10
415

516
- Latest changes from 4.11.0

RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.preserve_paths = '*.js'
2020

2121
s.dependency 'React-Core'
22-
s.dependency 'Sentry/HybridSDK', '7.31.2'
22+
s.dependency 'Sentry/HybridSDK', '7.31.3'
2323

2424
s.source_files = 'ios/RNSentry.{h,mm}'
2525
s.public_header_files = 'ios/RNSentry.h'

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
"react-native": ">=0.70.0"
4343
},
4444
"dependencies": {
45-
"@sentry/browser": "7.21.1",
45+
"@sentry/browser": "7.24.2",
4646
"@sentry/cli": "2.10.0",
47-
"@sentry/core": "7.21.1",
48-
"@sentry/hub": "7.21.1",
49-
"@sentry/integrations": "7.21.1",
50-
"@sentry/react": "7.21.1",
51-
"@sentry/tracing": "7.21.1",
52-
"@sentry/types": "7.21.1",
53-
"@sentry/utils": "7.21.1"
47+
"@sentry/core": "7.24.2",
48+
"@sentry/hub": "7.24.2",
49+
"@sentry/integrations": "7.24.2",
50+
"@sentry/react": "7.24.2",
51+
"@sentry/tracing": "7.24.2",
52+
"@sentry/types": "7.24.2",
53+
"@sentry/utils": "7.24.2"
5454
},
5555
"devDependencies": {
56-
"@sentry-internal/eslint-config-sdk": "7.21.1",
57-
"@sentry-internal/eslint-plugin-sdk": "7.21.1",
56+
"@sentry-internal/eslint-config-sdk": "7.24.2",
57+
"@sentry-internal/eslint-plugin-sdk": "7.24.2",
5858
"@sentry/typescript": "^5.20.1",
5959
"@sentry/wizard": "2.2.0",
6060
"@types/jest": "^26.0.15",

src/js/options.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { BaseBrowserOptions } from '@sentry/browser/types/client';
21
import { BrowserTransportOptions } from '@sentry/browser/types/transports/types';
32
import { ProfilerProps } from '@sentry/react/types/profiler';
43
import { ClientOptions, Options } from '@sentry/types';
@@ -147,10 +146,10 @@ export interface ReactNativeTransportOptions extends BrowserTransportOptions {
147146
* @see ReactNativeFrontend for more information.
148147
*/
149148

150-
export interface ReactNativeOptions extends Options<ReactNativeTransportOptions>, BaseBrowserOptions, BaseReactNativeOptions {
149+
export interface ReactNativeOptions extends Options<ReactNativeTransportOptions>, BaseReactNativeOptions {
151150
}
152151

153-
export interface ReactNativeClientOptions extends ClientOptions<ReactNativeTransportOptions>, BaseBrowserOptions, BaseReactNativeOptions {
152+
export interface ReactNativeClientOptions extends ClientOptions<ReactNativeTransportOptions>, BaseReactNativeOptions {
154153
}
155154

156155

yarn.lock

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,13 +1560,13 @@
15601560
resolved "https://registry.yarnpkg.com/@react-native/polyfills/-/polyfills-2.0.0.tgz#4c40b74655c83982c8cf47530ee7dc13d957b6aa"
15611561
integrity sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ==
15621562

1563-
"@sentry-internal/eslint-config-sdk@7.21.1":
1564-
version "7.21.1"
1565-
resolved "https://registry.yarnpkg.com/@sentry-internal/eslint-config-sdk/-/eslint-config-sdk-7.21.1.tgz#7e2857239a008148a8e813486e9149d2cca6a641"
1566-
integrity sha512-CfzjAVGw2ypgm0cU7UJVnhCBcBK8e7YE/W7Afx1S3t9O+X/neeBqVaA6reiGQ42FbXitOR/VhwkMPgcSk/qz7g==
1563+
"@sentry-internal/eslint-config-sdk@7.24.2":
1564+
version "7.24.2"
1565+
resolved "https://registry.yarnpkg.com/@sentry-internal/eslint-config-sdk/-/eslint-config-sdk-7.24.2.tgz#d1ab222cbbbbd822ff6e62f83b5082257bd1c7eb"
1566+
integrity sha512-mpZXAkjGZvpH4eF3QMz85iWh9wlK34zE1PSlAe/MHW5vKJpNhbywQHF7A2qTZvKMcYM47kgMPOh7qBN8aBtqdg==
15671567
dependencies:
1568-
"@sentry-internal/eslint-plugin-sdk" "7.21.1"
1569-
"@sentry-internal/typescript" "7.21.1"
1568+
"@sentry-internal/eslint-plugin-sdk" "7.24.2"
1569+
"@sentry-internal/typescript" "7.24.2"
15701570
"@typescript-eslint/eslint-plugin" "^3.9.0"
15711571
"@typescript-eslint/parser" "^3.9.0"
15721572
eslint-config-prettier "^6.11.0"
@@ -1575,26 +1575,26 @@
15751575
eslint-plugin-jsdoc "^30.0.3"
15761576
eslint-plugin-simple-import-sort "^5.0.3"
15771577

1578-
"@sentry-internal/eslint-plugin-sdk@7.21.1":
1579-
version "7.21.1"
1580-
resolved "https://registry.yarnpkg.com/@sentry-internal/eslint-plugin-sdk/-/eslint-plugin-sdk-7.21.1.tgz#d873f08d7d3d81cd9545b5aa0204b6b930ee9d43"
1581-
integrity sha512-2oV9AVbeI18ZihzyPGKtoGOTrzVsWSOYJLV6eABFsVyFF6G4pMYeIxvwMgp1ptq4hj7lzcfYrO8q+ORlfn+Y3w==
1578+
"@sentry-internal/eslint-plugin-sdk@7.24.2":
1579+
version "7.24.2"
1580+
resolved "https://registry.yarnpkg.com/@sentry-internal/eslint-plugin-sdk/-/eslint-plugin-sdk-7.24.2.tgz#4a83d81dc58b4edad8fedf3253b2f44697b39bfe"
1581+
integrity sha512-JKGYOivzMtB/23o4AzZ4PJGmHfP4PpWNbZzadMCLejWPF1JuJCaY+N8wzJta6HaeMYeg7xx6tENn+UkHfFWSdw==
15821582
dependencies:
15831583
requireindex "~1.1.0"
15841584

1585-
"@sentry-internal/typescript@7.21.1":
1586-
version "7.21.1"
1587-
resolved "https://registry.yarnpkg.com/@sentry-internal/typescript/-/typescript-7.21.1.tgz#0845c259cd95a39127d08b8d13cfa34f21ffd846"
1588-
integrity sha512-t+Sy7eOZ9vLXSWGaFT52s+6JHiIvwKlnmlUL/5x8O5sTIX+kk1qlYlnAUDqq233AO7kaLbDMbyPAar27NUWzCA==
1585+
"@sentry-internal/typescript@7.24.2":
1586+
version "7.24.2"
1587+
resolved "https://registry.yarnpkg.com/@sentry-internal/typescript/-/typescript-7.24.2.tgz#3f0bd44f0a603ff66f205d5f8be08df163941dbb"
1588+
integrity sha512-Fni+KtxTpvEH7P+zQmmJ5IC7C0hpRjA7Q6md3T9C+3nPwAA5Au6AhJ+zYoLFUFt7f/ErczgtPhf8VOmqVr8b4Q==
15891589

1590-
"@sentry/browser@7.21.1":
1591-
version "7.21.1"
1592-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.21.1.tgz#bffa3ea19050c06400107d2297b9802f9719f98b"
1593-
integrity sha512-cS2Jz2+fs9+4pJqLJPtYqGyY97ywJDWAWIR1Yla3hs1QQuH6m0Nz3ojZD1gE2eKH9mHwkGbnNAh+hHcrYrfGzw==
1590+
"@sentry/browser@7.24.2":
1591+
version "7.24.2"
1592+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.24.2.tgz#1e514448cd07ff7da78d02797149ecc1922ffcc2"
1593+
integrity sha512-X6NbQT0Dp+h54j73TPLgWf3yyLyTZGJI5WQSGEsNIroqhVzD3UF8M+E+3roYpSJDDyYdfuM+WBme+MYkmeqHIw==
15941594
dependencies:
1595-
"@sentry/core" "7.21.1"
1596-
"@sentry/types" "7.21.1"
1597-
"@sentry/utils" "7.21.1"
1595+
"@sentry/core" "7.24.2"
1596+
"@sentry/types" "7.24.2"
1597+
"@sentry/utils" "7.24.2"
15981598
tslib "^1.9.3"
15991599

16001600
"@sentry/cli@2.10.0":
@@ -1621,60 +1621,60 @@
16211621
proxy-from-env "^1.1.0"
16221622
which "^2.0.2"
16231623

1624-
"@sentry/core@7.21.1":
1625-
version "7.21.1"
1626-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.21.1.tgz#d0423282d90875625802dfe380f9657e9242b72b"
1627-
integrity sha512-Og5wEEsy24fNvT/T7IKjcV4EvVK5ryY2kxbJzKY6GU2eX+i+aBl+n/vp7U0Es351C/AlTkS+0NOUsp2TQQFxZA==
1624+
"@sentry/core@7.24.2":
1625+
version "7.24.2"
1626+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.24.2.tgz#d3b69cc9c5703a4b35be1d648379804b099894e6"
1627+
integrity sha512-CDfrVvr3PQ0qImJv7/6yN/5hxhwxy1HicxTL9K5RwSDoXqgK3kUGv/WmTvPNIVB2RQKodLwzS2T52NFRxRoqNw==
16281628
dependencies:
1629-
"@sentry/types" "7.21.1"
1630-
"@sentry/utils" "7.21.1"
1629+
"@sentry/types" "7.24.2"
1630+
"@sentry/utils" "7.24.2"
16311631
tslib "^1.9.3"
16321632

1633-
"@sentry/hub@7.21.1":
1634-
version "7.21.1"
1635-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-7.21.1.tgz#5c046fd2ca7eaf14cd0bf70617cc8b057f9b88ce"
1636-
integrity sha512-WXQJ5z5iUZO6sOq3f7A3eIwvb/GoVJ3q5DQDTNF7HB/qcm11u5QPlAHTFBCsKJdT39NaE78JcMluiHZUWT+C5A==
1633+
"@sentry/hub@7.24.2":
1634+
version "7.24.2"
1635+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-7.24.2.tgz#5d09d6ecde9ecb7dab2da8ded481b3556cc016c6"
1636+
integrity sha512-i9uSIPex6TiyUR3csC/bpn/iys9ZullbamFD7a+sdqb0zwhen5mwz0yPcuLucdbqiM99WlxiN6SKqVbvm1nYmw==
16371637
dependencies:
1638-
"@sentry/core" "7.21.1"
1639-
"@sentry/types" "7.21.1"
1640-
"@sentry/utils" "7.21.1"
1638+
"@sentry/core" "7.24.2"
1639+
"@sentry/types" "7.24.2"
1640+
"@sentry/utils" "7.24.2"
16411641
tslib "^1.9.3"
16421642

1643-
"@sentry/integrations@7.21.1":
1644-
version "7.21.1"
1645-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.21.1.tgz#8a5d5595521c4891cc2582f98d253a074ba54abc"
1646-
integrity sha512-DbQZSdsqaD9RTy5WvLzonoJa2CIgeapnGfFOadnQGOD8A8GT9Bre/BgcQ5ksHqGnVfzYwpU26k/ue9gjXnI/Pg==
1643+
"@sentry/integrations@7.24.2":
1644+
version "7.24.2"
1645+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.24.2.tgz#f435c0323eb9e18ee80364741c8ef973e6ba859b"
1646+
integrity sha512-olxbRWzwAmA1K8tQkKxeLt4vOmRla3QMlzlQNPsVT2wkx96cjn3L/3D/Fpwlmru+wGpYsX1iNh0eH1OOqTTt4Q==
16471647
dependencies:
1648-
"@sentry/types" "7.21.1"
1649-
"@sentry/utils" "7.21.1"
1648+
"@sentry/types" "7.24.2"
1649+
"@sentry/utils" "7.24.2"
16501650
localforage "^1.8.1"
16511651
tslib "^1.9.3"
16521652

1653-
"@sentry/react@7.21.1":
1654-
version "7.21.1"
1655-
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.21.1.tgz#275e6fd46212f608f382c7dde46d21e748f93491"
1656-
integrity sha512-w91PIUyX07mErKgrBQA+7ID8zFKrYDUYSOrFSHufg5DdPq4EpHiNDe/Yngg3e9ELhtr1AbCnEvx9wlvqLi3nZQ==
1653+
"@sentry/react@7.24.2":
1654+
version "7.24.2"
1655+
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.24.2.tgz#cc471cd75727c518f8942d8cf9a7777752fcf4b5"
1656+
integrity sha512-NK4/SDIWyQVYdi/EPfHfp7d0+flGNHbBuqV/GG/+CLSekUCuACsczSEWgMSyEad4ptbF9850yt5WN15oL5vAXg==
16571657
dependencies:
1658-
"@sentry/browser" "7.21.1"
1659-
"@sentry/types" "7.21.1"
1660-
"@sentry/utils" "7.21.1"
1658+
"@sentry/browser" "7.24.2"
1659+
"@sentry/types" "7.24.2"
1660+
"@sentry/utils" "7.24.2"
16611661
hoist-non-react-statics "^3.3.2"
16621662
tslib "^1.9.3"
16631663

1664-
"@sentry/tracing@7.21.1":
1665-
version "7.21.1"
1666-
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.21.1.tgz#db02643e84960f1ea14b35fe75a93fc0bbca1fcb"
1667-
integrity sha512-b1BTPsRaNQpohzegoz59KGuBl+To651vEq0vMS4tCzSyIdxkYso3JCrjDdEqW/2MliQYANNVrUai2bmwmU9h1g==
1664+
"@sentry/tracing@7.24.2":
1665+
version "7.24.2"
1666+
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.24.2.tgz#d9f0cf7d3055283a50fd38b14e0891b729c5d107"
1667+
integrity sha512-rK1HUeCLM27DGGah1+5DN0C9Y4g9dnyMU5rdrRxGQGqxIJiwzHYwJI9xoNoAVMmt8jqFliDEpYvh2jsW8593IA==
16681668
dependencies:
1669-
"@sentry/core" "7.21.1"
1670-
"@sentry/types" "7.21.1"
1671-
"@sentry/utils" "7.21.1"
1669+
"@sentry/core" "7.24.2"
1670+
"@sentry/types" "7.24.2"
1671+
"@sentry/utils" "7.24.2"
16721672
tslib "^1.9.3"
16731673

1674-
"@sentry/types@7.21.1":
1675-
version "7.21.1"
1676-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.21.1.tgz#408a7b95a66ddc30c4359979594e03bee8f9fbdc"
1677-
integrity sha512-3/IKnd52Ol21amQvI+kz+WB76s8/LR5YvFJzMgIoI2S8d82smIr253zGijRXxHPEif8kMLX4Yt+36VzrLxg6+A==
1674+
"@sentry/types@7.24.2":
1675+
version "7.24.2"
1676+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.24.2.tgz#2ef728db8eea14de8ba916896837d0cbeb3d28da"
1677+
integrity sha512-x2LEnKBPzUVzTGspvB0CjZmt1dWeJsLVHGeDKPUMUm004nIscFCxJsmYefqaJQdaIUMqDit5ApwcmKchuK6VKQ==
16781678

16791679
"@sentry/typescript@^5.20.1":
16801680
version "5.20.1"
@@ -1684,12 +1684,12 @@
16841684
tslint-config-prettier "^1.18.0"
16851685
tslint-consistent-codestyle "^1.15.1"
16861686

1687-
"@sentry/utils@7.21.1":
1688-
version "7.21.1"
1689-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.21.1.tgz#96582345178015fd32fe9159c25c44ccf2f99d2a"
1690-
integrity sha512-F0W0AAi8tgtTx6ApZRI2S9HbXEA9ENX1phTZgdNNWcMFm1BNbc21XEwLqwXBNjub5nlA6CE8xnjXRgdZKx4kzQ==
1687+
"@sentry/utils@7.24.2":
1688+
version "7.24.2"
1689+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.24.2.tgz#7120a8d36bd1d05043c902a0f22fbc2012fe2116"
1690+
integrity sha512-VuuYEF39v43Qk6YZMid8Em/N0HqCsS5ItuTSvunMtBai2dzDAIkJ2LqemF95wWFAXrzpLy4Nx3QyGVHayMn31A==
16911691
dependencies:
1692-
"@sentry/types" "7.21.1"
1692+
"@sentry/types" "7.24.2"
16931693
tslib "^1.9.3"
16941694

16951695
"@sentry/wizard@2.2.0":

0 commit comments

Comments
 (0)