Luca Forstner

Results 710 comments of Luca Forstner

Can you check that the token file you're writing is not containing any sort of other characters like newlines or smth? "Invalid token" makes me think that the token got...

I wouldn't do this. Adds complexity in setup with a pretty obscure concept that beginners don't and it very likely wouldn't have prevented the situation that spawned this issue.

@AbhiPrasad @DarkByteZero We need to change how we do trace propagation without active spans in the frontend. The current implementation has issues and leads to traces like @DarkByteZero outlined. These...

I think this issue right here is a symptom of the JS SDK having a buggy/confusing trace propagation when no spans are active. We will fix this in the upcoming...

I feel like this is something we should support. Shouldn't be too hard to do 🤞

@harry-gocity There are no real changes besides the renaming of it. We are currently not working on this issue and likely won't do so for the coming month. I cannot...

@bryanjtc No, this feature just needs some love. It's not really a bug, but the created errors need proper stacktraces and grouping.

@bryanjtc I guess you could look at the `request` context and looks at the url, method, headers, and cookies value and group however you like. https://github.com/getsentry/sentry-javascript/blob/08a3b7c6ec9bd4d19ebe49ecfaca11a7c997e356/packages/browser/src/integrations/httpclient.ts#L360-L384