diff --git a/.env.production b/.env.production index 563c451..a0f3280 100644 --- a/.env.production +++ b/.env.production @@ -1,9 +1,9 @@ NEXT_TELEMETRY_DISABLED=1 NEXT_PUBLIC_SITE_URL="https://template.beta.gouv.fr/" -#NEXT_PUBLIC_SENTRY_DSN="https://5097055d921644e7b8899c37d9e90780@sentry.incubateur.net/159" +NEXT_PUBLIC_SENTRY_DSN="https://b28e104b4888542d3401f74a6457b7e9@sentry.incubateur.net/209" NEXT_PUBLIC_SENTRY_ENV="production" NEXT_PUBLIC_MATOMO_URL="https://stats.beta.gouv.fr" NEXT_PUBLIC_MATOMO_SITE_ID=124 NEXT_PUBLIC_APP_REPOSITORY_URL="https://github.com/betagouv/albert-docs" PRODUCTION=true -NEXT_PUBLIC_BASE_PATH=/albert-docs +NEXT_PUBLIC_BASE_PATH=/ diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7c06197..174aa61 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,14 +29,14 @@ jobs: run: | yarn lint - docker: - name: Lint Dockerfile - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Lint Dockerfile - uses: hadolint/hadolint-action@v3.1.0 - with: - dockerfile: Dockerfile - verbose: true + # docker: + # name: Lint Dockerfile + # runs-on: ubuntu-latest + # steps: + # - name: Checkout repository + # uses: actions/checkout@v4 + # - name: Lint Dockerfile + # uses: hadolint/hadolint-action@v3.1.0 + # with: + # dockerfile: Dockerfile + # verbose: true diff --git a/sentry.client.config.ts b/sentry.client.config.ts index fa54e27..4b86a8a 100644 --- a/sentry.client.config.ts +++ b/sentry.client.config.ts @@ -5,7 +5,7 @@ import * as Sentry from "@sentry/nextjs"; Sentry.init({ - dsn: "https://5097055d921644e7b8899c37d9e90780@sentry.incubateur.net/159", + dsn: "https://b28e104b4888542d3401f74a6457b7e9@sentry.incubateur.net/209", // Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control. tracesSampleRate: 1, diff --git a/sentry.edge.config.ts b/sentry.edge.config.ts index e72ee46..d631771 100644 --- a/sentry.edge.config.ts +++ b/sentry.edge.config.ts @@ -6,7 +6,7 @@ import * as Sentry from "@sentry/nextjs"; Sentry.init({ - dsn: "https://5097055d921644e7b8899c37d9e90780@sentry.incubateur.net/159", + dsn: "https://b28e104b4888542d3401f74a6457b7e9@sentry.incubateur.net/209", // Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control. tracesSampleRate: 1, diff --git a/sentry.server.config.ts b/sentry.server.config.ts index fbe70d8..94aad8b 100644 --- a/sentry.server.config.ts +++ b/sentry.server.config.ts @@ -5,7 +5,7 @@ import * as Sentry from "@sentry/nextjs"; Sentry.init({ - dsn: "https://5097055d921644e7b8899c37d9e90780@sentry.incubateur.net/159", + dsn: "https://b28e104b4888542d3401f74a6457b7e9@sentry.incubateur.net/209", // Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control. tracesSampleRate: 1,