Skip to content

Commit

Permalink
fix: sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet committed Dec 13, 2024
1 parent 19d5994 commit 8102dbc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
@@ -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=/
22 changes: 11 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
# with:
# dockerfile: Dockerfile
# verbose: true
2 changes: 1 addition & 1 deletion sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion sentry.edge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion sentry.server.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8102dbc

Please sign in to comment.