@react-native-firebase/perf 17.1.0 → 17.2.0
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,12 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [17.2.0](https://github.com/invertase/react-native-firebase/compare/v17.1.0...v17.2.0) (2023-02-15)
|
7
|
+
|
8
|
+
### Features
|
9
|
+
|
10
|
+
- **app, android:** firebase-android-sdk 31.2.0 ([87156e7](https://github.com/invertase/react-native-firebase/commit/87156e75e16775db14ef8f9bf6b0049b15ee1277))
|
11
|
+
|
6
12
|
## [17.1.0](https://github.com/invertase/react-native-firebase/compare/v17.0.0...v17.1.0) (2023-02-09)
|
7
13
|
|
8
14
|
### Features
|
@@ -55,9 +55,7 @@ public class UniversalFirebasePerfModule extends UniversalFirebaseModule {
|
|
55
55
|
constants.put(
|
56
56
|
"isPerformanceCollectionEnabled",
|
57
57
|
FirebasePerformance.getInstance().isPerformanceCollectionEnabled());
|
58
|
-
|
59
|
-
"isInstrumentationEnabled",
|
60
|
-
true);
|
58
|
+
constants.put("isInstrumentationEnabled", true);
|
61
59
|
return constants;
|
62
60
|
}
|
63
61
|
|
package/lib/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
// Generated by genversion.
|
2
|
-
module.exports = '17.
|
2
|
+
module.exports = '17.2.0';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-native-firebase/perf",
|
3
|
-
"version": "17.
|
3
|
+
"version": "17.2.0",
|
4
4
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
5
5
|
"description": "React Native Firebase - React Native Firebase provides native integration with Performance Monitoring to gain insight into key performance characteristics within your React Native application.",
|
6
6
|
"main": "lib/index.js",
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"performance monitoring"
|
30
30
|
],
|
31
31
|
"peerDependencies": {
|
32
|
-
"@react-native-firebase/app": "17.
|
32
|
+
"@react-native-firebase/app": "17.2.0"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
35
|
"@expo/config-plugins": "^5.0.4"
|
@@ -37,5 +37,5 @@
|
|
37
37
|
"publishConfig": {
|
38
38
|
"access": "public"
|
39
39
|
},
|
40
|
-
"gitHead": "
|
40
|
+
"gitHead": "57666670bd7fa4121a6598c639c4b2a24b9d181c"
|
41
41
|
}
|