-
Span hierarchy of `product_retrieval` changed from having `http.client` spans as children--now they are not.
Expected behavior: The `http.client` spans should be `product_retrieval` children spans…
-
### Describe the problem
TL;DR: We (Sentry) want to instrument client-side `fetch` requests and we currently cannot instrument some of them. We propose a `handleFetch` hook on the client side as a …
Lms24 updated
1 month ago
-
> ⚠️ This original post has been edited by @lforst to reflect the current status of Turbopack Support ⚠️
> [!IMPORTANT]
> This issue is tracking progress on Turbopack Support. **If you find bugs or…
-
The pagination code assumes a relative URL for the Next/Previous links
```
// GetPage will fetch a page via the Link object and decode it from out.
// Should be used like `client.GetPage(link.Pre…
-
https://sentry.io/organizations/parabol/issues/3677719495/?referrer=github_plugin
```
TypeError: Cannot destructure property 'preferredName' of 'm' as it is undefined.
at h (./packages/client/hooks…
-
exports.handleRequest = async (ctx, request) => {
const { req, res } = ctx;
// 获取 POST 请求的 Body
let requestBody = '';
req.on('data', (chunk) => {
requestBody = chunk.toString();
…
-
### 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/…
Zih0 updated
3 months ago
-
## Reproduction
https://github.com/theo-m/repro-pino-http-error
You'll observe that express does send the responses appropriately with the right errors - **but**, what's logged by Pino is entir…
-
# 🐞 Bug report
### Description
We are calling `Sentry.report(new Error('Something bad happened'), {cause: 'Some useful context about the bad thing'})` on a micro-sentry client, but we only see t…
mmkal updated
9 months ago
-
## Summary
You [iterate over a channel](https://github.com/getsentry/sentry-go/blob/master/transport.go#L462) in a [separate goroutine](https://github.com/getsentry/sentry-go/blob/master/transport.go…