All Versions
231
Latest Version
Avg Release Cycle
50 days
Latest Release
-

Changelog History
Page 20

  • v1.12.0 Changes

    • Adjusted message_id to include the checksum to avoid situations were the message_id that was generated did not exist due to sampling.
  • v1.11.4 Changes

    • Several design improvements for group/message details panes.
  • v1.11.3 Changes

    • ๐Ÿ›  Fixed a bug that was causing exception summary to not show.
  • v1.11.2 Changes

    • Cleaned up message and group details pages (adding back some missing information).
    • Cleaned up some design around odd margins/padding.
  • v1.11.1 Changes

    • ๐Ÿ›  Fixed a bug that would cause the admin (and potentially other modules) to get loaded multiple times.
  • v1.11.0 Changes

    • โž• Added license headers.
    • โœ‚ Removed sentry.helpers and sentry.routers.
    • Global module versions are now cached to avoid continuous path walking and import overhead.
  • v1.10.1 Changes

    • ๐Ÿ›  Fixed an issue that was causing servers to show logger names.
  • v1.10.0 Changes

    • ๐ŸŒฒ 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.
  • v1.9.0 Changes

    • Load the Frequency chart asynchronously.
    • Frequency chart no longer shows for SQLite.
    • Switch graphing library to Highstock from Highcharts.
  • v1.8.10 Changes

    • Ensure dictionary keys are coerced to strings.
    • ๐Ÿ›  Fixed path to missing_permissions.html.