New Sentry Log-entry


/ Published in: Django
Save to your folder(s)



Copy this code and paste it in your HTML
  1. import logging
  2. from sentry.client.base import SentryClient
  3. SentryClient().create_from_text('A nasty error message', level=logging.WARNING, url=None)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.