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

Added the always_run option in excepthook integration #364

Merged
merged 3 commits into from
May 10, 2019
Merged

Added the always_run option in excepthook integration #364

merged 3 commits into from
May 10, 2019

Conversation

tolgahanuzun
Copy link
Contributor

@tolgahanuzun tolgahanuzun commented May 10, 2019

import sentry_sdk
from sentry_sdk.integrations.excepthook import ExcepthookIntegration

sentry_sdk.init(
    'https...',
    integrations=[ExcepthookIntegration(always_run=True)]
)

Fix #360

@untitaker
Copy link
Member

lgtm, could you add a test for this? Also linters are failing (see CONTRIBUTING.md for running those)

@untitaker untitaker merged commit 7f25928 into getsentry:master May 10, 2019
@untitaker
Copy link
Member

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.

Possibility to send error through the shell.
2 participants