Lukas Stracke

Results 538 comments of Lukas Stracke

I'll go ahead and close this issue since it seems like we found a solution. Feel free to comment if you still have questions.

Hey @mayfield thanks for writing in and for this suggestion! Sounds good. We'll backlog this as it seems to be a great suggestion. Can't promise that we'll get to it...

Hi @tarasowski do you still encounter this problem? If yes, can you show us how you're initializing the SDK? What are you importing from the SDK? Are you using component...

That's unfortunate as I'd love to get to the bottom of this (our Svelte SDK is still quite new so there might be some cases we haven't discovered yet that...

>I'd approach it like the following: >* Keep the behaviour for error events. >* Don't update the name for transaction events. I +100 this. Seems like we can't get rid...

I'd say it's not a p0 as long as no one complains 👀 It might not even be a problem because e.g. Express stitches multiple equally-named headers together. Depending on...

Hi @akbarnafisa thanks for writing in. Apologies for the late reply! That's interesting, because [`getCLS`](https://github.com/getsentry/sentry-javascript/blob/0dee42f775bbe2c5b914cd5d1bb5442a57a1ce15/packages/tracing/src/browser/web-vitals/getCLS.ts#L37) does have `reportAllChanges` as an optional param in its signature but the variable isn't passed...

Hi @mark-b-ab thanks for reporting! We recently made a change (#5426) to how we create uuids so this _might_ have to something with your problem. Could you tell us a...

Hi @mmahalwy, thanks for writing in. You're right, the pageload transaction finishes automatically. This is because a pageload transaction is an [`IdleTransaction`](https://github.com/getsentry/sentry-javascript/blob/0dee42f775bbe2c5b914cd5d1bb5442a57a1ce15/packages/tracing/src/idletransaction.ts#L56) rather than a normal Transaction (on which you...

Another option would be to set a custom `idleTimeout` in the `BrowserTracing` constructor (`new BrowserTracing({ idleTimeout: 5000 })`).