Luca Forstner
Luca Forstner
I believe this is already possible by using the `idleTimeout` option of the `BrowserTracing` integration. You can read more about it here: https://docs.sentry.io/platforms/javascript/performance/instrumentation/automatic-instrumentation/#idletimeout Let me know if this fits your...
Ah yeah you are right. The amount of heartbeats and their intervals are currently hardcoded. I'll backlog this and take it to the team. Thanks for writing in! By the...
Why are we only removing multiline comments? If we were to remove all comments we could simply use a library to do this for us (eg terser), and avoid reinventing...
Writing from my phone so no fancy formatting: Can you try adding the "extensions" option with "ts" to the cleanup plugin? It would calm my nerves knowing that a dedicated...
I also quickly discussed this with @AbhiPrasad and we are both of the opinion that attempting to remove comments with a regex is a bit dangerous and that the upside...
> I'd like to merge this so that I can unblock other PRs. Can we do that and continue the conversation offline, please? Sounds good!
Hi, thanks for writing in! Can you post a link to a Sentry Error where sourcemaps aren't working?
In my opinion, the problem with this API is that it does completely different things for errors and transaction. While the changing of the `transaction` field is quite inconsequential for...
We will look at data to determine if this problem is as big as we think.
How big of a priority is this for us? I'd say it is pretty high since we know the python SDK will be sending two baggage headers.