William Capozzoli

Results 13 comments of William Capozzoli

I found that sentry-javascript 15.13.2 (old) does not use gzip either, at least for how I'm using it in a React application. I checked https://develop.sentry.dev/sdk/store/#request-compression but it does not indicate...

Hi I'm assisting an organization that could benefit from this.

How about something like this? ![image](https://github.com/getsentry/sentry-docs/assets/8920574/836a6bd5-c0e7-4d87-a174-ae49eee44a22)

I'm still not clear on the difference, but a dev on my team couldn't get our app to run even though it ran fine on my machine (i.e. same exact...

Hmm I don't completely follow you. You mean to delete `npm_modules` and re-install them? Or delete the entire project directory and do `git clone...` again? We looked at Chrome tools...

I like the idea of `forceTransaction` for making it appear as a row on the Performance Dashboard. Or I'm not sure if someone would suggest that you should be querying...

We could still use a Data Collected section for Javascript and JS Frameworks like React. This question gets asked most often from the Frontend perspective so I'd prioritize Javascript above...

Noting they should be using this code instead. Lmk if my understanding is off. https://github.com/getsentry/sentry-unity/tree/main/samples/unity-of-bugs/Assets/Scripts

@bruno-garcia yes that's correct, they want to drop all captured native events that come from the shutdown code they provided. I updated the customer case with a screenshot of a...

We already have the producer-to-consumer example for tracing a Message, like I'm asking for queues and messages. https://blog.sentry.io/troubleshooting-spring-boot-applications-with-sentry/