Skip to content

Commit b6df69a

Browse files
committed
fix: wip
1 parent bb29e65 commit b6df69a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

223223
Run linter and fix all the linter errors
224+
225+
WIP testing

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)