Francesco Gringl-Novy
Francesco Gringl-Novy
To be clear, this is mostly not a js-sdk issue I think, but a server side issue? Or do you see us rewriting urls or similar in the SDK?
Hey, thank you for raising this! You identified the problem well, awesome - sadly, I think there isn't much we can do there except hope to get this fixed in...
Hello, so just to clarify, what you are doing is: You have a library, that other users (or teams) embed in their applications. These applications have dedicated Sentry SDK setups...
We've just released v8, which has a new instrumentation basis. Could you try updating and see if it works there - we should support graphql and express out of the...
Hello, we are unlikely to add another bundle variant, as that will end up with an endless list of combinations that we cannot properly support/maintain. Instead, we could possibly publish...
You can take the code from here: https://github.com/getsentry/sentry-javascript/blob/develop/packages/browser/src/transports/offline.ts, and use that. But that requires you to build this out with npm, realistically, as you need to depend on @sentry/core &...
Hey, sorry about both of these, the docs were not yet fully updated, but should be correct now: For user feedback, the docs have been updated to show the new...
This should hopefully be improved/fixed in v8.0.0 - could you give it a try there?
Hey, this should be fixed if you use `window.sentryOnLoad = function() { ... })` instead. This is documented here: https://docs.sentry.io/platforms/javascript/install/loader/#custom-configuration Let us know if that still doesn't fix it -...
The `sentryOnLoad` method will be called only once Sentry is needed/should be instantiated. So you can declare it whenever you're ready to. Of course, if an error happens before that,...