Skip to content

Commit 7d902bb

Browse files
n3rdc4ptnCopilotandreaskienle
authored
feat: simple sentry implementation (#186)
Co-authored-by: Copilot <[email protected]> Co-authored-by: Andreas Kienle <[email protected]>
1 parent 1286d98 commit 7d902bb

File tree

14 files changed

+1822
-306
lines changed

14 files changed

+1822
-306
lines changed

.env.template

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
VITE_SENTRY_ENVIRONMENT=
2+
# Sentry DSN configuration, no need to be set for local setup
3+
# Frontend:
4+
SENTRY_ORG=
5+
SENTRY_PROJECT=
6+
VITE_SENTRY_DSN=
7+
# BFF:
8+
BFF_SENTRY_DSN=
9+
10+
111
# OpenID Connect Configuration for Onboarding API
212
OIDC_ISSUER=
313
OIDC_CLIENT_ID=
@@ -7,11 +17,9 @@ OIDC_REDIRECT_URI=http://localhost:5173
717

818
POST_LOGIN_REDIRECT=http://localhost:5173
919

10-
1120
# Location of the API Backend
1221
API_BACKEND_URL=
1322

14-
1523
# Cookie Secret
1624
# Replace this value with a strong, randomly generated string (at least 32 characters).
1725
# Example for generation in Node.js: require('crypto').randomBytes(32).toString('hex')

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ notes.md
3030
tmp/
3131

3232
public/frontend-config.json
33+
34+
# Sentry Config File
35+
.env.sentry-build-plugin

0 commit comments

Comments
 (0)