structlog-sentry-logger


Namestructlog-sentry-logger JSON
Version 1.4.0 PyPI version JSON
download
home_pagehttps://github.com/TeoZosa/structlog-sentry-logger
SummaryLog without the setup via a pre-configured structlog logger with optional Sentry integration
upload_time2024-03-23 12:43:10
maintainerNone
docs_urlNone
authorTeo Zosa
requires_python<3.12,>=3.8
licenseApache-2.0
keywords logging structured structure log structured logging sentry structlog structlog-sentry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Structlog-Sentry-Logger
==============================
![CI](https://github.com/TeoZosa/structlog-sentry-logger/workflows/CI/badge.svg)
![codecov](https://codecov.io/gh/TeoZosa/structlog-sentry-logger/branch/master/graph/badge.svg?token=3HF21UWY82)
[![Documentation Status](https://readthedocs.org/projects/structlog-sentry-logger/badge/?version=latest)](https://structlog-sentry-logger.readthedocs.io/en/latest/?badge=latest)
![License](https://img.shields.io/github/license/TeoZosa/structlog-sentry-logger?style=plastic)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/structlog-sentry-logger?style=plastic)
![PyPI](https://img.shields.io/pypi/v/structlog-sentry-logger?color=informational&style=plastic)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json)](https://github.com/charliermarsh/ruff)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![powered by semgrep](https://img.shields.io/badge/powered%20by-semgrep-1B2F3D?labelColor=lightgrey&link=https://semgrep.dev/&logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAYAAAD0f5bSAAAABmJLR0QA/gD+AP+cH+QUAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH5AYMEy0l8dkqrQAAAvFJREFUKBUB5gIZ/QEAAP8BAAAAAAMG6AD9+hn/GzA//wD//wAAAAD+AAAAAgABAQDl0MEBAwbmAf36GQAAAAAAAQEC9QH//gv/Gi1GFQEC+OoAAAAAAAAAAAABAQAA//8AAAAAAAAAAAD//ggX5tO66gID9AEBFSRxAgYLzRQAAADpAAAAAP7+/gDl0cMPAAAA+wAAAPkbLz39AgICAAAAAAAAAAAs+vU12AEbLz4bAAAA5P8AAAAA//4A5NDDEwEBAO///wABAQEAAP//ABwcMD7hAQEBAAAAAAAAAAAaAgAAAOAAAAAAAQEBAOXRwxUAAADw//8AAgAAAAD//wAAAAAA5OXRwhcAAQEAAAAAAAAAAOICAAAABP3+/gDjzsAT//8A7gAAAAEAAAD+AAAA/wAAAAAAAAAA//8A7ePOwA/+/v4AAAAABAIAAAAAAAAAAAAAAO8AAAABAAAAAAAAAAIAAAABAAAAAAAAAAgAAAD/AAAA8wAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAA8AAAAEAAAA/gAAAP8AAAADAAAA/gAAAP8AAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAA7wAAAPsAAAARAAAABAAAAP4AAAAAAAAAAgAAABYAAAAAAAAAAAIAAAD8AwICAB0yQP78/v4GAAAA/wAAAPAAAAD9AAAA/wAAAPr9//8aHTJA6AICAgAAAAD8AgAAADIAAAAAAP//AB4wPvgAAAARAQEA/gEBAP4BAQABAAAAGB0vPeIA//8AAAAAAAAAABAC+vUz1QAAAA8AAAAAAwMDABwwPu3//wAe//8AAv//ABAcMD7lAwMDAAAAAAAAAAAG+vU0+QEBAvUB//4L/xotRhUBAvjqAAAAAAAAAAAAAQEAAP//AAAAAAAAAAAA//4IF+bTuuoCA/QBAQAA/wEAAAAAAwboAP36Gf8bMD//AP//AAAAAP4AAAACAAEBAOXQwQEDBuYB/foZAAAAAAD4I6qbK3+1zQAAAABJRU5ErkJggg==)](https://semgrep.dev/)


---

**Documentation**: [https://structlog-sentry-logger.readthedocs.io](https://structlog-sentry-logger.readthedocs.io)

**Source Code**: [https://github.com/TeoZosa/structlog-sentry-logger](https://github.com/TeoZosa/structlog-sentry-logger)

---


:teacher: Overview
------------------

A multi-purpose, pre-configured,
performance-optimized [`structlog`](https://www.structlog.org/en/stable/) logger with
(optional) [Sentry](https://sentry.io/welcome/) integration
via [`structlog-sentry`](https://github.com/kiwicom/structlog-sentry).

:sparkles: Features
-------------------

1. Makes logging as easy as using print statements, but prettier and easier to capture and filter!
2. Highly opinionated! There are
   only [two (2) distinct configurations](#chart_with_downwards_trend-output-formatting--storage).
3. Structured logs in JSON format means they are ready to be ingested by many of your
   favorite log analysis tools!
4. [Cloud Logging compatible](#cloud-cloud-logging-compatibility)!

<img width="1900" alt="basic logging example for user documentation"
src="https://user-images.githubusercontent.com/13070236/208804053-aea8f0b8-8f67-47bd-a8da-ee1fbccf17ff.png">

:confetti_ball: What You Get
----------------------------

### :muscle: Powerful Automatic Context Fields

The pre-configured options include:

1. :watch: Timestamps
    - UTC time in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format
      (`YYYY-MM-DDTHH:MM:SS.ffffffZ`)
2. :vertical_traffic_light: Log levels
    - Added to the JSON context for filtering and categorization
3. :mag: Logger names
    - Automatically assigned to namespaced versions of the initializing python
      modules (`.py` files), relative to your project directory.
        - e.g., the logger in `docs_src/sentry_integration.py` is
          named `docs_src.sentry_integration`
4. :mag_right: Function names and line numbers where logging calls were made

> :fire: **Tip**  
> For easier at-a-glance analysis, you can also sort log fields by key by exporting
> the `STRUCTLOG_SENTRY_LOGGER_KEY_SORTING_ON` environment variable. Note, however, that
> this has a substantial (`~1.6x`) performance penalty.
> - See [`orjson`'s `OPT_SORT_KEYS` documentation](https://github.com/ijl/orjson#opt_sort_keys)
>   for more information.

### :zap: Performance

`structlog-sentry-logger` is C-compiled and fully-tuned,
leveraging [`orjson`](https://github.com/ijl/orjson)
as the JSON serializer for lightning-fast logging (more than a 4x speedup over Python's
built-in JSON library[^1]; see
[here](https://teozosa.github.io/structlog-sentry-logger/dev/bench/Linux/CPython/3.8/64bit/c_library/)
for sample performance benchmarks). Don't let your obligate cross-cutting concerns
cripple performance any longer!

For further reference, see:

- "[`orjson`: Serialize](https://github.com/ijl/orjson#serialize)" for benchmarks
- "[`structlog`: Performance](https://www.structlog.org/en/stable/performance.html)" for
  salient performance-related configurations.

[^1]: Source: [Choosing a faster JSON library for Python: Benchmarking](https://pythonspeed.com/articles/faster-json-library/#step-4-benchmarking)

### :robot: Built-in Sentry Integration (Optional)

Automatically add much richer context to your Sentry reports.

- Your entire logging context is sent as a Sentry event when
  the `structlog-sentry-logger`
  log level is `error` or higher.
    - i.e., `logger.error("")`, `logger.exception("")`
- See [`structlog-sentry`](https://github.com/kiwicom/structlog-sentry) for more
  details.

------------

Table of Contents

<!-- toc -->

- [:tada: Installation](#tada-installation)
- [:rocket: Usage](#rocket-usage)
  * [:loud_sound: Pure `structlog` Logging (Without Sentry)](#loud_sound-pure-structlog-logging-without-sentry)
  * [:outbox_tray: Log Custom Context Directly to Sentry (optional)](#outbox_tray-log-custom-context-directly-to-sentry-optional)
  * [:cloud: Cloud Logging Compatibility](#cloud-cloud-logging-compatibility)
- [:chart_with_downwards_trend: Output: Formatting & Storage](#chart_with_downwards_trend-output-formatting--storage)
- [:clipboard: Summary](#clipboard-summary)
- [:books: Further Reading](#books-further-reading)
  * [:one: `structlog`: Structured Logging for Python](#one-structlog-structured-logging-for-python)
  * [:two: `Sentry`: Monitor and fix crashes in realtime](#two-sentry-monitor-and-fix-crashes-in-realtime)
  * [:three: `structlog-sentry`: Provides the `structlog` integration for Sentry](#three-structlog-sentry-provides-the-structlog-integration-for-sentry)
- [:wrench: Development](#wrench-development)
  * [:building_construction: Package and Dependencies Installation](#building_construction-package-and-dependencies-installation)
  * [:package: Python Module to C-Extension Compilation](#package-python-module-to-c-extension-compilation)
  * [:white_check_mark: Testing](#white_check_mark-testing)
  * [:rotating_light: Code Quality](#rotating_light-code-quality)
    + [:arrows_counterclockwise: Automate via Git Pre-Commit Hooks](#arrows_counterclockwise-automate-via-git-pre-commit-hooks)
  * [:memo: Documentation](#memo-documentation)
- [:judge: Legal](#judge-legal)
  * [:page_facing_up: License](#page_facing_up-license)
  * [:busts_in_silhouette: Credits](#busts_in_silhouette-credits)

<!-- tocstop -->

:tada: Installation
===================

 ```shell script
pip install structlog-sentry-logger
```

Optionally, install Sentry integration with

 ```shell script
pip install "structlog-sentry-logger[sentry]"
```

:rocket: Usage
==============
:loud_sound: Pure `structlog` Logging (Without Sentry)
------------------------------------------------------
Simply import and instantiate the logger:

```python
import structlog_sentry_logger

LOGGER = structlog_sentry_logger.get_logger()
```

Now you can start adding logs as easily as print statements:

```python
LOGGER.info("Your log message", extra_field="extra_value")
```

> :memo: **Note**  
> All the regular
> [Python logging levels](https://docs.python.org/3/library/logging.html#levels)
> are supported.

Which automatically produces this:

```json
{
    "event": "Your log message",
    "extra_field": "extra_value",
    "funcName": "<module>",
    "level": "info",
    "lineno": 5,
    "logger": "docs_src.pure_structlog_logging_without_sentry",
    "timestamp": "2022-01-11T07:05:37.164744Z"
}
```


:outbox_tray: Log Custom Context Directly to Sentry (optional)
------------------------------------------------

If you installed the library with the optional Sentry integration you can incorporate
custom messages in your exception handling which will automatically be
reported to Sentry (thanks to the [`structlog-sentry`](https://github.com/kiwicom/structlog-sentry)
module). To enable this behavior, export the
`STRUCTLOG_SENTRY_LOGGER_CLOUD_SENTRY_INTEGRATION_MODE_ON` environment variable.

An easy way to do this is to put it into a local `.env` file[^2]:

```bash
echo "STRUCTLOG_SENTRY_LOGGER_CLOUD_SENTRY_INTEGRATION_MODE_ON=" >> .env
```

> :memo: **️Note**  
> By default, only logs at error-level or above are sent to Sentry. If you want to set a
> different minimum log level, you can specify
> [a valid Python log level](https://docs.python.org/3/library/logging.html#logging-levels)
> via the `STRUCTLOG_SENTRY_LOGGER_SENTRY_LOG_LEVEL` environment variable.
>
> For example, to send all logs at warning-level or above to Sentry you would simply set
> `STRUCTLOG_SENTRY_LOGGER_SENTRY_LOG_LEVEL=WARNING`

For a concrete example, given the following Python code:

```python
import uuid

import structlog_sentry_logger

LOGGER = structlog_sentry_logger.get_logger()

curr_user_logger = LOGGER.bind(uuid=uuid.uuid4().hex)  # LOGGER instance with bound UUID
try:
    curr_user_logger.warn("A dummy error for testing purposes is about to be thrown!")
    x = 1 / 0
except ZeroDivisionError as err:
    ERR_MSG = (
        "I threw an error on purpose for this example!\n"
        "Now throwing another that explicitly chains from that one!"
    )
    curr_user_logger.exception(ERR_MSG)
    raise RuntimeError(ERR_MSG) from err
```

We would get the following output:

```json lines
{
    "event": "A dummy error for testing purposes is about to be thrown!\n",
    "funcName": "<module>",
    "level": "warning",
    "lineno": 12,
    "logger": "docs_src.sentry_integration",
    "sentry": "skipped",
    "timestamp": "2022-01-06T04:50:07.627633Z",
    "uuid": "fe2bdcbe2ed74432a87bc76bcdc9def4"
}
{
    "event": "I threw an error on purpose for this example!\nNow throwing another that explicitly chains from that one!\n",
    "exc_info": true,
    "funcName": "<module>",
    "level": "error",
    "lineno": 19,
    "logger": "docs_src.sentry_integration",
    "sentry": "sent",
    "sentry_id": null,
    "timestamp": "2022-01-06T04:50:07.628316Z",
    "uuid": "fe2bdcbe2ed74432a87bc76bcdc9def4"
}
Traceback (most recent call last):
  File "/app/structlog-sentry-logger/docs_src/sentry_integration.py", line 10, in <module>
    x = 1 / 0
ZeroDivisionError: division by zero

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/structlog-sentry-logger/docs_src/sentry_integration.py", line 17, in <module>
    raise RuntimeError(ERR_MSG) from err
RuntimeError: I threw an error on purpose for this example!
Now throwing another that explicitly chains from that one!
```

:cloud: Cloud Logging Compatibility
-----------------------------------
The logger will attempt to infer if an application is running in a cloud environment by
inspecting for the presence of environment variables that may be automatically injected
by cloud providers (namely, `KUBERNETES_SERVICE_HOST`, `GCP_PROJECT`,
and `GOOGLE_CLOUD_PROJECT`).

If any of these environment variables are detected, log levels will be duplicated to a
reserved `severity` key in the emitted logs to enable parsing of the log level and the
remaining log context (as `jsonPayload`) by [Cloud Logging](https://cloud.google.com/logging)
(see: [Cloud Logging: Structured logging](https://cloud.google.com/logging/docs/structured-logging)).

> :memo: **️Note**  
> This behavior can also be manually enabled by adding the
> `STRUCTLOG_SENTRY_LOGGER_CLOUD_LOGGING_COMPATIBILITY_MODE_ON`
> variable to your environment, e.g., via a `.env` file[^2].

> :warning:️ **Warning**  
> If a user manually specifies a value for the `severity` key, it will be overwritten!
> Avoid using this key if possible to preempt any future issues.


:chart_with_downwards_trend: Output: Formatting & Storage
=========================================================
The default behavior is to stream JSON logs directly to the standard output
stream [like a proper 12 Factor App](https://12factor.net/logs).

For local development, it often helps to prettify logging to stdout and save JSON logs
to a `.logs` folder at the root of your project directory for later debugging. To enable
this behavior, export the `STRUCTLOG_SENTRY_LOGGER_LOCAL_DEVELOPMENT_LOGGING_MODE_ON`
environment variable, e.g., in your local `.env` file[^2]:

```bash
echo "STRUCTLOG_SENTRY_LOGGER_LOCAL_DEVELOPMENT_LOGGING_MODE_ON=" >> .env
```

In doing so, with our previous exception handling example we would get:

![Output_Formatting_example_0](./.static/Output_Formatting_example_0.png)
![Output_Formatting_example_1](./.static/Output_Formatting_example_1.png)

[^2]: This library uses [`python-dotenv`](https://github.com/theskumar/python-dotenv)
to automatically populate your environment with this variable (if it exists) from the
local `.env` file. Alternatively, you may use
[`direnv`](https://github.com/direnv/direnv) and a `.envrc` file. A sample `.envrc` file
(with all features enabled) has been provided at the root of the repository
([`.envrc.sample`](./.envrc.sample)). If [`direnv`](https://github.com/direnv/direnv) is
already installed, it's as simple as copying [`.envrc.sample`](./.envrc.sample) to the
root of your project, editing it to reflect your desired configurations, renaming it
to `.envrc`, and running `direnv allow` :tada:

:clipboard: Summary
===================
That's it. Now no excuses. Get out there and program with pride knowing no one will
laugh at you in production! For not logging properly, that is. You're on your own for
that
other [observability](https://devops.com/metrics-logs-and-traces-the-golden-triangle-of-observability-in-monitoring/)
stuff.

:books: Further Reading
=======================
<img src="https://www.structlog.org/en/stable/_static/structlog_logo_small.png" width="200">

## :one: `structlog`: Structured Logging for Python
- [https://www.structlog.org/en/stable/](https://www.structlog.org/en/stable/#)

<img src="https://camo.githubusercontent.com/2dfeafbee0904d6df16ddf7200993dace1629e60/68747470733a2f2f73656e7472792d6272616e642e73746f726167652e676f6f676c65617069732e636f6d2f73656e7472792d6c6f676f2d626c61636b2e706e67" width="400">

## :two: `Sentry`: Monitor and fix crashes in realtime
- [https://sentry.io/welcome/](https://sentry.io/welcome/)

## :three: `structlog-sentry`: Provides the `structlog` integration for Sentry
- [https://github.com/kiwicom/structlog-sentry](https://github.com/kiwicom/structlog-sentry)

---

:wrench: Development
====================

For convenience, implementation details of the below processes are abstracted away and
encapsulated in single [Make](https://www.gnu.org/software/make/) targets.


> :fire: **Tip**  
> Invoking `make` without any arguments will display
> auto-generated documentation on available commands.

:building_construction: Package and Dependencies Installation
-------------------------------------------------------------

Make sure you have Python 3.8+ and [`poetry`](https://python-poetry.org/)
installed and configured.

To install the package and all dev dependencies, run:

```shell script
make provision-environment
```

> :fire: **Tip**  
> Invoking the above without `poetry` installed will emit a
> helpful error message letting you know how you can install poetry.

:package: Python Module to C-Extension Compilation
--------------------------------------------------
The projects's [build.py](./build.py) file specifies which modules to package.

For manual per-module compilation, see:
[Mypyc Documentation: Getting started - Compiling and running](https://mypyc.readthedocs.io/en/latest/getting_started.html#compiling-and-running)

:white_check_mark: Testing
--------------------------

We use [`tox`](https://tox.readthedocs.io/en/latest/)
and [`pytest`](https://pytest.readthedocs.io/) for our test automation and testing
frameworks, respectively.

To invoke the tests, run:

```shell script
make test
```

Run [mutation tests](https://opensource.com/article/20/7/mutmut-python) to validate test
suite robustness (Optional):

```shell script
make test-mutations
```

> :information_source: **Technical Details**  
> Test time scales with the complexity of the codebase. Results are cached
> in `.mutmut-cache`, so once you get past the initial [cold start problem](https://en.wikipedia.org/wiki/Cold_start_(recommender_systems)),
> subsequent mutation test runs will be much faster; new mutations will only
> be applied to modified code paths.

:rotating_light: Code Quality
-----------------------------

We use [`pre-commit`](https://pre-commit.com/) for our static analysis automation and
management framework.

To invoke the analyses and auto-formatting over all version-controlled files, run:

```shell script
make lint
```

> :rotating_light: **Danger**  
> CI will fail if either testing or code quality fail,
> so it is recommended to automatically run the above locally
> prior to every commit that is pushed.

### :arrows_counterclockwise: Automate via Git Pre-Commit Hooks

To automatically run code quality validation on every commit (over to-be-committed
files), run:

```shell script
make install-pre-commit-hooks
```

> :warning:️ **Warning**  
> This will prevent commits if any single pre-commit hook fails
> (unless it is allowed to fail)
> or a file is modified by an auto-formatting job;
> in the latter case, you may simply repeat the commit and it should pass.

:memo: Documentation
--------------------

```shell script
make docs-clean docs-html
```

> :fire: **Tip**  
> For faster feedback loops, this will attempt to automatically open the newly
> built documentation static HTML in your browser.

:judge: Legal
=============

:page_facing_up: License
------------------------

Structlog-Sentry-Logger is licensed under the Apache License, Version 2.0.
See [LICENSE](./LICENSE) for the full license text.


:busts_in_silhouette: Credits
-----------------------------

This project was generated from
[`@TeoZosa`'s](https://github.com/TeoZosa)
[`cookiecutter-cruft-poetry-tox-pre-commit-ci-cd`](https://github.com/TeoZosa/cookiecutter-cruft-poetry-tox-pre-commit-ci-cd)
template.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TeoZosa/structlog-sentry-logger",
    "name": "structlog-sentry-logger",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.8",
    "maintainer_email": null,
    "keywords": "logging, structured, structure, log, structured logging, sentry, structlog, structlog-sentry",
    "author": "Teo Zosa",
    "author_email": "erinzosa@ucla.com",
    "download_url": null,
    "platform": null,
    "description": "Structlog-Sentry-Logger\n==============================\n![CI](https://github.com/TeoZosa/structlog-sentry-logger/workflows/CI/badge.svg)\n![codecov](https://codecov.io/gh/TeoZosa/structlog-sentry-logger/branch/master/graph/badge.svg?token=3HF21UWY82)\n[![Documentation Status](https://readthedocs.org/projects/structlog-sentry-logger/badge/?version=latest)](https://structlog-sentry-logger.readthedocs.io/en/latest/?badge=latest)\n![License](https://img.shields.io/github/license/TeoZosa/structlog-sentry-logger?style=plastic)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/structlog-sentry-logger?style=plastic)\n![PyPI](https://img.shields.io/pypi/v/structlog-sentry-logger?color=informational&style=plastic)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json)](https://github.com/charliermarsh/ruff)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![powered by semgrep](https://img.shields.io/badge/powered%20by-semgrep-1B2F3D?labelColor=lightgrey&link=https://semgrep.dev/&logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAYAAAD0f5bSAAAABmJLR0QA/gD+AP+cH+QUAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH5AYMEy0l8dkqrQAAAvFJREFUKBUB5gIZ/QEAAP8BAAAAAAMG6AD9+hn/GzA//wD//wAAAAD+AAAAAgABAQDl0MEBAwbmAf36GQAAAAAAAQEC9QH//gv/Gi1GFQEC+OoAAAAAAAAAAAABAQAA//8AAAAAAAAAAAD//ggX5tO66gID9AEBFSRxAgYLzRQAAADpAAAAAP7+/gDl0cMPAAAA+wAAAPkbLz39AgICAAAAAAAAAAAs+vU12AEbLz4bAAAA5P8AAAAA//4A5NDDEwEBAO///wABAQEAAP//ABwcMD7hAQEBAAAAAAAAAAAaAgAAAOAAAAAAAQEBAOXRwxUAAADw//8AAgAAAAD//wAAAAAA5OXRwhcAAQEAAAAAAAAAAOICAAAABP3+/gDjzsAT//8A7gAAAAEAAAD+AAAA/wAAAAAAAAAA//8A7ePOwA/+/v4AAAAABAIAAAAAAAAAAAAAAO8AAAABAAAAAAAAAAIAAAABAAAAAAAAAAgAAAD/AAAA8wAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAA8AAAAEAAAA/gAAAP8AAAADAAAA/gAAAP8AAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAA7wAAAPsAAAARAAAABAAAAP4AAAAAAAAAAgAAABYAAAAAAAAAAAIAAAD8AwICAB0yQP78/v4GAAAA/wAAAPAAAAD9AAAA/wAAAPr9//8aHTJA6AICAgAAAAD8AgAAADIAAAAAAP//AB4wPvgAAAARAQEA/gEBAP4BAQABAAAAGB0vPeIA//8AAAAAAAAAABAC+vUz1QAAAA8AAAAAAwMDABwwPu3//wAe//8AAv//ABAcMD7lAwMDAAAAAAAAAAAG+vU0+QEBAvUB//4L/xotRhUBAvjqAAAAAAAAAAAAAQEAAP//AAAAAAAAAAAA//4IF+bTuuoCA/QBAQAA/wEAAAAAAwboAP36Gf8bMD//AP//AAAAAP4AAAACAAEBAOXQwQEDBuYB/foZAAAAAAD4I6qbK3+1zQAAAABJRU5ErkJggg==)](https://semgrep.dev/)\n\n\n---\n\n**Documentation**: [https://structlog-sentry-logger.readthedocs.io](https://structlog-sentry-logger.readthedocs.io)\n\n**Source Code**: [https://github.com/TeoZosa/structlog-sentry-logger](https://github.com/TeoZosa/structlog-sentry-logger)\n\n---\n\n\n:teacher: Overview\n------------------\n\nA multi-purpose, pre-configured,\nperformance-optimized [`structlog`](https://www.structlog.org/en/stable/) logger with\n(optional) [Sentry](https://sentry.io/welcome/) integration\nvia [`structlog-sentry`](https://github.com/kiwicom/structlog-sentry).\n\n:sparkles: Features\n-------------------\n\n1. Makes logging as easy as using print statements, but prettier and easier to capture and filter!\n2. Highly opinionated! There are\n   only [two (2) distinct configurations](#chart_with_downwards_trend-output-formatting--storage).\n3. Structured logs in JSON format means they are ready to be ingested by many of your\n   favorite log analysis tools!\n4. [Cloud Logging compatible](#cloud-cloud-logging-compatibility)!\n\n<img width=\"1900\" alt=\"basic logging example for user documentation\"\nsrc=\"https://user-images.githubusercontent.com/13070236/208804053-aea8f0b8-8f67-47bd-a8da-ee1fbccf17ff.png\">\n\n:confetti_ball: What You Get\n----------------------------\n\n### :muscle: Powerful Automatic Context Fields\n\nThe pre-configured options include:\n\n1. :watch: Timestamps\n    - UTC time in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format\n      (`YYYY-MM-DDTHH:MM:SS.ffffffZ`)\n2. :vertical_traffic_light: Log levels\n    - Added to the JSON context for filtering and categorization\n3. :mag: Logger names\n    - Automatically assigned to namespaced versions of the initializing python\n      modules (`.py` files), relative to your project directory.\n        - e.g., the logger in `docs_src/sentry_integration.py` is\n          named `docs_src.sentry_integration`\n4. :mag_right: Function names and line numbers where logging calls were made\n\n> :fire: **Tip**  \n> For easier at-a-glance analysis, you can also sort log fields by key by exporting\n> the `STRUCTLOG_SENTRY_LOGGER_KEY_SORTING_ON` environment variable. Note, however, that\n> this has a substantial (`~1.6x`) performance penalty.\n> - See [`orjson`'s `OPT_SORT_KEYS` documentation](https://github.com/ijl/orjson#opt_sort_keys)\n>   for more information.\n\n### :zap: Performance\n\n`structlog-sentry-logger` is C-compiled and fully-tuned,\nleveraging [`orjson`](https://github.com/ijl/orjson)\nas the JSON serializer for lightning-fast logging (more than a 4x speedup over Python's\nbuilt-in JSON library[^1]; see\n[here](https://teozosa.github.io/structlog-sentry-logger/dev/bench/Linux/CPython/3.8/64bit/c_library/)\nfor sample performance benchmarks). Don't let your obligate cross-cutting concerns\ncripple performance any longer!\n\nFor further reference, see:\n\n- \"[`orjson`: Serialize](https://github.com/ijl/orjson#serialize)\" for benchmarks\n- \"[`structlog`: Performance](https://www.structlog.org/en/stable/performance.html)\" for\n  salient performance-related configurations.\n\n[^1]: Source: [Choosing a faster JSON library for Python: Benchmarking](https://pythonspeed.com/articles/faster-json-library/#step-4-benchmarking)\n\n### :robot: Built-in Sentry Integration (Optional)\n\nAutomatically add much richer context to your Sentry reports.\n\n- Your entire logging context is sent as a Sentry event when\n  the `structlog-sentry-logger`\n  log level is `error` or higher.\n    - i.e., `logger.error(\"\")`, `logger.exception(\"\")`\n- See [`structlog-sentry`](https://github.com/kiwicom/structlog-sentry) for more\n  details.\n\n------------\n\nTable of Contents\n\n<!-- toc -->\n\n- [:tada: Installation](#tada-installation)\n- [:rocket: Usage](#rocket-usage)\n  * [:loud_sound: Pure `structlog` Logging (Without Sentry)](#loud_sound-pure-structlog-logging-without-sentry)\n  * [:outbox_tray: Log Custom Context Directly to Sentry (optional)](#outbox_tray-log-custom-context-directly-to-sentry-optional)\n  * [:cloud: Cloud Logging Compatibility](#cloud-cloud-logging-compatibility)\n- [:chart_with_downwards_trend: Output: Formatting & Storage](#chart_with_downwards_trend-output-formatting--storage)\n- [:clipboard: Summary](#clipboard-summary)\n- [:books: Further Reading](#books-further-reading)\n  * [:one: `structlog`: Structured Logging for Python](#one-structlog-structured-logging-for-python)\n  * [:two: `Sentry`: Monitor and fix crashes in realtime](#two-sentry-monitor-and-fix-crashes-in-realtime)\n  * [:three: `structlog-sentry`: Provides the `structlog` integration for Sentry](#three-structlog-sentry-provides-the-structlog-integration-for-sentry)\n- [:wrench: Development](#wrench-development)\n  * [:building_construction: Package and Dependencies Installation](#building_construction-package-and-dependencies-installation)\n  * [:package: Python Module to C-Extension Compilation](#package-python-module-to-c-extension-compilation)\n  * [:white_check_mark: Testing](#white_check_mark-testing)\n  * [:rotating_light: Code Quality](#rotating_light-code-quality)\n    + [:arrows_counterclockwise: Automate via Git Pre-Commit Hooks](#arrows_counterclockwise-automate-via-git-pre-commit-hooks)\n  * [:memo: Documentation](#memo-documentation)\n- [:judge: Legal](#judge-legal)\n  * [:page_facing_up: License](#page_facing_up-license)\n  * [:busts_in_silhouette: Credits](#busts_in_silhouette-credits)\n\n<!-- tocstop -->\n\n:tada: Installation\n===================\n\n ```shell script\npip install structlog-sentry-logger\n```\n\nOptionally, install Sentry integration with\n\n ```shell script\npip install \"structlog-sentry-logger[sentry]\"\n```\n\n:rocket: Usage\n==============\n:loud_sound: Pure `structlog` Logging (Without Sentry)\n------------------------------------------------------\nSimply import and instantiate the logger:\n\n```python\nimport structlog_sentry_logger\n\nLOGGER = structlog_sentry_logger.get_logger()\n```\n\nNow you can start adding logs as easily as print statements:\n\n```python\nLOGGER.info(\"Your log message\", extra_field=\"extra_value\")\n```\n\n> :memo: **Note**  \n> All the regular\n> [Python logging levels](https://docs.python.org/3/library/logging.html#levels)\n> are supported.\n\nWhich automatically produces this:\n\n```json\n{\n    \"event\": \"Your log message\",\n    \"extra_field\": \"extra_value\",\n    \"funcName\": \"<module>\",\n    \"level\": \"info\",\n    \"lineno\": 5,\n    \"logger\": \"docs_src.pure_structlog_logging_without_sentry\",\n    \"timestamp\": \"2022-01-11T07:05:37.164744Z\"\n}\n```\n\n\n:outbox_tray: Log Custom Context Directly to Sentry (optional)\n------------------------------------------------\n\nIf you installed the library with the optional Sentry integration you can incorporate\ncustom messages in your exception handling which will automatically be\nreported to Sentry (thanks to the [`structlog-sentry`](https://github.com/kiwicom/structlog-sentry)\nmodule). To enable this behavior, export the\n`STRUCTLOG_SENTRY_LOGGER_CLOUD_SENTRY_INTEGRATION_MODE_ON` environment variable.\n\nAn easy way to do this is to put it into a local `.env` file[^2]:\n\n```bash\necho \"STRUCTLOG_SENTRY_LOGGER_CLOUD_SENTRY_INTEGRATION_MODE_ON=\" >> .env\n```\n\n> :memo: **\ufe0fNote**  \n> By default, only logs at error-level or above are sent to Sentry. If you want to set a\n> different minimum log level, you can specify\n> [a valid Python log level](https://docs.python.org/3/library/logging.html#logging-levels)\n> via the `STRUCTLOG_SENTRY_LOGGER_SENTRY_LOG_LEVEL` environment variable.\n>\n> For example, to send all logs at warning-level or above to Sentry you would simply set\n> `STRUCTLOG_SENTRY_LOGGER_SENTRY_LOG_LEVEL=WARNING`\n\nFor a concrete example, given the following Python code:\n\n```python\nimport uuid\n\nimport structlog_sentry_logger\n\nLOGGER = structlog_sentry_logger.get_logger()\n\ncurr_user_logger = LOGGER.bind(uuid=uuid.uuid4().hex)  # LOGGER instance with bound UUID\ntry:\n    curr_user_logger.warn(\"A dummy error for testing purposes is about to be thrown!\")\n    x = 1 / 0\nexcept ZeroDivisionError as err:\n    ERR_MSG = (\n        \"I threw an error on purpose for this example!\\n\"\n        \"Now throwing another that explicitly chains from that one!\"\n    )\n    curr_user_logger.exception(ERR_MSG)\n    raise RuntimeError(ERR_MSG) from err\n```\n\nWe would get the following output:\n\n```json lines\n{\n    \"event\": \"A dummy error for testing purposes is about to be thrown!\\n\",\n    \"funcName\": \"<module>\",\n    \"level\": \"warning\",\n    \"lineno\": 12,\n    \"logger\": \"docs_src.sentry_integration\",\n    \"sentry\": \"skipped\",\n    \"timestamp\": \"2022-01-06T04:50:07.627633Z\",\n    \"uuid\": \"fe2bdcbe2ed74432a87bc76bcdc9def4\"\n}\n{\n    \"event\": \"I threw an error on purpose for this example!\\nNow throwing another that explicitly chains from that one!\\n\",\n    \"exc_info\": true,\n    \"funcName\": \"<module>\",\n    \"level\": \"error\",\n    \"lineno\": 19,\n    \"logger\": \"docs_src.sentry_integration\",\n    \"sentry\": \"sent\",\n    \"sentry_id\": null,\n    \"timestamp\": \"2022-01-06T04:50:07.628316Z\",\n    \"uuid\": \"fe2bdcbe2ed74432a87bc76bcdc9def4\"\n}\nTraceback (most recent call last):\n  File \"/app/structlog-sentry-logger/docs_src/sentry_integration.py\", line 10, in <module>\n    x = 1 / 0\nZeroDivisionError: division by zero\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/app/structlog-sentry-logger/docs_src/sentry_integration.py\", line 17, in <module>\n    raise RuntimeError(ERR_MSG) from err\nRuntimeError: I threw an error on purpose for this example!\nNow throwing another that explicitly chains from that one!\n```\n\n:cloud: Cloud Logging Compatibility\n-----------------------------------\nThe logger will attempt to infer if an application is running in a cloud environment by\ninspecting for the presence of environment variables that may be automatically injected\nby cloud providers (namely, `KUBERNETES_SERVICE_HOST`, `GCP_PROJECT`,\nand `GOOGLE_CLOUD_PROJECT`).\n\nIf any of these environment variables are detected, log levels will be duplicated to a\nreserved `severity` key in the emitted logs to enable parsing of the log level and the\nremaining log context (as `jsonPayload`) by [Cloud Logging](https://cloud.google.com/logging)\n(see: [Cloud Logging: Structured logging](https://cloud.google.com/logging/docs/structured-logging)).\n\n> :memo: **\ufe0fNote**  \n> This behavior can also be manually enabled by adding the\n> `STRUCTLOG_SENTRY_LOGGER_CLOUD_LOGGING_COMPATIBILITY_MODE_ON`\n> variable to your environment, e.g., via a `.env` file[^2].\n\n> :warning:\ufe0f **Warning**  \n> If a user manually specifies a value for the `severity` key, it will be overwritten!\n> Avoid using this key if possible to preempt any future issues.\n\n\n:chart_with_downwards_trend: Output: Formatting & Storage\n=========================================================\nThe default behavior is to stream JSON logs directly to the standard output\nstream [like a proper 12 Factor App](https://12factor.net/logs).\n\nFor local development, it often helps to prettify logging to stdout and save JSON logs\nto a `.logs` folder at the root of your project directory for later debugging. To enable\nthis behavior, export the `STRUCTLOG_SENTRY_LOGGER_LOCAL_DEVELOPMENT_LOGGING_MODE_ON`\nenvironment variable, e.g., in your local `.env` file[^2]:\n\n```bash\necho \"STRUCTLOG_SENTRY_LOGGER_LOCAL_DEVELOPMENT_LOGGING_MODE_ON=\" >> .env\n```\n\nIn doing so, with our previous exception handling example we would get:\n\n![Output_Formatting_example_0](./.static/Output_Formatting_example_0.png)\n![Output_Formatting_example_1](./.static/Output_Formatting_example_1.png)\n\n[^2]: This library uses [`python-dotenv`](https://github.com/theskumar/python-dotenv)\nto automatically populate your environment with this variable (if it exists) from the\nlocal `.env` file. Alternatively, you may use\n[`direnv`](https://github.com/direnv/direnv) and a `.envrc` file. A sample `.envrc` file\n(with all features enabled) has been provided at the root of the repository\n([`.envrc.sample`](./.envrc.sample)). If [`direnv`](https://github.com/direnv/direnv) is\nalready installed, it's as simple as copying [`.envrc.sample`](./.envrc.sample) to the\nroot of your project, editing it to reflect your desired configurations, renaming it\nto `.envrc`, and running `direnv allow` :tada:\n\n:clipboard: Summary\n===================\nThat's it. Now no excuses. Get out there and program with pride knowing no one will\nlaugh at you in production! For not logging properly, that is. You're on your own for\nthat\nother [observability](https://devops.com/metrics-logs-and-traces-the-golden-triangle-of-observability-in-monitoring/)\nstuff.\n\n:books: Further Reading\n=======================\n<img src=\"https://www.structlog.org/en/stable/_static/structlog_logo_small.png\" width=\"200\">\n\n## :one: `structlog`: Structured Logging for Python\n- [https://www.structlog.org/en/stable/](https://www.structlog.org/en/stable/#)\n\n<img src=\"https://camo.githubusercontent.com/2dfeafbee0904d6df16ddf7200993dace1629e60/68747470733a2f2f73656e7472792d6272616e642e73746f726167652e676f6f676c65617069732e636f6d2f73656e7472792d6c6f676f2d626c61636b2e706e67\" width=\"400\">\n\n## :two: `Sentry`: Monitor and fix crashes in realtime\n- [https://sentry.io/welcome/](https://sentry.io/welcome/)\n\n## :three: `structlog-sentry`: Provides the `structlog` integration for Sentry\n- [https://github.com/kiwicom/structlog-sentry](https://github.com/kiwicom/structlog-sentry)\n\n---\n\n:wrench: Development\n====================\n\nFor convenience, implementation details of the below processes are abstracted away and\nencapsulated in single [Make](https://www.gnu.org/software/make/) targets.\n\n\n> :fire: **Tip**  \n> Invoking `make` without any arguments will display\n> auto-generated documentation on available commands.\n\n:building_construction: Package and Dependencies Installation\n-------------------------------------------------------------\n\nMake sure you have Python 3.8+ and [`poetry`](https://python-poetry.org/)\ninstalled and configured.\n\nTo install the package and all dev dependencies, run:\n\n```shell script\nmake provision-environment\n```\n\n> :fire: **Tip**  \n> Invoking the above without `poetry` installed will emit a\n> helpful error message letting you know how you can install poetry.\n\n:package: Python Module to C-Extension Compilation\n--------------------------------------------------\nThe projects's [build.py](./build.py) file specifies which modules to package.\n\nFor manual per-module compilation, see:\n[Mypyc Documentation: Getting started - Compiling and running](https://mypyc.readthedocs.io/en/latest/getting_started.html#compiling-and-running)\n\n:white_check_mark: Testing\n--------------------------\n\nWe use [`tox`](https://tox.readthedocs.io/en/latest/)\nand [`pytest`](https://pytest.readthedocs.io/) for our test automation and testing\nframeworks, respectively.\n\nTo invoke the tests, run:\n\n```shell script\nmake test\n```\n\nRun [mutation tests](https://opensource.com/article/20/7/mutmut-python) to validate test\nsuite robustness (Optional):\n\n```shell script\nmake test-mutations\n```\n\n> :information_source: **Technical Details**  \n> Test time scales with the complexity of the codebase. Results are cached\n> in `.mutmut-cache`, so once you get past the initial [cold start problem](https://en.wikipedia.org/wiki/Cold_start_(recommender_systems)),\n> subsequent mutation test runs will be much faster; new mutations will only\n> be applied to modified code paths.\n\n:rotating_light: Code Quality\n-----------------------------\n\nWe use [`pre-commit`](https://pre-commit.com/) for our static analysis automation and\nmanagement framework.\n\nTo invoke the analyses and auto-formatting over all version-controlled files, run:\n\n```shell script\nmake lint\n```\n\n> :rotating_light: **Danger**  \n> CI will fail if either testing or code quality fail,\n> so it is recommended to automatically run the above locally\n> prior to every commit that is pushed.\n\n### :arrows_counterclockwise: Automate via Git Pre-Commit Hooks\n\nTo automatically run code quality validation on every commit (over to-be-committed\nfiles), run:\n\n```shell script\nmake install-pre-commit-hooks\n```\n\n> :warning:\ufe0f **Warning**  \n> This will prevent commits if any single pre-commit hook fails\n> (unless it is allowed to fail)\n> or a file is modified by an auto-formatting job;\n> in the latter case, you may simply repeat the commit and it should pass.\n\n:memo: Documentation\n--------------------\n\n```shell script\nmake docs-clean docs-html\n```\n\n> :fire: **Tip**  \n> For faster feedback loops, this will attempt to automatically open the newly\n> built documentation static HTML in your browser.\n\n:judge: Legal\n=============\n\n:page_facing_up: License\n------------------------\n\nStructlog-Sentry-Logger is licensed under the Apache License, Version 2.0.\nSee [LICENSE](./LICENSE) for the full license text.\n\n\n:busts_in_silhouette: Credits\n-----------------------------\n\nThis project was generated from\n[`@TeoZosa`'s](https://github.com/TeoZosa)\n[`cookiecutter-cruft-poetry-tox-pre-commit-ci-cd`](https://github.com/TeoZosa/cookiecutter-cruft-poetry-tox-pre-commit-ci-cd)\ntemplate.\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Log without the setup via a pre-configured structlog logger with optional Sentry integration",
    "version": "1.4.0",
    "project_urls": {
        "Changelog": "https://github.com/TeoZosa/structlog-sentry-logger/releases",
        "Homepage": "https://github.com/TeoZosa/structlog-sentry-logger",
        "Repository": "https://github.com/TeoZosa/structlog-sentry-logger"
    },
    "split_keywords": [
        "logging",
        " structured",
        " structure",
        " log",
        " structured logging",
        " sentry",
        " structlog",
        " structlog-sentry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18a43603be5c362efbe2d0f9a2e536e8320750bd04862fef43810e3034d3ff08",
                "md5": "b57b4979fe80f220d063faed7ed0ed38",
                "sha256": "fbac4b0f402d39c4aca6dc887b163ddff061c82bb86318a50645a53db2146cd4"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp310-cp310-macosx_10_9_arm64.whl",
            "has_sig": false,
            "md5_digest": "b57b4979fe80f220d063faed7ed0ed38",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 115572,
            "upload_time": "2024-03-23T12:43:10",
            "upload_time_iso_8601": "2024-03-23T12:43:10.144009Z",
            "url": "https://files.pythonhosted.org/packages/18/a4/3603be5c362efbe2d0f9a2e536e8320750bd04862fef43810e3034d3ff08/structlog_sentry_logger-1.4.0-cp310-cp310-macosx_10_9_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3492357a9ed08476d8c0aeb568d9b25c57bd83e27cf39405617110abd79d593e",
                "md5": "199b8e554fd0e86bf1985f5e8b8d089d",
                "sha256": "cdeed1f60501cbbed75e81fed0f70fd5c9863a1618a6998b35ddc2f47aaa5496"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "199b8e554fd0e86bf1985f5e8b8d089d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 209411,
            "upload_time": "2024-03-23T12:43:12",
            "upload_time_iso_8601": "2024-03-23T12:43:12.707640Z",
            "url": "https://files.pythonhosted.org/packages/34/92/357a9ed08476d8c0aeb568d9b25c57bd83e27cf39405617110abd79d593e/structlog_sentry_logger-1.4.0-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "786cc37fe4427f7a359937982cfcbd7540daa7f2d028e38a901e8b06d6c6f46d",
                "md5": "8f6d216ffe2307fc92b57601706aaf81",
                "sha256": "30bfd998cbac83eab3b4386523613757ecb342ccf3db2f533fe3bab38f4467d8"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8f6d216ffe2307fc92b57601706aaf81",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 116895,
            "upload_time": "2024-03-23T12:43:14",
            "upload_time_iso_8601": "2024-03-23T12:43:14.775163Z",
            "url": "https://files.pythonhosted.org/packages/78/6c/c37fe4427f7a359937982cfcbd7540daa7f2d028e38a901e8b06d6c6f46d/structlog_sentry_logger-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d3f6ac7abf6567ce992bcc28677ce78d7c1115be9023b35b4e2d4042285f355",
                "md5": "f91db8fe6f0ac42e432ad391ed7084df",
                "sha256": "ec9d4ca2a9db564ccd7ec03fa4def98da2079b9199216d8051f9dabe2451bc1b"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f91db8fe6f0ac42e432ad391ed7084df",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 115570,
            "upload_time": "2024-03-23T12:43:16",
            "upload_time_iso_8601": "2024-03-23T12:43:16.883497Z",
            "url": "https://files.pythonhosted.org/packages/4d/3f/6ac7abf6567ce992bcc28677ce78d7c1115be9023b35b4e2d4042285f355/structlog_sentry_logger-1.4.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74e0f1b598e24378d26c44f6a283101c1d11f304008fb5e059d8060efe39b46f",
                "md5": "6836bcac9644e1c6bdc5fa812719a205",
                "sha256": "2e849fe3c785ce5380d73fe2b5542306d1b4fa5aa2171204f45c2a0a614d5929"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp310-cp310-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "6836bcac9644e1c6bdc5fa812719a205",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 209528,
            "upload_time": "2024-03-23T12:43:19",
            "upload_time_iso_8601": "2024-03-23T12:43:19.098474Z",
            "url": "https://files.pythonhosted.org/packages/74/e0/f1b598e24378d26c44f6a283101c1d11f304008fb5e059d8060efe39b46f/structlog_sentry_logger-1.4.0-cp310-cp310-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0306acbb869188a76fc1708b35dcf90db4410c3be4dac155c5f7450de41d903c",
                "md5": "122933216c2a46937b9e3fed6598d5b5",
                "sha256": "9c389956b47f8417d730594168ca334dc500a8afa74fc6e25a26e94cffdf9267"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp310-cp310-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "122933216c2a46937b9e3fed6598d5b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 117064,
            "upload_time": "2024-03-23T12:43:20",
            "upload_time_iso_8601": "2024-03-23T12:43:20.967528Z",
            "url": "https://files.pythonhosted.org/packages/03/06/acbb869188a76fc1708b35dcf90db4410c3be4dac155c5f7450de41d903c/structlog_sentry_logger-1.4.0-cp310-cp310-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72e55f120d34f1a6e6fdabc6707a20e790d91d038b36c5c3ae89463b6eedc7aa",
                "md5": "511cae141a6b6f30fbfe33d61830e682",
                "sha256": "197391a05d7e53d3d72f531e372f000b258959a05bb1057c3886d448c18b6fd0"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp310-cp310-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "511cae141a6b6f30fbfe33d61830e682",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 113866,
            "upload_time": "2024-03-23T12:43:22",
            "upload_time_iso_8601": "2024-03-23T12:43:22.270050Z",
            "url": "https://files.pythonhosted.org/packages/72/e5/5f120d34f1a6e6fdabc6707a20e790d91d038b36c5c3ae89463b6eedc7aa/structlog_sentry_logger-1.4.0-cp310-cp310-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ee4ccfd832e3d90ebd14434d77549fc2615589c4376c835ff3d2e1fa032460d",
                "md5": "fed68f8e1d2bb07e0cbc67115e402825",
                "sha256": "c22275df15c2c44d8fc30a1b6014336be2a57c9ac5b6a2ce4e5b6746d29f1c98"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp310-cp310-macosx_12_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "fed68f8e1d2bb07e0cbc67115e402825",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 206188,
            "upload_time": "2024-03-23T12:43:23",
            "upload_time_iso_8601": "2024-03-23T12:43:23.591729Z",
            "url": "https://files.pythonhosted.org/packages/2e/e4/ccfd832e3d90ebd14434d77549fc2615589c4376c835ff3d2e1fa032460d/structlog_sentry_logger-1.4.0-cp310-cp310-macosx_12_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1446e2b8075b53ecc4a2d1a817b2c764ba54fc2ce188c6416391f001492895c7",
                "md5": "b1f1ec8609e0536f42edeb6db2d7a19a",
                "sha256": "1f3e4a9958de457d6e70b076928d471682fed2a0c315edd6805a382bd5b87322"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp310-cp310-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b1f1ec8609e0536f42edeb6db2d7a19a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 115305,
            "upload_time": "2024-03-23T12:43:25",
            "upload_time_iso_8601": "2024-03-23T12:43:25.513898Z",
            "url": "https://files.pythonhosted.org/packages/14/46/e2b8075b53ecc4a2d1a817b2c764ba54fc2ce188c6416391f001492895c7/structlog_sentry_logger-1.4.0-cp310-cp310-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b34fdee829d0b67cd4ea9380046e55d77cb6a8cb332310ce1d9a404a8fe89299",
                "md5": "71f69ff32d3b21f99f5995a083a2474b",
                "sha256": "c5f986be78f79b8d8d8aa11043a4d6551163a6973cd11f2b04dcf79e5fd2b5fd"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "71f69ff32d3b21f99f5995a083a2474b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 193810,
            "upload_time": "2024-03-23T12:43:27",
            "upload_time_iso_8601": "2024-03-23T12:43:27.369553Z",
            "url": "https://files.pythonhosted.org/packages/b3/4f/dee829d0b67cd4ea9380046e55d77cb6a8cb332310ce1d9a404a8fe89299/structlog_sentry_logger-1.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "384924fddb59623f04ea49777539ec53f6fc9074c508ed04343fff40c5712a8f",
                "md5": "206c2251f49e2d6caee069260641afcd",
                "sha256": "0413faf1637d0c720f77935af001b5e9e23e83a49e3e0f27758968857fc4d0dc"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "206c2251f49e2d6caee069260641afcd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 194956,
            "upload_time": "2024-03-23T12:43:29",
            "upload_time_iso_8601": "2024-03-23T12:43:29.374700Z",
            "url": "https://files.pythonhosted.org/packages/38/49/24fddb59623f04ea49777539ec53f6fc9074c508ed04343fff40c5712a8f/structlog_sentry_logger-1.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41b954cf8cdf21c7c942aa82ed54c2d37dd8e5206e6d304d47e4d8ae71f12a4b",
                "md5": "1f973549932a83af3ff2fc682d42ed3b",
                "sha256": "d8029d04752c7a87cad34e3d5e70f76069b58f628a04c6f759e7f8e7f7fdb5c1"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1f973549932a83af3ff2fc682d42ed3b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 189082,
            "upload_time": "2024-03-23T12:43:31",
            "upload_time_iso_8601": "2024-03-23T12:43:31.477588Z",
            "url": "https://files.pythonhosted.org/packages/41/b9/54cf8cdf21c7c942aa82ed54c2d37dd8e5206e6d304d47e4d8ae71f12a4b/structlog_sentry_logger-1.4.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ccea83f0c6b92689fb88229a8fc18f784fa7f530b0295842e1837e86a2fe574",
                "md5": "4ff8834845b2379d7744a0d4599b694f",
                "sha256": "fafc3c8c86a5b7ef41a52fb183cba062db262658bbfbf8ef6a70f5144548e359"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4ff8834845b2379d7744a0d4599b694f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 190096,
            "upload_time": "2024-03-23T12:43:33",
            "upload_time_iso_8601": "2024-03-23T12:43:33.353766Z",
            "url": "https://files.pythonhosted.org/packages/7c/ce/a83f0c6b92689fb88229a8fc18f784fa7f530b0295842e1837e86a2fe574/structlog_sentry_logger-1.4.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8e01bc31698b6a17eb1b3b4109e78621b37bdb1cb9d24d586d79a6a9533b2fc",
                "md5": "5b3e20b293772e99f46bfad15a706595",
                "sha256": "e8dc3a86b7e13a60fda4ebaa4009024605020b797d17587bde376bc6bc3016a9"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5b3e20b293772e99f46bfad15a706595",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 95067,
            "upload_time": "2024-03-23T12:43:34",
            "upload_time_iso_8601": "2024-03-23T12:43:34.699886Z",
            "url": "https://files.pythonhosted.org/packages/e8/e0/1bc31698b6a17eb1b3b4109e78621b37bdb1cb9d24d586d79a6a9533b2fc/structlog_sentry_logger-1.4.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5ccdb1736ffd68d43f39b80d32d310ee0cf19aadccb0efeb7185b711ad3182e",
                "md5": "3408f33c0991e342257b91c9822ba132",
                "sha256": "f92ca463504263ec5cf68a487947c3e7591aa037f1b3dcb38b65abbb4f34ebef"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp311-cp311-macosx_10_9_arm64.whl",
            "has_sig": false,
            "md5_digest": "3408f33c0991e342257b91c9822ba132",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 114559,
            "upload_time": "2024-03-23T12:43:36",
            "upload_time_iso_8601": "2024-03-23T12:43:36.044615Z",
            "url": "https://files.pythonhosted.org/packages/b5/cc/db1736ffd68d43f39b80d32d310ee0cf19aadccb0efeb7185b711ad3182e/structlog_sentry_logger-1.4.0-cp311-cp311-macosx_10_9_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cacc3a6a2bb0bbf2ead55fe27fa534c28c475743756f3dd6f087ba95cb03eac",
                "md5": "fd18ccbbecfee7abedae9d0e4357464f",
                "sha256": "fc2954b00504a36b32a85846ed7512cad82538179b5011bf173d63b4c72fe3f2"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "fd18ccbbecfee7abedae9d0e4357464f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 207612,
            "upload_time": "2024-03-23T12:43:37",
            "upload_time_iso_8601": "2024-03-23T12:43:37.482949Z",
            "url": "https://files.pythonhosted.org/packages/3c/ac/c3a6a2bb0bbf2ead55fe27fa534c28c475743756f3dd6f087ba95cb03eac/structlog_sentry_logger-1.4.0-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ff5f44306adc051219adc4d861f0892448c600d06e4836006a0756ab91ae0fc",
                "md5": "7212ce1b8d76932dec932a7d925be880",
                "sha256": "492a68ef82d97f33393f1ac4cb480d5784ba079acc29998de730e5fd5325c9a0"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7212ce1b8d76932dec932a7d925be880",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 115979,
            "upload_time": "2024-03-23T12:43:39",
            "upload_time_iso_8601": "2024-03-23T12:43:39.100856Z",
            "url": "https://files.pythonhosted.org/packages/0f/f5/f44306adc051219adc4d861f0892448c600d06e4836006a0756ab91ae0fc/structlog_sentry_logger-1.4.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01ac7f8d3290cae515d5fe98063538190245769cb0d485d5e6d9d8d11065d775",
                "md5": "9984d592e49c31c105782d0e1bf3f10a",
                "sha256": "fa24badcd0020ef338792b4403d1a7ae393753ee5c123ad1bf576eec5eed554e"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9984d592e49c31c105782d0e1bf3f10a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 114555,
            "upload_time": "2024-03-23T12:43:40",
            "upload_time_iso_8601": "2024-03-23T12:43:40.567451Z",
            "url": "https://files.pythonhosted.org/packages/01/ac/7f8d3290cae515d5fe98063538190245769cb0d485d5e6d9d8d11065d775/structlog_sentry_logger-1.4.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1df2500b6bd19d316c9e735fdf57f9a4b7bc77585a2fdc00fb5f89091746a81f",
                "md5": "bdf7fe7ba6a296e19d7b6d2705b48fee",
                "sha256": "607200665a9b1d202ccd364862f321bc3b4557c6c8633e9ebaee33d606437be6"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp311-cp311-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "bdf7fe7ba6a296e19d7b6d2705b48fee",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 207756,
            "upload_time": "2024-03-23T12:43:42",
            "upload_time_iso_8601": "2024-03-23T12:43:42.761541Z",
            "url": "https://files.pythonhosted.org/packages/1d/f2/500b6bd19d316c9e735fdf57f9a4b7bc77585a2fdc00fb5f89091746a81f/structlog_sentry_logger-1.4.0-cp311-cp311-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f06142faef88d7832ace71d075b2a3059a6a27ccc11093c356771c082ffd45dc",
                "md5": "996d9f2de2fd2635bdb916f8f304aae5",
                "sha256": "bdaf466cd19c5cc0919433c07c7b4add08fbcbcd41bd1be71e0981cf98b49109"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp311-cp311-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "996d9f2de2fd2635bdb916f8f304aae5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 116146,
            "upload_time": "2024-03-23T12:43:44",
            "upload_time_iso_8601": "2024-03-23T12:43:44.186616Z",
            "url": "https://files.pythonhosted.org/packages/f0/61/42faef88d7832ace71d075b2a3059a6a27ccc11093c356771c082ffd45dc/structlog_sentry_logger-1.4.0-cp311-cp311-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7febf3494086ff17586c2cbfcf46a53f638f70c21009347eb0ed4b1548f2323d",
                "md5": "0844e8d12c030da3b5d69208685ec42d",
                "sha256": "93c863022668cfa7ee97cd123ff72d9e12d7956de0202daaccb7d7b0a1af58af"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp311-cp311-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0844e8d12c030da3b5d69208685ec42d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 112976,
            "upload_time": "2024-03-23T12:43:45",
            "upload_time_iso_8601": "2024-03-23T12:43:45.555464Z",
            "url": "https://files.pythonhosted.org/packages/7f/eb/f3494086ff17586c2cbfcf46a53f638f70c21009347eb0ed4b1548f2323d/structlog_sentry_logger-1.4.0-cp311-cp311-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6dd8df00dc87520ab356738f82021505e672672b68e2633d483081c3692b5c4",
                "md5": "8d4a514c5612c6bc67d613f410c95987",
                "sha256": "5dd663fcf8f3ab592614e162942f4da9185f1c97d0c6cbfb7592596483ca6bcf"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp311-cp311-macosx_12_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "8d4a514c5612c6bc67d613f410c95987",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 204455,
            "upload_time": "2024-03-23T12:43:46",
            "upload_time_iso_8601": "2024-03-23T12:43:46.873461Z",
            "url": "https://files.pythonhosted.org/packages/f6/dd/8df00dc87520ab356738f82021505e672672b68e2633d483081c3692b5c4/structlog_sentry_logger-1.4.0-cp311-cp311-macosx_12_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e170baebf2e098796a3062d18fb539a23ce67e0e5beb97e89865a5f9bc16d57",
                "md5": "fb95cfc7fb03aa436b73e66674426d07",
                "sha256": "29059c752f1bc5a97084bc2f583a065995d9cac96313c54dad8f99a7941d974b"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp311-cp311-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fb95cfc7fb03aa436b73e66674426d07",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 114432,
            "upload_time": "2024-03-23T12:43:48",
            "upload_time_iso_8601": "2024-03-23T12:43:48.879466Z",
            "url": "https://files.pythonhosted.org/packages/4e/17/0baebf2e098796a3062d18fb539a23ce67e0e5beb97e89865a5f9bc16d57/structlog_sentry_logger-1.4.0-cp311-cp311-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d82c7cad86b59f2be03b9fa56012403438c186b8b6e1301311a82d8163ec7fb6",
                "md5": "0789fa58c3b526e6b1ab4c5b2d8eabd1",
                "sha256": "097ec30c232df0652c6f88db19c3040b28e55d6bb265fe6450323a5bbf9724db"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0789fa58c3b526e6b1ab4c5b2d8eabd1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 193251,
            "upload_time": "2024-03-23T12:43:50",
            "upload_time_iso_8601": "2024-03-23T12:43:50.647464Z",
            "url": "https://files.pythonhosted.org/packages/d8/2c/7cad86b59f2be03b9fa56012403438c186b8b6e1301311a82d8163ec7fb6/structlog_sentry_logger-1.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec8f23d3275960de3dd4d25e7e499741a726f3e68cba4acc0dd373c890a1bdb7",
                "md5": "93f70416ff37ff10e0d9b5fefc006439",
                "sha256": "93ccad45bf0c40fc2b8ced82bf23298e845fb201e4d130d98efef9d3d6d74f3c"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "93f70416ff37ff10e0d9b5fefc006439",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 194560,
            "upload_time": "2024-03-23T12:43:52",
            "upload_time_iso_8601": "2024-03-23T12:43:52.154602Z",
            "url": "https://files.pythonhosted.org/packages/ec/8f/23d3275960de3dd4d25e7e499741a726f3e68cba4acc0dd373c890a1bdb7/structlog_sentry_logger-1.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41c09f9707f48555b92f9c834c7a98716055fa44556dd7be482e148a07b31600",
                "md5": "b99e5aa0fcd8fb142882214158a81564",
                "sha256": "0bf3002610baa1609b842c608f41bde382511718f6f7ec8ac4e31bf27b582633"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b99e5aa0fcd8fb142882214158a81564",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 188042,
            "upload_time": "2024-03-23T12:43:53",
            "upload_time_iso_8601": "2024-03-23T12:43:53.575721Z",
            "url": "https://files.pythonhosted.org/packages/41/c0/9f9707f48555b92f9c834c7a98716055fa44556dd7be482e148a07b31600/structlog_sentry_logger-1.4.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7379f3f7dfc9d29c363582be10725ec9fc95725abcf12000c9ca401b61280ceb",
                "md5": "21c6a4853a008a6acf1a4d42b4b30335",
                "sha256": "cc5d62d13bfdcb5d4ed041437fee1bd6d0e252bdfe84f73958114eb30781d409"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "21c6a4853a008a6acf1a4d42b4b30335",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 189244,
            "upload_time": "2024-03-23T12:43:55",
            "upload_time_iso_8601": "2024-03-23T12:43:55.584675Z",
            "url": "https://files.pythonhosted.org/packages/73/79/f3f7dfc9d29c363582be10725ec9fc95725abcf12000c9ca401b61280ceb/structlog_sentry_logger-1.4.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9878639b9e535fd4b44fffbcde504f5577cf1fbddcaee5692a599393ca878751",
                "md5": "709dd3ae1e09989bdb2d1e1bfdd25761",
                "sha256": "b95f896a880bc92890db1f422125cb001f3b6d9e7afdd55255ba2425ba4d58d4"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "709dd3ae1e09989bdb2d1e1bfdd25761",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 94921,
            "upload_time": "2024-03-23T12:43:57",
            "upload_time_iso_8601": "2024-03-23T12:43:57.460818Z",
            "url": "https://files.pythonhosted.org/packages/98/78/639b9e535fd4b44fffbcde504f5577cf1fbddcaee5692a599393ca878751/structlog_sentry_logger-1.4.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc192e2b3400009bd6bd933d1fda350436abd96b85204c04464daf00989d0cb1",
                "md5": "694ba319f35af5b95aad04ec30c7b9b4",
                "sha256": "a251d73e8d4d0bafd025967e91c9b2530354504fa1ceb8e41940cfd68a23ce52"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp38-cp38-macosx_10_9_arm64.whl",
            "has_sig": false,
            "md5_digest": "694ba319f35af5b95aad04ec30c7b9b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 114224,
            "upload_time": "2024-03-23T12:43:59",
            "upload_time_iso_8601": "2024-03-23T12:43:59.455676Z",
            "url": "https://files.pythonhosted.org/packages/bc/19/2e2b3400009bd6bd933d1fda350436abd96b85204c04464daf00989d0cb1/structlog_sentry_logger-1.4.0-cp38-cp38-macosx_10_9_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eed370a6702dbf4779a39242196856fb99914cc50b7d2c33d7efa93f0cf204e7",
                "md5": "1a5fb83de8efee35a34d615c7761fd90",
                "sha256": "d7b0236aa2cd6f288d795d1e5655505bd2cf7ed110cfd69720ce06ddec948383"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "1a5fb83de8efee35a34d615c7761fd90",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 206307,
            "upload_time": "2024-03-23T12:44:01",
            "upload_time_iso_8601": "2024-03-23T12:44:01.417583Z",
            "url": "https://files.pythonhosted.org/packages/ee/d3/70a6702dbf4779a39242196856fb99914cc50b7d2c33d7efa93f0cf204e7/structlog_sentry_logger-1.4.0-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b41fb993e2913c633837f6f211f9a7ea5554d68e767ba7746ed3396ad77ceab",
                "md5": "e2cad8bc0bd6df49d4212b1be4dfb308",
                "sha256": "b7610efbb03bc68c4bcd9f89106489f5a8462ff0dd5f83b8e88b32922460b534"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e2cad8bc0bd6df49d4212b1be4dfb308",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 114973,
            "upload_time": "2024-03-23T12:44:03",
            "upload_time_iso_8601": "2024-03-23T12:44:03.688805Z",
            "url": "https://files.pythonhosted.org/packages/3b/41/fb993e2913c633837f6f211f9a7ea5554d68e767ba7746ed3396ad77ceab/structlog_sentry_logger-1.4.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62f290e67a9d18defdb26463a1d26407c64f4017fb3a9c750ebdd5c705f44e6d",
                "md5": "f02808377957f23f5b5944f66537b150",
                "sha256": "659475a275c8477e08216cf377444d842e5f2b0b9fd94f9421e31e7c2fcacc61"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f02808377957f23f5b5944f66537b150",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 114245,
            "upload_time": "2024-03-23T12:44:05",
            "upload_time_iso_8601": "2024-03-23T12:44:05.576718Z",
            "url": "https://files.pythonhosted.org/packages/62/f2/90e67a9d18defdb26463a1d26407c64f4017fb3a9c750ebdd5c705f44e6d/structlog_sentry_logger-1.4.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "512738763a10a40af80d904cc78222f56ef2d86ed01bfc6f2f5e7fe28f52f19f",
                "md5": "c4b73a62ff8b2f6e265f2471e66e459d",
                "sha256": "e83db2d003b396bbae4d16dddafdf6cecf0e880bd66f6304f8c319661ad4068f"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp38-cp38-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "c4b73a62ff8b2f6e265f2471e66e459d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 206439,
            "upload_time": "2024-03-23T12:44:07",
            "upload_time_iso_8601": "2024-03-23T12:44:07.871466Z",
            "url": "https://files.pythonhosted.org/packages/51/27/38763a10a40af80d904cc78222f56ef2d86ed01bfc6f2f5e7fe28f52f19f/structlog_sentry_logger-1.4.0-cp38-cp38-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c25eefe986a65fed591445e7831def0945d2557ce0da9934e3553ad8306baa0",
                "md5": "3cf64217da47e19d2efd3af1f1d8efca",
                "sha256": "57c8f665ccba3b60ec47fee2820343e83d5c84b99fc0cb5b65f4a26b2de0efd5"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp38-cp38-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3cf64217da47e19d2efd3af1f1d8efca",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 115161,
            "upload_time": "2024-03-23T12:44:10",
            "upload_time_iso_8601": "2024-03-23T12:44:10.176800Z",
            "url": "https://files.pythonhosted.org/packages/7c/25/eefe986a65fed591445e7831def0945d2557ce0da9934e3553ad8306baa0/structlog_sentry_logger-1.4.0-cp38-cp38-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e8a84afe588bc338f8991c80535132f1387372b0bba329437908b054a1ed000",
                "md5": "59fd9b5cb5518b6e9d013e6ecd0b6ecf",
                "sha256": "6698ba968b66fc82cb8bd2006252a878688fdbc75fa2c6b0ec7c7b1a2ae5e6b4"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp38-cp38-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "59fd9b5cb5518b6e9d013e6ecd0b6ecf",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 112512,
            "upload_time": "2024-03-23T12:44:11",
            "upload_time_iso_8601": "2024-03-23T12:44:11.888401Z",
            "url": "https://files.pythonhosted.org/packages/9e/8a/84afe588bc338f8991c80535132f1387372b0bba329437908b054a1ed000/structlog_sentry_logger-1.4.0-cp38-cp38-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a957367a62b25fdc90a9f4f073cc4bceae8c3d894a6cb9f6ec27fbee03212e4f",
                "md5": "789f0b05e766d4ccce8149fbf3fc638a",
                "sha256": "11678ea414d7aab59cfef3d5df3f98b90dc9f9b14caf5084b3f03e9de543b9e7"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp38-cp38-macosx_12_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "789f0b05e766d4ccce8149fbf3fc638a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 203044,
            "upload_time": "2024-03-23T12:44:14",
            "upload_time_iso_8601": "2024-03-23T12:44:14.055472Z",
            "url": "https://files.pythonhosted.org/packages/a9/57/367a62b25fdc90a9f4f073cc4bceae8c3d894a6cb9f6ec27fbee03212e4f/structlog_sentry_logger-1.4.0-cp38-cp38-macosx_12_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da9608b61d2cbacede17780d81c786056647f8921e86a358331501e53b278a7b",
                "md5": "b391e2c364e59c8c5c755ed6336bf565",
                "sha256": "28694d249b2da9a3709e56c2c73e0bbc47b165f4ba24f525c20cfc7420816e2e"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp38-cp38-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b391e2c364e59c8c5c755ed6336bf565",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 113415,
            "upload_time": "2024-03-23T12:44:15",
            "upload_time_iso_8601": "2024-03-23T12:44:15.510781Z",
            "url": "https://files.pythonhosted.org/packages/da/96/08b61d2cbacede17780d81c786056647f8921e86a358331501e53b278a7b/structlog_sentry_logger-1.4.0-cp38-cp38-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa29bdbb84e56eb50dbd9d81b8d37aa81b3cfa789d639a1bc269a954079c13d2",
                "md5": "33dec76f73683122cc7c9c4d6f28dd0d",
                "sha256": "34952a4f001fd48e96378ab7d69b73660ab11953041df942ef5eb08ac21fdfdb"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "33dec76f73683122cc7c9c4d6f28dd0d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 191716,
            "upload_time": "2024-03-23T12:44:17",
            "upload_time_iso_8601": "2024-03-23T12:44:17.222601Z",
            "url": "https://files.pythonhosted.org/packages/aa/29/bdbb84e56eb50dbd9d81b8d37aa81b3cfa789d639a1bc269a954079c13d2/structlog_sentry_logger-1.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88a9a6fb08db180e21543a588ca8c15616103d7c4c39ac5f8e0e267b8432e7f1",
                "md5": "7766f0d1aa84227265eb1f2a37863e83",
                "sha256": "9ed729265864454684c452a141282c512e912b9c9ffb26912580bf6fbdc3ef22"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7766f0d1aa84227265eb1f2a37863e83",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 193968,
            "upload_time": "2024-03-23T12:44:18",
            "upload_time_iso_8601": "2024-03-23T12:44:18.972525Z",
            "url": "https://files.pythonhosted.org/packages/88/a9/a6fb08db180e21543a588ca8c15616103d7c4c39ac5f8e0e267b8432e7f1/structlog_sentry_logger-1.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4804a9d7cc69c89925dbc766fa5231e06f9c7f78e8f09d33dfe712cb3651728",
                "md5": "fa7945ff6bf2a57974b39230e55265b2",
                "sha256": "e565233ec39c624469719d87a5e8872496259b9b3da8d9384f61e3c2e5b06b10"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fa7945ff6bf2a57974b39230e55265b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 186824,
            "upload_time": "2024-03-23T12:44:21",
            "upload_time_iso_8601": "2024-03-23T12:44:21.523551Z",
            "url": "https://files.pythonhosted.org/packages/c4/80/4a9d7cc69c89925dbc766fa5231e06f9c7f78e8f09d33dfe712cb3651728/structlog_sentry_logger-1.4.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "561f6411439d9d912102a519e3d24a8dd62feb84e34898e88ddfce0c6cdb29a2",
                "md5": "c6ec6585da38d2ec01d9f3f3c5d73899",
                "sha256": "22f5ccd3e8e18979cc5c318d7298f0a905f52361fac4bea5b6522712f12936b6"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c6ec6585da38d2ec01d9f3f3c5d73899",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 190197,
            "upload_time": "2024-03-23T12:44:23",
            "upload_time_iso_8601": "2024-03-23T12:44:23.763635Z",
            "url": "https://files.pythonhosted.org/packages/56/1f/6411439d9d912102a519e3d24a8dd62feb84e34898e88ddfce0c6cdb29a2/structlog_sentry_logger-1.4.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a072b9dc6c374822cee8b0248de6723986017b03e635b7cfad511876a43dfc89",
                "md5": "dbde53ec52e2976da6a37752fe1280d1",
                "sha256": "03f7cb2655c37b1310ea7c3602df98a9298b39438ef6a1aa8eb77bf5c9192ea9"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "dbde53ec52e2976da6a37752fe1280d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 93750,
            "upload_time": "2024-03-23T12:44:25",
            "upload_time_iso_8601": "2024-03-23T12:44:25.850423Z",
            "url": "https://files.pythonhosted.org/packages/a0/72/b9dc6c374822cee8b0248de6723986017b03e635b7cfad511876a43dfc89/structlog_sentry_logger-1.4.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a05c9d188220bf5e1f4436c5460c53ef5da35930afa0622109d1d8246b760ef",
                "md5": "d129537475527fd7cc876fcde5b7afe2",
                "sha256": "50d7ca280af1dc3955cccd3d5389324ffd333b1a1c9b1c2b2e0727449482327a"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp39-cp39-macosx_10_9_arm64.whl",
            "has_sig": false,
            "md5_digest": "d129537475527fd7cc876fcde5b7afe2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 115631,
            "upload_time": "2024-03-23T12:44:29",
            "upload_time_iso_8601": "2024-03-23T12:44:29.234770Z",
            "url": "https://files.pythonhosted.org/packages/2a/05/c9d188220bf5e1f4436c5460c53ef5da35930afa0622109d1d8246b760ef/structlog_sentry_logger-1.4.0-cp39-cp39-macosx_10_9_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e9b193242429f9352503c176dfb3036265348779f4203de9e9c418c4cb54460",
                "md5": "f743b003b1f0216a54f8a7ab40c260e7",
                "sha256": "3ee03119870722876cbfdc0633673513bbf964e17ca529afe8b9ecff464b8cb0"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "f743b003b1f0216a54f8a7ab40c260e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 209453,
            "upload_time": "2024-03-23T12:44:30",
            "upload_time_iso_8601": "2024-03-23T12:44:30.631390Z",
            "url": "https://files.pythonhosted.org/packages/9e/9b/193242429f9352503c176dfb3036265348779f4203de9e9c418c4cb54460/structlog_sentry_logger-1.4.0-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86551c13d4e95800d7943d6e100428d2e859e10c673b8fbc8ac77a15e273aff5",
                "md5": "bd7b3dd0d95bf40bd61b9db461b092bf",
                "sha256": "ac337e9f801e026ca6406a2750a786deffc5fe10d9b7ad11b5352c64108da11a"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bd7b3dd0d95bf40bd61b9db461b092bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 116836,
            "upload_time": "2024-03-23T12:44:32",
            "upload_time_iso_8601": "2024-03-23T12:44:32.642694Z",
            "url": "https://files.pythonhosted.org/packages/86/55/1c13d4e95800d7943d6e100428d2e859e10c673b8fbc8ac77a15e273aff5/structlog_sentry_logger-1.4.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f04681dfaaf81a6aa330b2f950077bd9ba18506765f7635031ad4a003de4cba6",
                "md5": "4e7018f563edb97bec4a9fc7d0a9be17",
                "sha256": "3d3afb8e063498ab2b617d763d007363b044a14b9c65c3b958e1fd90f5869f1e"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4e7018f563edb97bec4a9fc7d0a9be17",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 115634,
            "upload_time": "2024-03-23T12:44:34",
            "upload_time_iso_8601": "2024-03-23T12:44:34.015898Z",
            "url": "https://files.pythonhosted.org/packages/f0/46/81dfaaf81a6aa330b2f950077bd9ba18506765f7635031ad4a003de4cba6/structlog_sentry_logger-1.4.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53fad6f4231d2c85ae7a3fcc20779bfe383b49e5bda49542dff40e1953c7756a",
                "md5": "8afebb29ab6701d13cf3ceae958ed92e",
                "sha256": "79863a030779b91803eb8cede5235aa275598b4d5518eae4fe74d44f938f842d"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp39-cp39-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "8afebb29ab6701d13cf3ceae958ed92e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 209635,
            "upload_time": "2024-03-23T12:44:35",
            "upload_time_iso_8601": "2024-03-23T12:44:35.555314Z",
            "url": "https://files.pythonhosted.org/packages/53/fa/d6f4231d2c85ae7a3fcc20779bfe383b49e5bda49542dff40e1953c7756a/structlog_sentry_logger-1.4.0-cp39-cp39-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "713e043c26b0f4bb2a3dbc23dcc6f6f825ca892506ad9109418111d2543ce20d",
                "md5": "13cc359477a969d9bc19db2c3ff6da2f",
                "sha256": "94fd00155f595acd3bf19be0215825753986fde95911fb20519f63365f2203fa"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp39-cp39-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "13cc359477a969d9bc19db2c3ff6da2f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 117112,
            "upload_time": "2024-03-23T12:44:37",
            "upload_time_iso_8601": "2024-03-23T12:44:37.603838Z",
            "url": "https://files.pythonhosted.org/packages/71/3e/043c26b0f4bb2a3dbc23dcc6f6f825ca892506ad9109418111d2543ce20d/structlog_sentry_logger-1.4.0-cp39-cp39-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69576366f28aaecf00a5b87ebc1963a7048d822a94440054174f1761f7662bbb",
                "md5": "eb468b7b5db03d31866ffd0275ccb545",
                "sha256": "78a0a9da88cd10d78abde9ac054229fe9126f4a4567d8a4f6d35633290734de3"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp39-cp39-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "eb468b7b5db03d31866ffd0275ccb545",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 113816,
            "upload_time": "2024-03-23T12:44:38",
            "upload_time_iso_8601": "2024-03-23T12:44:38.988253Z",
            "url": "https://files.pythonhosted.org/packages/69/57/6366f28aaecf00a5b87ebc1963a7048d822a94440054174f1761f7662bbb/structlog_sentry_logger-1.4.0-cp39-cp39-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc1f8f5a8ffd157c750c74b494981c2402b23b1aed4ee84226d229ebad969e39",
                "md5": "f748359844a0a540f925cc75ab869f47",
                "sha256": "e4441ea39cf8a6b3058451be8654ecd4f3b04aa861a548e50126121af248fb8a"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp39-cp39-macosx_12_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "f748359844a0a540f925cc75ab869f47",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 206132,
            "upload_time": "2024-03-23T12:44:40",
            "upload_time_iso_8601": "2024-03-23T12:44:40.651462Z",
            "url": "https://files.pythonhosted.org/packages/cc/1f/8f5a8ffd157c750c74b494981c2402b23b1aed4ee84226d229ebad969e39/structlog_sentry_logger-1.4.0-cp39-cp39-macosx_12_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f77b82ed7b8d0946f6d6c8cc49df2718f01d29ae625a78c0bece59e9bfb8da56",
                "md5": "3d06d1b1bbfb25ffdb026241e405cf66",
                "sha256": "18759e442a4dc17d23d659ffc419f2f51fc3c6c7cc84402d3f63dbe444d91b04"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp39-cp39-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3d06d1b1bbfb25ffdb026241e405cf66",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 115255,
            "upload_time": "2024-03-23T12:44:41",
            "upload_time_iso_8601": "2024-03-23T12:44:41.999478Z",
            "url": "https://files.pythonhosted.org/packages/f7/7b/82ed7b8d0946f6d6c8cc49df2718f01d29ae625a78c0bece59e9bfb8da56/structlog_sentry_logger-1.4.0-cp39-cp39-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7ff9f740a572eb3fb6cab6b2c6b1176f673072659fe59c1f23e39e53fc02aa4",
                "md5": "f3e0626959cb00d9939693397bba0545",
                "sha256": "f1876bee8eb119db1933fdf23f6c42f0e5dd18e2224bcbce68a0a2d0ea61bb86"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f3e0626959cb00d9939693397bba0545",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 193796,
            "upload_time": "2024-03-23T12:44:43",
            "upload_time_iso_8601": "2024-03-23T12:44:43.452199Z",
            "url": "https://files.pythonhosted.org/packages/a7/ff/9f740a572eb3fb6cab6b2c6b1176f673072659fe59c1f23e39e53fc02aa4/structlog_sentry_logger-1.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b612590b567d9e60c0b9080d65777b88d6c6abd658e0788f2c6232207e71e9e",
                "md5": "b692b3129d617fbb1c4ac0e0a3efc957",
                "sha256": "9dd5cb0a4d0f364cbe85528a82e8633cd266e072f6a04473064d028e247ff668"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b692b3129d617fbb1c4ac0e0a3efc957",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 194911,
            "upload_time": "2024-03-23T12:44:44",
            "upload_time_iso_8601": "2024-03-23T12:44:44.876200Z",
            "url": "https://files.pythonhosted.org/packages/3b/61/2590b567d9e60c0b9080d65777b88d6c6abd658e0788f2c6232207e71e9e/structlog_sentry_logger-1.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb491b080dc3758466b6f6e37867169d325708cd8a9b8d4bcc5b8dacb8df5a40",
                "md5": "931dcfd04289f348c8660368ffe1188e",
                "sha256": "bb76e558727df785d32cfc307d79a18dd63d0a689ea8e1b0bb3d5bb2321c6233"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "931dcfd04289f348c8660368ffe1188e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 189046,
            "upload_time": "2024-03-23T12:44:46",
            "upload_time_iso_8601": "2024-03-23T12:44:46.378432Z",
            "url": "https://files.pythonhosted.org/packages/cb/49/1b080dc3758466b6f6e37867169d325708cd8a9b8d4bcc5b8dacb8df5a40/structlog_sentry_logger-1.4.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "854ba3e04606a6c94e1c62d15285c909cbff6f7d95ddf647dcf75b7491053880",
                "md5": "39c6a3aa037327cea5e27452a562b8a1",
                "sha256": "dad1b03c2ba6fdea21bfbcf6b7daed3f56a984604d6d24c9d498fe1de6b31ad1"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "39c6a3aa037327cea5e27452a562b8a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 190020,
            "upload_time": "2024-03-23T12:44:47",
            "upload_time_iso_8601": "2024-03-23T12:44:47.766106Z",
            "url": "https://files.pythonhosted.org/packages/85/4b/a3e04606a6c94e1c62d15285c909cbff6f7d95ddf647dcf75b7491053880/structlog_sentry_logger-1.4.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5322b534c0e85a6f1b6940d230069ca7bf8ebe40d9e8270b98646289af3fbbe",
                "md5": "aa379756feb36c569df1c92f1799ef67",
                "sha256": "541a925270c9ae745036514252e1078e6e7534f135fb052f78cdc3fa0dca0f19"
            },
            "downloads": -1,
            "filename": "structlog_sentry_logger-1.4.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "aa379756feb36c569df1c92f1799ef67",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 95028,
            "upload_time": "2024-03-23T12:44:49",
            "upload_time_iso_8601": "2024-03-23T12:44:49.200545Z",
            "url": "https://files.pythonhosted.org/packages/c5/32/2b534c0e85a6f1b6940d230069ca7bf8ebe40d9e8270b98646289af3fbbe/structlog_sentry_logger-1.4.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-23 12:43:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TeoZosa",
    "github_project": "structlog-sentry-logger",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "structlog-sentry-logger"
}
        
Elapsed time: 0.34521s