File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- enum InstabugConstants {
2
- GRAPHQL_HEADER = 'ibg-graphql-header' ,
1
+ const InstabugConstants = {
2
+ GRAPHQL_HEADER : 'ibg-graphql-header' ,
3
3
4
4
// TODO: dyanmically get the max size from the native SDK and update the error message to reflect the dynamic size.
5
- MAX_NETWORK_BODY_SIZE_IN_BYTES = 1024 * 10 , // 10 KB
6
- MAX_RESPONSE_BODY_SIZE_EXCEEDED_MESSAGE = 'The response body has not been logged because it exceeds the maximum size of 10 Kb' ,
7
- MAX_REQUEST_BODY_SIZE_EXCEEDED_MESSAGE = 'The request body has not been logged because it exceeds the maximum size of 10 Kb' ,
8
- }
5
+ MAX_NETWORK_BODY_SIZE_IN_BYTES : 1024 * 10 , // 10 KB
6
+ MAX_RESPONSE_BODY_SIZE_EXCEEDED_MESSAGE :
7
+ 'The response body has not been logged because it exceeds the maximum size of 10 Kb' ,
8
+ MAX_REQUEST_BODY_SIZE_EXCEEDED_MESSAGE :
9
+ 'The request body has not been logged because it exceeds the maximum size of 10 Kb' ,
10
+ } ;
9
11
10
12
export default InstabugConstants ;
You can’t perform that action at this time.
0 commit comments