Lukas Stracke

Results 538 comments of Lukas Stracke

Talked a bit about this with the team and I have a few additional questions: * Did you define your tunnel as a server/API route within your NextJS project or...

One more question: Did you configure the tunnel just for the client or also for the server (i.e. the part that gets converted into lambdas)? It's only necessary on the...

Hey @VictorWangRC thanks for writing in! @timfish would you mind taking a look at this?

@yuvi-pc does this mean we can close the issue?

Thanks for the update! We're aware that this still needs to be addressed from our end. We just currently have to prioritize other tasks. If anyone wants to help our...

`http.client` spans count as segment spans and they need to have the following properties: ``` segmentId = spanId isSegment: true ``` In contrast, INP spans don't need to set segment...

@m1heng by removing deprecated parts of the SDK, we'll be able to reduce some size. Maybe also by the proposed hub/scope changes. However, at this time, we haven't planned a...

Hey @arturovt thanks for opening this PR! Regarding the unsubscription mechanism we need to discuss this more thoroughly to decide what we're doing here. I'd tend to agree with @mydea...

@mydea added Angular docs updates and pinned capacitor/ionic framework SDK versions to v7

Hey @qpjtmdnft thanks for writing in! Did you go through our [Sourcemaps Troubleshooting](https://docs.sentry.io/platforms/javascript/sourcemaps/troubleshooting_js/) docs? I recommend checking if your generated JS bundles actually [contain](https://docs.sentry.io/platforms/javascript/sourcemaps/troubleshooting_js/#verify-your-source-files-contain-debug-id-injection-snippets) the Sentry `debugId` snippet. Also please...