Abhijeet Prasad
Abhijeet Prasad
Another addendum to make this more product driven! Instead of blanket just displaying this update message on every page, we specifically ask for upgrades to unlock certain features in the...
The web sdk team is going to be taking a look at this - we'll first start off by writing a DACI with some of the options presented here so...
We've chatted a little about this internally, summarizing those thoughts here: First we'll be looking through the actual update code in Sentry to see if there are any quick wins...
> If this wrapper is used when it's not needed, loader, action and documentRequest spans are reported twice. Is there a preferred way to prevent multiple wrapping We should be...
@onurtemizkan That should be fine, we can also dogfood with vanguard to make sure we have added confidence.
Awesome news @justinwaite - we’ll have a release out early next week! @onurtemizkan We’ll need to add some docs, can you take care of that?
Hey thanks for writing in! I wrote up a quick codesandbox to try to reproduce this: https://codesandbox.io/s/tracing-origins-sentry-react-example-xq2biv, but I was not able to. Could you provide a reproduction to validate...
Unfortunately, without a repro app it’s really hard for us to tell what’s going on - is it possible for you to share one?
Ah ok so that's the issue, we have a check against empty arrays in the code: https://github.com/getsentry/sentry-javascript/blob/3203558550e7fd94982d0defe8df65922e1f8342/packages/tracing/src/browser/browsertracing.ts#L145 Opened https://github.com/getsentry/sentry-javascript/pull/5583 to fix this!
After some investigation it was found that the bad quality [Vanguard](https://github.com/getsentry/vanguard) errors were due to the usage of a custom express server - we weren't instrumenting on that properly. To...