File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 5
5
- Adds new string keys: insufficientContentMessage and insufficientContentTitle
6
6
- Adds missing mapping for some existing keys if relevant to the other platform
7
7
- Removes the string key: video
8
+ - Deprecates the legacy API ` callPrivateApi `
8
9
9
10
## 11.5.1 (2022-12-14)
10
11
Original file line number Diff line number Diff line change @@ -561,6 +561,9 @@ export const onReportSubmitHandler = (handler?: (report: Report) => void) => {
561
561
NativeInstabug . setPreSendingHandler ( handler ) ;
562
562
} ;
563
563
564
+ /**
565
+ * @deprecated Legacy API that will be removed in future releases.
566
+ */
564
567
export const callPrivateApi = ( apiName : string , param : any [ ] ) => {
565
568
NativeInstabug . callPrivateApi ( apiName , param ) ;
566
569
} ;
You can’t perform that action at this time.
0 commit comments