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

Take out newline in entrypoint test sentry config command #912

Merged
merged 1 commit into from Apr 24, 2019

Conversation

rstorey
Copy link
Member

@rstorey rstorey commented Apr 24, 2019

One more bugfix for the entrypoint script.

@rstorey rstorey requested a review from acdha April 24, 2019 15:12
@rstorey rstorey self-assigned this Apr 24, 2019
@@ -16,7 +16,7 @@ echo "Ensuring our base configuration is present in the database"

if [ -v SENTRY_BACKEND_DSN ]; then
echo "Testing Sentry configuration"
echo "from sentry_sdk import capture_message;capture_message('This is a test event')\n" | ./manage.py shell
Copy link
Member

Choose a reason for hiding this comment

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

This seems like it might be approaching an argument for turning this into a management command which can be linted and tested more easily

Copy link
Member Author

Choose a reason for hiding this comment

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

I was kind of hoping that feature would make its way into the new sentry SDK eventually.

Copy link
Member Author

Choose a reason for hiding this comment

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

I ticketed that for future work

@coveralls
Copy link

Coverage Status

Coverage remained the same at 69.294% when pulling ad31454 on entrypoint-bugfix into acce52f on master.

@rstorey rstorey merged commit f34336f into master Apr 24, 2019
@rstorey rstorey deleted the entrypoint-bugfix branch April 24, 2019 15:47
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.

None yet

3 participants