Francesco Gringl-Novy
Francesco Gringl-Novy
**Why was this issue closed?** While we think it would be helpful to solve this issue, we're busy with a lot of other tasks at the moment. Therefore, this issue...
Hello, we have just released v1.75.0 of @sentry/cli, which should hopefully fix this issue. You should be able to get this fix by removing the `@sentry/cli` entry from your lockfile,...
**Why was this issue closed?** While we think it would be helpful to solve this issue, we're busy with a lot of other tasks at the moment. Therefore, this issue...
Generally, for this specific thing I think it's not worth it to refactor this deprecated code, because this will be completely changed in v8, when we can rely on OpenTelemetry...
This has been done already, actually :)
IMHO this is hopefully just fixed in v8, where we use the OTEL-powered hapi integration!
Hello, could you give this a try on v8.0.0-beta.3? This has the new OTEL-powered hapi integration, which hopefully improves on the span quality.
Hey there, could you maybe try adding the `ContextLines` integration as described here: https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/integrations/contextlines/ Maybe that can help adding more information to the captured frames. It's a bit hard to...
I would guess the problem is (and you can kind of see this in the screenshot you posted) that the error originates in global code, not in the gtm.js file...
So I updated this to send attachments in the same envelope! Makes everything easier. With this change, I also removed the `attachments` option from `captureFeedback()` and `sendFeedback()`, instead leveraging this...