All Versions
145
Latest Version
Avg Release Cycle
8 days
Latest Release
-

Changelog History
Page 14

  • v0.5.0 Changes

    • ๐Ÿ›  Fix a bug that would omit several debug logs during SDK initialization.
    • ๐Ÿ›  Fix issue that sent a event key "" Sentry wouldn't understand.
    • ๐Ÿ’ฅ Breaking change: The level and event_level options in the logging integration now work separately from each other.
    • ๐Ÿ›  Fix a bug in the Sanic integration that would report the exception behind any HTTP error code.
    • ๐Ÿ›  Fix a bug that would spam breadcrumbs in the Celery integration. Ignore logger celery.worker.job.
    • โž• Additional attributes on log records are now put into extra.
    • Integration for Pyramid.
    • sys.argv is put into extra automatically.
  • v0.4.3 Changes

    • ๐Ÿ›  Fix a bug that would leak WSGI responses.
  • v0.4.2 Changes

    • ๐Ÿ›  Fix a bug in the Sanic integration that would leak data between requests.
    • ๐Ÿ›  Fix a bug that would hide all debug logging happening inside of the built-in transport.
    • ๐Ÿ›  Fix a bug that would report errors for typos in Django's shell.
  • v0.4.1 Changes

    • ๐Ÿ›  Fix bug that would only show filenames in stacktraces but not the parent directories.
  • v0.4.0 Changes

    • ๐Ÿ”„ Changed how integrations are initialized. Integrations are now configured and enabled per-client.
  • v0.3.11 Changes

    • ๐Ÿ›  Fix issue with certain deployment tools and the AWS Lambda integration.
  • v0.3.10 Changes

    • Set transactions for Django like in Raven. Which transaction behavior is used can be configured.
    • ๐Ÿ›  Fix a bug which would omit frame local variables from stacktraces in Celery.
    • ๐Ÿ†• New option: attach_stacktrace
  • v0.3.9 Changes

    • ๐Ÿ›  Bugfixes for AWS Lambda integration: Using Zappa did not catch any exceptions.
  • v0.3.8 Changes

    • ๐ŸŒฒ Nicer log level for internal errors.
  • v0.3.7 Changes

    • โœ‚ Remove repos configuration option. There was never a way to make use of this feature.
    • Fix a bug in last_event_id.
    • โž• Add Django SQL queries to breadcrumbs.
    • Django integration won't set user attributes if they were already set.
    • Report correct SDK version to Sentry.