Sentry v1.10.0 Release Notes

    • ๐ŸŒฒ You can now pass extra={'stack': True} to logging methods to capture the current frames and their locals.
    • ๐Ÿ”จ Code refactoring in various places related to stack extraction.
    • Denormalized graph data in MessageCountByMinute (stores at 5m intervals).
    • Denormalized filter counts into MessageFilterValue
    • โž• Added message sampling (adapted from Yuri Baburov's patch).
    • Added SENTRY_MAIL_LEVEL setting.
    • Added SENTRY_MAIL_INCLUDE_LOGGERS setting.
    • Added SENTRY_MAIL_EXCLUDE_LOGGERS setting.
    • โž• Added the level argument to the cleanup command.
    • The thrashed key is now set correctly in request.sentry.
    • โž• Added user information to all messages that have request.
    • ๐Ÿ”„ Changed the hashing function for messages that include stacktraces to ignore the message and line numbers.
    • โœ… Much improved test coverage.