sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

The official Python SDK for Sentry.io

Results 566 sentry-python issues
Sort by recently updated
recently updated
newest added

### 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...

Type: Bug
Feature: Crons
Triaged

### 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...

Type: Bug
Integration: Logging
Triaged

### 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...

Enhancement
New Integration
Triaged

### 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...

Type: Bug
Integration: Serverless
Triaged
Integration: Cloud Resource Context

### 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...

Type: Bug
Integration: Flask
Waiting for: Community
Triaged

### 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...

Type: Bug
Triaged

### 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: ```...

Type: Bug
Integration: ASGI
Integration: Starlette/FastAPI
Triaged
Better async support

### 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`...

Type: Bug
Integration: Asyncio
Triaged

### 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...

Type: Bug
Enhancement
Integration: Asyncio
Triaged
Better async support

### 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...

Enhancement
Integration: Django