Lukas Stracke
Lukas Stracke
⚠️ opening as a draft for now b/c not sure if this should be merged before/after we added the SDK to the release registry (see https://github.com/getsentry/sentry-release-registry/pull/80) This PR adds an...
### 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...
# Background In this (meta) Issue, we would like to summarize and categorize different opportunities to improve Sentry support for Express. Most things are related to Sentry's performance monitoring product...
Extracted from #5340 This issue tracks the second step of adding the `sendDefaultPii` SDK init option to the JS SDK. Currently, the flag is only used to avoid sensitive data...
⚠️ Do not yet merge this This PR adds the onboarding wizard page for the Svelte SDK. ref: https://github.com/getsentry/sentry-javascript/issues/5573
### Problem Statement Right now, we don't handle multiple baggage headers in one request when handling incoming requests. This could happen though. For instance, the Python SDK does not merge...
⚠️ Only merge, once next SDK version is released! This PR updates the Svelte component tracking docs with usage instructions for the new approach we recently [introduced](https://github.com/getsentry/sentry-javascript/pull/5936) to the Svelte...
This PR makes `initial_fetch` and `subsequent_fetch` use the patched `window.fetch` function instead of the unpatched and stored away `native_fetch` function. This change brings one big benefit: Additional behaviour added by...
### 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...
depends on #10311 This PR adds compatibility for Svelte 5 by adjusting our component tracking functionality to work with Svelte 5. TLDR: This change entails a minor behaviour "breaking" change...