We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1b0b9 commit ed66619Copy full SHA for ed66619
src/utils/InstabugConstants.ts
@@ -11,7 +11,7 @@ const InstabugConstants = {
11
'IBG-RN: Expected key and value passed to setUserAttribute to be of type string',
12
REMOVE_USER_ATTRIBUTES_ERROR_TYPE_MESSAGE:
13
'IBG-RN: Expected key and value passed to removeUserAttribute to be of type string',
14
- DEFAULT_METRO_SERVER_URL: '8081',
+ DEFAULT_METRO_PORT: '8081',
15
};
16
17
export default InstabugConstants;
src/utils/config.ts
@@ -1,5 +1,5 @@
1
import InstabugConstants from './InstabugConstants';
2
3
export const InstabugRNConfig = {
4
- metroDevServerPort: InstabugConstants.DEFAULT_METRO_SERVER_URL,
+ metroDevServerPort: InstabugConstants.DEFAULT_METRO_PORT,
5
0 commit comments