@microsoft/applicationinsights-react-native 2.5.0-nightly.2202-06 → 2.5.0-nightly.2204-06
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/browser/applicationinsights-react-native.js +898 -360
- package/browser/applicationinsights-react-native.js.map +1 -1
- package/browser/applicationinsights-react-native.min.js +2 -2
- package/browser/applicationinsights-react-native.min.js.map +1 -1
- package/dist/applicationinsights-react-native.api.json +20 -11
- package/dist/applicationinsights-react-native.d.ts +1 -1
- package/dist/applicationinsights-react-native.js +898 -360
- package/dist/applicationinsights-react-native.js.map +1 -1
- package/dist/applicationinsights-react-native.min.js +2 -2
- package/dist/applicationinsights-react-native.min.js.map +1 -1
- package/dist/applicationinsights-react-native.rollup.d.ts +1 -1
- package/dist-esm/Interfaces/INativeDevice.js +1 -1
- package/dist-esm/Interfaces/IReactNativePluginConfig.js +1 -1
- package/dist-esm/Interfaces/index.js +1 -1
- package/dist-esm/ReactNativePlugin.js +26 -8
- package/dist-esm/ReactNativePlugin.js.map +1 -1
- package/dist-esm/index.js +1 -1
- package/package.json +5 -5
- package/src/ReactNativePlugin.ts +35 -10
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
5
|
-
"schemaVersion":
|
|
4
|
+
"toolVersion": "7.20.0",
|
|
5
|
+
"schemaVersion": 1005,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
8
8
|
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
|
@@ -408,7 +408,8 @@
|
|
|
408
408
|
"parameterTypeTokenRange": {
|
|
409
409
|
"startIndex": 1,
|
|
410
410
|
"endIndex": 2
|
|
411
|
-
}
|
|
411
|
+
},
|
|
412
|
+
"isOptional": true
|
|
412
413
|
}
|
|
413
414
|
]
|
|
414
415
|
},
|
|
@@ -506,21 +507,24 @@
|
|
|
506
507
|
"parameterTypeTokenRange": {
|
|
507
508
|
"startIndex": 1,
|
|
508
509
|
"endIndex": 3
|
|
509
|
-
}
|
|
510
|
+
},
|
|
511
|
+
"isOptional": true
|
|
510
512
|
},
|
|
511
513
|
{
|
|
512
514
|
"parameterName": "core",
|
|
513
515
|
"parameterTypeTokenRange": {
|
|
514
516
|
"startIndex": 4,
|
|
515
517
|
"endIndex": 5
|
|
516
|
-
}
|
|
518
|
+
},
|
|
519
|
+
"isOptional": true
|
|
517
520
|
},
|
|
518
521
|
{
|
|
519
522
|
"parameterName": "extensions",
|
|
520
523
|
"parameterTypeTokenRange": {
|
|
521
524
|
"startIndex": 6,
|
|
522
525
|
"endIndex": 8
|
|
523
|
-
}
|
|
526
|
+
},
|
|
527
|
+
"isOptional": true
|
|
524
528
|
}
|
|
525
529
|
],
|
|
526
530
|
"name": "initialize"
|
|
@@ -602,14 +606,16 @@
|
|
|
602
606
|
"parameterTypeTokenRange": {
|
|
603
607
|
"startIndex": 1,
|
|
604
608
|
"endIndex": 2
|
|
605
|
-
}
|
|
609
|
+
},
|
|
610
|
+
"isOptional": false
|
|
606
611
|
},
|
|
607
612
|
{
|
|
608
613
|
"parameterName": "itemCtx",
|
|
609
614
|
"parameterTypeTokenRange": {
|
|
610
615
|
"startIndex": 3,
|
|
611
616
|
"endIndex": 4
|
|
612
|
-
}
|
|
617
|
+
},
|
|
618
|
+
"isOptional": true
|
|
613
619
|
}
|
|
614
620
|
],
|
|
615
621
|
"name": "processTelemetry"
|
|
@@ -654,7 +660,8 @@
|
|
|
654
660
|
"parameterTypeTokenRange": {
|
|
655
661
|
"startIndex": 1,
|
|
656
662
|
"endIndex": 2
|
|
657
|
-
}
|
|
663
|
+
},
|
|
664
|
+
"isOptional": false
|
|
658
665
|
}
|
|
659
666
|
],
|
|
660
667
|
"name": "setDeviceId"
|
|
@@ -699,7 +706,8 @@
|
|
|
699
706
|
"parameterTypeTokenRange": {
|
|
700
707
|
"startIndex": 1,
|
|
701
708
|
"endIndex": 2
|
|
702
|
-
}
|
|
709
|
+
},
|
|
710
|
+
"isOptional": false
|
|
703
711
|
}
|
|
704
712
|
],
|
|
705
713
|
"name": "setDeviceModel"
|
|
@@ -744,7 +752,8 @@
|
|
|
744
752
|
"parameterTypeTokenRange": {
|
|
745
753
|
"startIndex": 1,
|
|
746
754
|
"endIndex": 2
|
|
747
|
-
}
|
|
755
|
+
},
|
|
756
|
+
"isOptional": false
|
|
748
757
|
}
|
|
749
758
|
],
|
|
750
759
|
"name": "setDeviceType"
|