Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sentry #7

Merged
merged 3 commits into from
Jan 10, 2022
Merged

Add Sentry #7

merged 3 commits into from
Jan 10, 2022

Conversation

slifty
Copy link
Contributor

@slifty slifty commented Jan 7, 2022

This PR makes it possible to configure an environment to report to Sentry

Testing this involves npm install

Resolves #4

(This builds on top of #6, so please don't review until that is merged and this is rebased)

@slifty slifty self-assigned this Jan 7, 2022
@slifty slifty force-pushed the 4-add-sentry branch 2 times, most recently from 99124c0 to 0d9dac2 Compare January 7, 2022 22:37
@slifty slifty changed the title Draft: Add Sentry Add Sentry Jan 7, 2022
We use Sentry for system monitoring.
The dotenv package makes it easy for node to access data defined in
a .env file.  It's nearly ubiquituous and super handy for local
development since the dev doesn't have to manually export everything.
The application will report to sentry if the sentry environment
variables are specified.

Issue #4
Copy link
Member

@cecilia-donnelly cecilia-donnelly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - I was able to fill out the .env and start the service, though we're not sending anything to Sentry yet so I couldn't confirm that it arrived.

@slifty slifty merged commit 8e6a7fe into main Jan 10, 2022
@slifty slifty deleted the 4-add-sentry branch January 10, 2022 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sentry Integration
2 participants