Skip to content

Commit 0e7b310

Browse files
authored
fix: Requestor initialized with wrong withReasons and useReport config
Fixes #868
1 parent 0b50153 commit 0e7b310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/react-native/src/MobileDataManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ export default class MobileDataManager extends BaseDataManager {
109109
this.platform.encoding!,
110110
this.baseHeaders,
111111
[],
112-
this.config.useReport,
113112
this.config.withReasons,
113+
this.config.useReport,
114114
);
115115

116116
this.updateProcessor?.close();

0 commit comments

Comments
 (0)