Luca Forstner

Results 56 issues of Luca Forstner

This PR wraps server-side `getInitialProps`. We do this by creating a virtual proxy module for each next.js pages in our `dataFetchersLoader` webpack loader that re-exports all the exports of the...

For context: https://github.com/getsentry/sentry-javascript/discussions/5334 For this to be resolved, we should identify how errors without stack traces happen, and how to reproduce them. - [ ] Investigate v8 source code to...

Feature: Errors
Status: Backlog

When importing `@sentry/browser` from a service worker file (e.g: background.js) like ``` import * as Sentry from '@sentry/browser'; ``` we get ``` Uncaught TypeError: Cannot read properties of undefined (reading...

Type: Bug
Status: Backlog
Misc: Web Extension

As discussed with @timfish in https://github.com/getsentry/sentry-javascript/pull/5203#issuecomment-1145759085, we were contemplating whether it would be a good idea for the SDK to pass options down as readonly. In that particular case it...

Type: Improvement
Status: Backlog
Hacktoberfest 🎃

Within the VS Code integration we currently generate client IDs by simply incrementing an integer for each new client. We should consider generating client IDs using UUIDs. The relevant code...

vscode

Within the VS Code integration, when the VS Code is terminated, the GLSP Server is currently stopped by simply killing it with a SIGINT. We should consider a cleaner way...

vscode

Looking at https://github.com/getsentry/sentry-javascript/pull/5744, the `PolymorphicRequest` type seems wrong or rather dangerous to me. IMO this type needs to be a union (`|`) instead of an intersection (`&`). https://github.com/getsentry/sentry-javascript/blob/9862a32899a41a3af9a5cd87c0d4a09a1d689e25/packages/types/src/polymorphics.ts#L16-L21 Why?: With...

### 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/ - [X] I am using...

Type: Bug
Package: node
Status: Backlog
Type: Support Request

We've identified this API, or rather its implementation as problematic. `Scope.setTransactionName()` will populate the `transaction` field of any event that comes after that call on that scope (and any scopes...

Status: Backlog

### Core or SDK? Platform/SDK ### Which part? Which one? https://docs.sentry.io/platforms/javascript/enriching-events/identify-user/#ip_address ### Description @AbhiPrasad and I had a back and forth about how IP addresses end up in Sentry events...

Status: Backlog
Team: Web Frontend