Skip to content

Commit ed66619

Browse files
merge dev
1 parent 4b1b0b9 commit ed66619

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/utils/InstabugConstants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const InstabugConstants = {
1111
'IBG-RN: Expected key and value passed to setUserAttribute to be of type string',
1212
REMOVE_USER_ATTRIBUTES_ERROR_TYPE_MESSAGE:
1313
'IBG-RN: Expected key and value passed to removeUserAttribute to be of type string',
14-
DEFAULT_METRO_SERVER_URL: '8081',
14+
DEFAULT_METRO_PORT: '8081',
1515
};
1616

1717
export default InstabugConstants;

src/utils/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import InstabugConstants from './InstabugConstants';
22

33
export const InstabugRNConfig = {
4-
metroDevServerPort: InstabugConstants.DEFAULT_METRO_SERVER_URL,
4+
metroDevServerPort: InstabugConstants.DEFAULT_METRO_PORT,
55
};

0 commit comments

Comments
 (0)