Francesco Gringl-Novy

Results 422 comments of Francesco Gringl-Novy

@Lms24 can you evaluate which versions we actually want to support, when you find some time :)

Hey, this is a reasonable request. We are currently changing a lot of this under the hood, we'll revisit this when v8 is getting closer to launch!

Hey, can you double check that all `@sentry/xxx` packages you have installed have the same/correct version? This smells to me like there may be an outdated dependency somewhere that is...

Did you try this: ```js import * as Sentry from '@sentry/ember'; console.log(Sentry.startBrowserTracingPageLoadSpan); ``` Can you let us know what you see there?

Ah, sorry, I didn't understand that, thank you! OK, so this is not about this method but about something else... Some questions: * Can you enable source maps for the...

Hmm, so a few things immediately jump to mind there: 1. why are there so few things there on `Sentry`? 2. That leads me to 2: it seems to be...

Actually, maybe the problem is that it thinks this should be lazy loaded/imported - will try to put up a fix!

Hmm, damn! The problem seems to be that it is minifying and tree shaking this function (?) away, incorrectly 🤔 But I don't understand why, sadly. Could you share your...

Thank you, I was able to reproduce this locally. Still no idea why it is doing that, but this PR fixed the issue for me locally, at least: https://github.com/getsentry/sentry-javascript/pull/11026