Skip to content

Commit

Permalink
sentry setup for monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
nghiavohuynhdai committed May 5, 2024
1 parent ac8b980 commit f043893
Show file tree
Hide file tree
Showing 9 changed files with 327 additions and 30 deletions.
20 changes: 0 additions & 20 deletions .deepsource.toml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
run: npm install
- name: Build
run: npm run build
- name: Update sentry sourcemaps
run: npm run sentry:sourcemaps
- name: 'Create env file'
run: |
touch .env
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ lerna-debug.log*
!.vscode/extensions.json

# Env file
.env
.env
# Sentry Config File
.sentryclirc
5 changes: 4 additions & 1 deletion example.env
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ ZALOPAY_ENDPOINT=
#PAYOS
PAYOS_CLIENT_ID=
PAYOS_API_KEY=
PAYOS_CHECKSUM_KEY=
PAYOS_CHECKSUM_KEY=

# SENTRY
SENTRY_DSN=
272 changes: 269 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f043893

Please sign in to comment.