We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf31c0f commit 1a01fdcCopy full SHA for 1a01fdc
actions/types.js
@@ -4,7 +4,7 @@ import { SECRET_CLIENT } from '@env';
4
import { ID_CLIENT } from '@env';
5
import { OLM_ENDPOINT } from '@env';
6
7
-export const IS_PRODUCTION = false; // change this when working locally to disable Sentry
+export const IS_PRODUCTION = true; // change this when working locally to disable Sentry
8
9
export const CLIENT_ID = ID_CLIENT;
10
export const CLIENT_SECRET = SECRET_CLIENT;
0 commit comments