sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.31.0 ### Steps to Reproduce 1. Have a job that runs for over 1hour 2. Set up a Cron...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version sentry-sdk[fastapi]==1.31.0 ### Steps to Reproduce We have an application logger configured to show the str of exception. The code...
### Problem Statement https://www.ray.io/ I want to annotate that kind of code with spans: ```import logging import ray import os import time import sentry_sdk import random import asyncio from sentry_sdk.integrations.asyncio...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.31.0 ### Steps to Reproduce Configure the CloudResourceContextIntegration without any parameters but run in an ECS container on AWS...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.29.2 ### Steps to Reproduce This code should reproduce (I haven't tested) ``` from flask_sock import Sock from flask...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.29.2 ### Steps to Reproduce I'm not sure if it's something I did recently but the errors started to...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.28.1 ### Steps to Reproduce Initialize the sentry SDK in a blank FastAPI application. Enable the following integrations: ```...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.30.0 ### Steps to Reproduce To observe this error, we can add a `print` statement within the inner `_coro_creating_hub_and_span`...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.30.0 ### Steps to Reproduce To observe the issue, we can run the following code snippet: ```python import asyncio...
### Problem Statement Django `5.1b1` is now available. The final release is [expected in August 2024](https://www.djangoproject.com/download/). ### Solution Brainstorm * add to test suite * test manually * fix whatever...