Francesco Gringl-Novy

Results 427 comments of Francesco Gringl-Novy

It's in our backlog and I'll make sure we make it part of our planning!

**Why was this issue closed?** This issue hasn't been touched recently and no longer seems relevant. Hence, we're closing it to maintain a clean and transparent backlog. Please feel free...

Also, another thing I noticed, could it be that you have not configured `tracePropagationTargets` in your frontend app? See: https://docs.sentry.io/platforms/javascript/tracing/#configure - you'll need to configure the API of your backend...

> @mydea interesting. yeah, we didnt specify tracePropagationTargets on frontend. Will try do we need to specify anything on backend sentry? No, you just need to configure this on the...

Hmm I see - that's a great pointer! I believe we could add an optional integration for this, which enhances breadcrumbs & spans accordingly, when used! Something like this: ```js...

I updated this to only unclamp this for otlp-transformer! @pichlermarc thanks for the explanations!

I added a changelog entry, I figure this is an enhancement 🤔

hello, Could you add this to your config to test this further: ```js Sentry.init({ // ... other config beforeSend(event) { console.log("ERROR TO BE SENT", event); return event; } }); ```...

Interesting - what version of self hosted where you before? The latest one?

Very weird! I will move this to the self-hosted repository, because I guess this may be a problem there then!