Skip to content
#

crash-reporting

Here are 273 public repositories matching this topic...

touilleMan
touilleMan commented Aug 31, 2021

Environment

How do you use Sentry?
Sentry SaaS (sentry.io)

Which SDK and version?
sentry_sdk for python version 1.3.1

Steps to Reproduce

>>> import sentry_sdk
>>> sentry_sdk.VERSION
'1.3.1'
>>> sentry_sdk.init(None, 1)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/emmanuel/projects/parsec-cloud/venv/lib/python3.8/sit

G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++14 (C++11 support up to release 1.3.2) with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage.

  • Updated Jan 11, 2022
  • C++

Improve this page

Add a description, image, and links to the crash-reporting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the crash-reporting topic, visit your repo's landing page and select "manage topics."

Learn more