Colin Armstrong
Colin Armstrong
Having the same issue. Spent a while debugging - nothing in the Coc logs, or anything else to indicate any errors.
I wanted my content to get rendered as a static page (ie, rendered at build-time), so I used the `react-markdown` library to display the content on the server-side (since it...
I came up with a workaround in the meantime. * Create an attribute on the `Node` called `html` * Within the Tweet React component, wait until it's fully rendered, then...
We're also encountering this issue, started within the last 24 hours. POST request hits error 502 with `INTERNAL_EDGE_FUNCTION_CONNECTION_CLOSED` and `An internal error occurred with Vercel`.
> Hi @seeARMS, are you still running into this issue? If the [GRPC options ](https://github.com/googleapis/gax-nodejs/issues/157#issuecomment-345335610)didn't work for you, could you also share the parameters you set? Where do I set...
Still waiting to be merged?
Thanks for the help! I gave that a try and now no breadcrumbs or tags are getting logged. Transaction after the change, with no tags/breadcrumbs: https://paragraph.sentry.io/performance/node:7cb35584c76c4a598319153e8ad6b3aa/?project=6606495&query=&referrer=performance-transaction-summary&statsPeriod=2m&transaction=GET+%2Fblogs%2FxeXAY7C8qmb1h6Cp8zTa%2Fcommunities&unselectedSeries=p100%28%29 Same transaction but different...
Here's a repro: https://github.com/seeARMS/sentry-javascript-7538-reproduction Clone it, run `npm install`, then `npm run start`. It successfully instantiates OpenTelemetry and Sentry, and the transaction gets created successfully when the / route is...
Nice! Thanks for the quick turn-around; really appreciate it!
@AbhiPrasad, this seems to be happening again - did anything change in Sentry or OpenTelemtry? A given transaction seems to have a lot of tags, breadcrumbs, and console.logs from other...