File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Use .env.development.local for development.
7272| REACT_APP_OIDC_API_SCOPE | Linked Events API scope. Default in .env.local is linkedevents-api-dev |
7373| REACT_APP_SENTRY_DSN | Sentry DSN. Both REACT_APP_SENTRY_DSN and REACT_APP_SENTRY_ENVIRONMENT has to be set to send error reports. |
7474| REACT_APP_SENTRY_ENVIRONMENT | Setry environment. |
75- | REACT_APP_MATOMO_URL_BASE | //matomo.hel.ninja/ |
75+ | REACT_APP_MATOMO_URL_BASE | //matomo.hel.ninja/ |
7676| REACT_APP_MATOMO_SITE_ID | 42 |
7777| REACT_APP_MATOMO_SRC_URL | matomo.js |
7878| REACT_APP_MATOMO_ENABLED | Flag to enable matomo. Default false. |
@@ -221,3 +221,5 @@ Run linter to all the files in app
221221### ` yarn lint:fix `
222222
223223Run linter and fix all the linter errors
224+
225+ WIP testing
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ if (import.meta.env.REACT_APP_SENTRY_DSN) {
3535 import . meta. env . REACT_APP_SENTRY_REPLAYS_SESSION_SAMPLE_RATE || '0'
3636 ) ,
3737 replaysOnErrorSampleRate : parseFloat (
38- import . meta. env . REACT_APP_SENTRY_REPLAYS_ON_ERROR_SAMPLE_RATE || '0'
38+ import . meta. env . REACT_APP_SENTRY_REPLAYS_ON_ERROR_SAMPLE_RATE || '0.0 '
3939 ) ,
4040 } ) ;
4141}
You can’t perform that action at this time.
0 commit comments