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

fix: Handle .env errors #1987

Merged
merged 14 commits into from
Mar 25, 2024
Merged

Conversation

szokeasaurusrex
Copy link
Member

@szokeasaurusrex szokeasaurusrex commented Mar 25, 2024

If there is an error loading a .env file, we now print a warning message. There is no warning when the .env was not found because users might not have set up a .env; we only warn when the .env was found but there was some error reading it.

Fixes GH-1624

@szokeasaurusrex szokeasaurusrex changed the title WIP: Handle .env errors fix: Handle .env errors Mar 25, 2024
Base automatically changed from szokeasaurusrex/remove-custom-ctrl-c-handler to master March 25, 2024 10:54
@szokeasaurusrex szokeasaurusrex marked this pull request as ready for review March 25, 2024 11:42
@szokeasaurusrex szokeasaurusrex marked this pull request as draft March 25, 2024 11:43
@szokeasaurusrex szokeasaurusrex marked this pull request as ready for review March 25, 2024 11:54
@szokeasaurusrex szokeasaurusrex enabled auto-merge (squash) March 25, 2024 11:54
@szokeasaurusrex szokeasaurusrex merged commit 05e0b2f into master Mar 25, 2024
12 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/env-error-handling branch March 25, 2024 12:44
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 silently fails to load properties from a .env file.
3 participants