Skip to content

Commit 379befd

Browse files
committed
add sentry
1 parent 0eb8188 commit 379befd

File tree

6 files changed

+967
-23
lines changed

6 files changed

+967
-23
lines changed

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ PORT=3000
2222

2323
# Is production environment
2424
PRODUCTION = false
25+
26+
# Sentry Settings
27+
SENTRY_DSN=your_sentry_dsn_here
28+
SENTRY_TRACES_SAMPLE_RATE=0.0
29+
SENTRY_SEND_DEFAULT_PII=true

0 commit comments

Comments
 (0)