Skip to content

Releases: sonus21/error-tracker

v3.1.1

17 Jul 17:57
Compare
Choose a tag to compare
  • Fix #26
  • Fix for Flask, flask model save is failing.

Support for Django 4.0

29 May 05:19
d819f97
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v3.0.0

Django Admin UI Support

07 Jan 05:12
Compare
Choose a tag to compare

This release has an additional setting that can be used for Django Admin UI support.

Version 2.0.0

27 Oct 09:45
Compare
Choose a tag to compare
  • Bug fixes in import model
  • Added an abstract error model in Django
  • Added ajax based search

Version 1.1.8

21 Oct 15:20
Compare
Choose a tag to compare
  • Added support for not sending similar notification
  • Also duplicate ticket creation

Bug Fix

05 Oct 03:29
a662057
Compare
Choose a tag to compare

Optional dependency bug fixes.

Optional Dependency

27 May 17:47
9a57ace
Compare
Choose a tag to compare

Due to supports of Django and Flask in the same code, it downloads all dependencies, whereas Django developer would not require Flask in theory and vice-versa.

Improved Exception Capturing

15 Jan 05:42
38b736a
Compare
Choose a tag to compare
  • Protect views => In older release, exception pages could be browsed by anyone, now for Django only admin can browse whereas for Flask a view_permission object need to be passed.

  • Django REST Framework request body support.

  • Support some more ways to capture exception

    • Using context manager
    • Capture a specific message
    • Capture exception with additional context details

1.1.2

18 Dec 17:45
Compare
Choose a tag to compare
  • Fixed issue in email subject
  • Exposed two internal apis to directly use them

Version 1.0

01 Dec 07:52
Compare
Choose a tag to compare
  • Support for Django
  • Support for Flask
  • Support for standalone Python application