Skip to content

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