Skip to content

Commit

Permalink
enable sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jun 4, 2024
1 parent d2c2810 commit 0aade58
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 24 deletions.
2 changes: 2 additions & 0 deletions other/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ RUN --mount=type=secret,id=SENTRY_AUTH_TOKEN \
# Finally, build the production image with minimal footprint
FROM base

ENV SENTRY_ORG="kent-c-dodds-tech-llc"
ENV SENTRY_PROJECT="gratitext"
ENV FLY="true"
ENV LITEFS_DIR="/litefs/data"
ENV DATABASE_FILENAME="sqlite.db"
Expand Down
36 changes: 13 additions & 23 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"@remix-run/dev": "2.9.2",
"@remix-run/serve": "2.9.2",
"@remix-run/testing": "2.9.2",
"@sentry/vite-plugin": "^2.17.0",
"@sentry/vite-plugin": "^2.18.0",
"@sly-cli/sly": "^1.10.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
Expand Down

0 comments on commit 0aade58

Please sign in to comment.