getsentry / sentry-docs

Sentry's documentation (and tools to build it)
https://docs.sentry.io
Other
328 stars 1.43k forks source link

Document JS TRPC middleware #10372

Closed mydea closed 3 months ago

mydea commented 3 months ago

We have a TRPC middleware (https://github.com/getsentry/sentry-javascript/blob/develop/packages/core/src/trpc.ts)

Which we test here: https://github.com/getsentry/sentry-javascript/blob/develop/dev-packages/e2e-tests/test-applications/node-express/src/app.ts#L108

But we haven't added any docs for it (yet).

mydea commented 3 months ago

@lforst when you're back from PTO, we can take a look at this!

lforst commented 3 months ago

we def have/had this documented previously

mydea commented 3 months ago

we def have/had this documented previously

Either I am too stupid to find it (+the search, but that I can def. imagine...) (which is possible xD) or it was lost somehow, which is also def. possible! Let's look at this next week, not pressing right now...!

lforst commented 3 months ago

Screenshot 2024-06-17 at 09 27 12

It used to be in pluggable integrations but I am too lazy to find the commit that removed it. I'll just add it back.