Skip to content

Commit 1a01fdc

Browse files
committed
add is_production
1 parent bf31c0f commit 1a01fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { SECRET_CLIENT } from '@env';
44
import { ID_CLIENT } from '@env';
55
import { OLM_ENDPOINT } from '@env';
66

7-
export const IS_PRODUCTION = false; // change this when working locally to disable Sentry
7+
export const IS_PRODUCTION = true; // change this when working locally to disable Sentry
88

99
export const CLIENT_ID = ID_CLIENT;
1010
export const CLIENT_SECRET = SECRET_CLIENT;

0 commit comments

Comments
 (0)