-
### Discussed in https://github.com/getsentry/sentry-javascript/discussions/6050
Originally posted by **alexmk92** October 26, 2022
We've built a new product at work which is using Remix and d…
-
### Product Area
Issues
### Problem Statement
We're tracking [ HTTP Client errors](https://docs.sentry.io/platforms/javascript/configuration/integrations/plugin/#httpclient) for selected response c…
-
Our use case for this is sending logged tracebacks to Sentry; the Sentry client (raven-python) wants the exception / traceback object for serializing the stack information. A per destination flag (or …
-
Add support for using Sentry feedback form:
https://docs.sentry.io/clients/javascript/usage/#javascript-user-feedback
Investigate wether form is customizable for finnish and LE's domain
There's…
-
Building the Sentry Native SDK is an essential part of Unreal Engine plugin CI workflow which is required to support automatic crash capturing on Linux.
Starting from Native SDK version [0.7.7](https…
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
Hi,
I have a web socket using flask, gevent and SocketIO, I'm trying integrate Sentry but the websocket stops working
my websocker runner is like it:
```
monkey.patch_all()
if __name__ ==…
-
### Issue Summary
When using `await self.client.messages.create_async(` where client is a twilio client, we got `'NoneType' object has no attribute 'status_code'`, this happens randomly and we dont k…
-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
2.18.0
### Steps to Reproduce
```python
from openai import OpenAI
import sentry_sdk
from sentry_sdk.ai.monitoring import ai_track
fr…
-
The sentry client has a [bug](https://github.com/getsentry/sentry-rust/issues/543) where its Transport can block the send of the event (`capture_event`), which is exacerbated when we’re sending a larg…