@sentry/react-native 4.2.2 → 4.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.2.3
4
+
5
+ ### Fixes
6
+
7
+ - Bump Cocoa SDK to v7.23.0 ([#2401](https://github.com/getsentry/sentry-react-native/pull/2401))
8
+ - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7230)
9
+ - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.22.0...7.23.0)
10
+ - Bump Android SDK to v6.3.1 ([#2410](https://github.com/getsentry/sentry-react-native/pull/2410))
11
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#631)
12
+ - [diff](https://github.com/getsentry/sentry-java/compare/6.3.0...6.3.1)
13
+ - Bump JavaScript SDK to v7.9.0 ([#2412](https://github.com/getsentry/sentry-react-native/pull/2412))
14
+ - [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#790)
15
+ - [diff](https://github.com/getsentry/sentry-javascript/compare/7.7.0...7.9.0)
16
+
3
17
  ## 4.2.2
4
18
 
5
19
  ### Fixes
package/RNSentry.podspec CHANGED
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
  s.preserve_paths = '*.js'
18
18
 
19
19
  s.dependency 'React-Core'
20
- s.dependency 'Sentry', '7.22.0'
20
+ s.dependency 'Sentry', '7.23.0'
21
21
 
22
22
  s.source_files = 'ios/RNSentry.{h,m}'
23
23
  s.public_header_files = 'ios/RNSentry.h'
@@ -24,5 +24,5 @@ android {
24
24
 
25
25
  dependencies {
26
26
  implementation 'com.facebook.react:react-native:+'
27
- api 'io.sentry:sentry-android:6.3.0'
27
+ api 'io.sentry:sentry-android:6.3.1'
28
28
  }
@@ -1,3 +1,3 @@
1
1
  export declare const SDK_NAME = "sentry.javascript.react-native";
2
- export declare const SDK_VERSION = "4.2.2";
2
+ export declare const SDK_VERSION = "4.2.3";
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  export const SDK_NAME = 'sentry.javascript.react-native';
2
- export const SDK_VERSION = '4.2.2';
2
+ export const SDK_VERSION = '4.2.3';
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/js/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG,gCAAgC,CAAC;AACzD,MAAM,CAAC,MAAM,WAAW,GAAG,OAAO,CAAC","sourcesContent":["export const SDK_NAME = 'sentry.javascript.react-native';\nexport const SDK_VERSION = '4.2.2';\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/js/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG,gCAAgC,CAAC;AACzD,MAAM,CAAC,MAAM,WAAW,GAAG,OAAO,CAAC","sourcesContent":["export const SDK_NAME = 'sentry.javascript.react-native';\nexport const SDK_VERSION = '4.2.3';\n"]}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sentry/react-native",
3
3
  "homepage": "https://github.com/getsentry/sentry-react-native",
4
4
  "repository": "https://github.com/getsentry/sentry-react-native",
5
- "version": "4.2.2",
5
+ "version": "4.2.3",
6
6
  "description": "Official Sentry SDK for react-native",
7
7
  "typings": "dist/js/index.d.ts",
8
8
  "types": "dist/js/index.d.ts",
@@ -40,20 +40,20 @@
40
40
  "react-native": ">=0.56.0"
41
41
  },
42
42
  "dependencies": {
43
- "@sentry/browser": "7.7.0",
43
+ "@sentry/browser": "7.9.0",
44
44
  "@sentry/cli": "1.74.4",
45
- "@sentry/core": "7.7.0",
46
- "@sentry/hub": "7.7.0",
47
- "@sentry/integrations": "7.7.0",
48
- "@sentry/react": "7.7.0",
49
- "@sentry/tracing": "7.7.0",
50
- "@sentry/types": "7.7.0",
51
- "@sentry/utils": "7.7.0",
45
+ "@sentry/core": "7.9.0",
46
+ "@sentry/hub": "7.9.0",
47
+ "@sentry/integrations": "7.9.0",
48
+ "@sentry/react": "7.9.0",
49
+ "@sentry/tracing": "7.9.0",
50
+ "@sentry/types": "7.9.0",
51
+ "@sentry/utils": "7.9.0",
52
52
  "@sentry/wizard": "1.2.17"
53
53
  },
54
54
  "devDependencies": {
55
- "@sentry-internal/eslint-config-sdk": "7.7.0",
56
- "@sentry-internal/eslint-plugin-sdk": "7.7.0",
55
+ "@sentry-internal/eslint-config-sdk": "7.9.0",
56
+ "@sentry-internal/eslint-plugin-sdk": "7.9.0",
57
57
  "@sentry/typescript": "^5.20.1",
58
58
  "@types/jest": "^26.0.15",
59
59
  "@types/react": "^16.9.49",