Andrei

Results 190 comments of Andrei

Hello, thanks for writing in. The envelopes should not be empty for replays. You could add a guard to exit out early if `envelopeBytes` is empty, but I'm curious why...

Could you please amend the server side debug log with the logs that occur on app startup? Also, does this happen if you disable compression? ``` Sentry.replayIntegration({ useCompression: false, });...

Right, so `TextDecoder` can't deal with compressed zlib data. We'll have to update our docs to show how to deal with that. For now, I suggest to either turn compression...

Let's keep this open, I added it to our backlog so we can work on it.

@jakeoeding do you have a `.env.sentry-build-plugin` file that has a valid auth token in it? Are you otherwise supplying the auth token somewhere? Your issue is slightly different (tho it...

Hello, thanks for writing in. Could you please add `debug: true` to your init and paste the logs? I also noticed you add the `expressIntegration`, this is not necessary anymore.

@CarlosZiegler do you have a reproduction repo or something we can look at to figure this out?

Hi @nick-potts, please file a new issue with all the details about your app and a reproduction repo so we can investigate.

@chrisheninger sorry about the link. Here's the issue in question: https://github.com/getsentry/sentry-javascript/issues/16985#issuecomment-3077920484 As for setting things up yourself, you could take some inspiration from https://github.com/getsentry/sentry-javascript/tree/develop/packages/nuxt maybe. You could set up a...