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 support #108

Merged
merged 1 commit into from
Sep 26, 2018
Merged

Add Sentry support #108

merged 1 commit into from
Sep 26, 2018

Conversation

fridex
Copy link
Contributor

@fridex fridex commented Sep 25, 2018

@sesheta sesheta added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Sep 25, 2018
@fridex
Copy link
Contributor Author

fridex commented Sep 25, 2018

I was not able to update lock (some local issues), let's use Kebechet for that.

@ghost
Copy link

ghost commented Sep 25, 2018

Build succeeded.

@fridex fridex requested a review from goern September 25, 2018 12:52
@sesheta sesheta added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Sep 25, 2018
@sesheta sesheta added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Sep 25, 2018
@@ -85,9 +88,16 @@ def init_logging(logging_configuration: dict = None) -> None:

_init_log_levels(logging_configuration)

if _SENTRY_DSN:
Copy link
Member

Choose a reason for hiding this comment

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

any docs on this? what and why to do?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In the core repo.

Pipfile Outdated
@@ -7,6 +7,7 @@ name = "pypi"
"rfc5424-logging-handler" = "*"
daiquiri = "*"
requests = "*"
raven = "*"
Copy link
Member

Choose a reason for hiding this comment

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

why raven? it reads like "Raven is the legacy Python client for Sentry (getsentry.com) — replaced by sentry-python https://sentry.io"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, they are fast. That is the way I did it in the previous project :)

@sesheta sesheta added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Sep 25, 2018
@sesheta sesheta added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Sep 25, 2018
@ghost
Copy link

ghost commented Sep 25, 2018

Build succeeded.

@fridex fridex merged commit 7d2f3d4 into thoth-station:master Sep 26, 2018
@fridex fridex deleted the sentry-logging branch September 26, 2018 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants