Skip to content

Commit

Permalink
📝 Attribute & document structlog_sentry source code
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoZosa committed Sep 12, 2021
1 parent 6248ade commit 69d66e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions structlog_sentry_logger/structlog_sentry.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
"""Fork of `structlog-sentry`_ which adds full type information
- Necessary for proper Mypyc C extension compilation.
- Will directly depend on `structlog-sentry`_ once associated PR is merged upstream
(see: `kiwicom/structlog-sentry#44`_).
.. _`structlog-sentry`: https://github.com/kiwicom/structlog-sentry
.. _`kiwicom/structlog-sentry#44`: https://github.com/kiwicom/structlog-sentry/pull/44
"""
# pylint: disable=unsubscriptable-object
import logging
import sys
Expand Down

0 comments on commit 69d66e3

Please sign in to comment.