crashreporter icon indicating copy to clipboard operation
crashreporter copied to clipboard

Store and send crash reports directly to the devlopers

Results 6 crashreporter issues
Sort by recently updated
recently updated
newest added

Bumps [jinja2](https://github.com/pallets/jinja) from 2.8 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

Please find my code below: ``` from crashreporter import CrashReporter #from crashreporter.crashreporter import CrashReporter import threading class Person(object): def __init__(self, name, age=None): self.name = name self.age = age def combine_ages(person_a,...

Is crashreporter better than sentry?

Is it possible to somehow have people create github issues based on crashes? That would be useful for us as an open source project.

from crashreporter import CrashReporter File "/usr/local/lib/python3.5/dist-packages/crashreporter/__init__.py", line 1, in from crashreporter import CrashReporter ImportError: cannot import name 'CrashReporter' Error above only appears on python 3.5