Skip to content

Commit

Permalink
Merge pull request #7 from PermanentOrg/4-add-sentry
Browse files Browse the repository at this point in the history
Add Sentry
  • Loading branch information
slifty authored Jan 10, 2022
2 parents 1ec4a08 + 32c8843 commit 8e6a7fe
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 17 deletions.
9 changes: 9 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Your Sentry Data Source Name (DSN)
# See https://docs.sentry.io/product/sentry-basics/dsn-explainer/
# e.g. https://[email protected]/here
SENTRY_DSN=${SENTRY_DSN}

# The environment tag to associate with sentry entries
# See https://docs.sentry.io/product/sentry-basics/environments/
# e.g. localhost
SENTRY_ENVIRONMENT=${SENTRY_ENVIRONMENT}
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ This project uses NodeJS 16.x and contains an implementation of the SFTP protoco
npm install
```

2. Start the service
2. Configure your `.env`

```
cp .env.example .env
vi .env
```

3. Start the service

```
npm start
Expand Down
227 changes: 213 additions & 14 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 8e6a7fe

Please sign in to comment.