Luca Forstner

Results 710 comments of Luca Forstner

Can you try attaching a `Content-Type: application/json` to the response the browser will receive? I think Next.js does that automatically and I don't know if Toucan does that. Thanks! Side...

Agree with @vladanpaunovic that a repro would be really helpful. One thing to try regardless is to actually start a transaction before sending a request, ie: ```js const transaction =...

@danlamanna the SDK is not wrapping axios. It only wraps `fetch` and `XMLHttpRequest` which axios is using too I'm guessing. As @vladanpaunovic has already pointed out, it's important to add...

When tackling this issue we should set up an example chrome extension to properly test our fix. I think it also might be a good idea to rethink how we...

Hi @adeelejaz, thanks for writing in! A few questions to help us troubleshoot this: - Could you share your next/webpack configuration? - What version of nextjs are you on? -...

The config looks fine to me. The error message you posted however hints that the build has trouble resolving webpack. Can you check whether it is installed at runtime or...

Not sure if that would work but we could also check for any listeners using [`process.listeners('uncaughtException')`](https://nodejs.org/docs/latest-v8.x/api/events.html#events_emitter_listeners_eventname) and adjust the SDK's behaviour based on that. (i.e. exit process if no other...

Hi, thanks for writing in. I will backlog this so we have it written down, however it is very unlikely that we will ever get to doing this. It is...

Just crossed my mind: We can think about removing the `static` id fields from integrations since we found it has tree shaking drawbacks. Adding this to "Up for discussion".

Yeah can't remember why I wrote that. I disagree with past Luca. Feel free to ignore my comment 😵‍💫