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

Missing raven-like management commands #367

Closed
GitRon opened this issue May 14, 2019 · 3 comments
Closed

Missing raven-like management commands #367

GitRon opened this issue May 14, 2019 · 3 comments

Comments

@GitRon
Copy link

GitRon commented May 14, 2019

Hi guys,

Just went through your docs for django integration and could not find any equivalents to the old raven management commands like manage.py raven test.

Where do I find the docs for this?

Thanks!
Ronny

@GitRon GitRon changed the title Missing raven management commands Missing raven-like management commands May 14, 2019
@untitaker
Copy link
Member

We don't support test messages anymore. Just pop open a Django shell and run:

from sentry_sdk import capture_message
capture_message("hi")

@GitRon
Copy link
Author

GitRon commented May 14, 2019

Thanks! Might be awesome to put this in the django part of your docs. We used raven test all the time.

@untitaker
Copy link
Member

We're revamping the SDK docs at the moment and it's on the roadmap now

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

No branches or pull requests

2 participants